diff options
-rw-r--r-- | sci-libs/xkaapi/xkaapi-2.1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/xkaapi/xkaapi-2.2.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/xkaapi/xkaapi-3.0.3.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sci-libs/xkaapi/xkaapi-2.1.ebuild b/sci-libs/xkaapi/xkaapi-2.1.ebuild index 8fda1c5d4b41..02fd2e035000 100644 --- a/sci-libs/xkaapi/xkaapi-2.1.ebuild +++ b/sci-libs/xkaapi/xkaapi-2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 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} " 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} " diff --git a/sci-libs/xkaapi/xkaapi-3.0.3.ebuild b/sci-libs/xkaapi/xkaapi-3.0.3.ebuild index 738863617afd..a7c8c25b27ac 100644 --- a/sci-libs/xkaapi/xkaapi-3.0.3.ebuild +++ b/sci-libs/xkaapi/xkaapi-3.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 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="cxx fortran openmp static-libs" RDEPEND=" sys-apps/hwloc - virtual/libffi + dev-libs/libffi " DEPEND="${RDEPEND} " |