diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-17 22:46:21 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-17 22:46:21 +0100 |
commit | 6d089d06918f5dcb7a1b3cf691541f04548f4048 (patch) | |
tree | 0cbfa74a0faee1524c3b21ba35569aad05fe0be8 /sci-libs/xkaapi/xkaapi-2.2.ebuild | |
parent | dev-lang/php: stable 7.4.8-r1 for hppa, bug #732488 (diff) | |
download | gentoo-6d089d06918f5dcb7a1b3cf691541f04548f4048.tar.gz gentoo-6d089d06918f5dcb7a1b3cf691541f04548f4048.tar.bz2 gentoo-6d089d06918f5dcb7a1b3cf691541f04548f4048.zip |
sci-libs/xkaapi: move away from virtual/libffi
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sci-libs/xkaapi/xkaapi-2.2.ebuild')
-rw-r--r-- | sci-libs/xkaapi/xkaapi-2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/xkaapi/xkaapi-2.2.ebuild b/sci-libs/xkaapi/xkaapi-2.2.ebuild index 2481baec666d..951d383e8c02 100644 --- a/sci-libs/xkaapi/xkaapi-2.2.ebuild +++ b/sci-libs/xkaapi/xkaapi-2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,7 +21,7 @@ IUSE="blas cxx fortran gpu openmp static-libs" RDEPEND=" sys-apps/hwloc - virtual/libffi + dev-libs/libffi " DEPEND="${RDEPEND} " |