diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-04-29 03:49:46 +0200 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2022-04-29 03:49:46 +0200 |
commit | 303c72b9074f4e08b065f7ddf8cf3397d267c8a5 (patch) | |
tree | ec7d5c6d3d06a56bb0e7667a63620d01140e1dec /sci-mathematics | |
parent | sci-mathematics/aspcud: add cudf solvers file from debian (diff) | |
download | guru-303c72b9074f4e08b065f7ddf8cf3397d267c8a5.tar.gz guru-303c72b9074f4e08b065f7ddf8cf3397d267c8a5.tar.bz2 guru-303c72b9074f4e08b065f7ddf8cf3397d267c8a5.zip |
sci-mathematics/aspcud: swap {R,}DEPEND logic
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/aspcud/aspcud-1.9.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/aspcud/aspcud-1.9.5.ebuild b/sci-mathematics/aspcud/aspcud-1.9.5.ebuild index 8a7ef419d..331adeab2 100644 --- a/sci-mathematics/aspcud/aspcud-1.9.5.ebuild +++ b/sci-mathematics/aspcud/aspcud-1.9.5.ebuild @@ -17,9 +17,9 @@ SLOT="0" KEYWORDS="~amd64" IUSE="test" -RDEPEND="dev-libs/boost:=" -DEPEND=" - ${RDEPEND} +DEPEND="dev-libs/boost:=" +RDEPEND=" + ${DEPEND} sci-mathematics/clasp sci-mathematics/clingo " |