aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-12-31 09:48:11 +0100
committerJustin Lecher <jlec@gentoo.org>2015-12-31 09:48:11 +0100
commitb8aaadb20f08b9841f0ed8af3a5af3c72910921c (patch)
tree1595282d265b59fd7ea19d6afca12391635f96dd /virtual/lapacke/lapacke-3.6.ebuild
parentsci-biology/maker: do install from a top-level directory; there is a file col... (diff)
downloadsci-b8aaadb20f08b9841f0ed8af3a5af3c72910921c.tar.gz
sci-b8aaadb20f08b9841f0ed8af3a5af3c72910921c.tar.bz2
sci-b8aaadb20f08b9841f0ed8af3a5af3c72910921c.zip
Fix virtual for numeric
Github: Fixes gentoo-science/sci#557 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'virtual/lapacke/lapacke-3.6.ebuild')
-rw-r--r--virtual/lapacke/lapacke-3.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/lapacke/lapacke-3.6.ebuild b/virtual/lapacke/lapacke-3.6.ebuild
index c469912b3..b15117972 100644
--- a/virtual/lapacke/lapacke-3.6.ebuild
+++ b/virtual/lapacke/lapacke-3.6.ebuild
@@ -19,7 +19,7 @@ IUSE="int64"
RDEPEND="
|| (
- abi_x86_64? ( !abi_x86_32? ( >=sci-libs/lapacke-reference-3.5 ) )
+ abi_x86_64? ( !abi_x86_32? ( >=sci-libs/lapacke-reference-${PV} ) )
sci-libs/mkl[int64?,${MULTILIB_USEDEP}]
)
int64? ( sci-libs/mkl[int64,${MULTILIB_USEDEP}] )