mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
sci-mathematics/mccs: swap {R,}DEPEND logic
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -17,12 +17,12 @@ SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="glpk lpsolve"
|
||||
|
||||
RDEPEND="
|
||||
DEPEND="
|
||||
glpk? ( sci-mathematics/glpk )
|
||||
lpsolve? ( sci-mathematics/lpsolve )
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
sci-libs/coinor-cbc
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user