commit:     9c1d515f96df7d2893dcea146b30a2b4baef0265
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Mon Apr  6 01:06:13 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Apr  6 20:30:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c1d515f

sys-devel/prelink: Update dependencies.

Closes: https://bugs.gentoo.org/716398
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-devel/prelink/prelink-20151030.ebuild | 14 ++++++--------
 sys-devel/prelink/prelink-99999999.ebuild | 14 ++++++--------
 2 files changed, 12 insertions(+), 16 deletions(-)

diff --git a/sys-devel/prelink/prelink-20151030.ebuild 
b/sys-devel/prelink/prelink-20151030.ebuild
index ff8cc444574..6c1b59681b7 100644
--- a/sys-devel/prelink/prelink-20151030.ebuild
+++ b/sys-devel/prelink/prelink-20151030.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 2002-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -18,13 +18,11 @@ SLOT="0"
 KEYWORDS="amd64 ~arm ppc ppc64 x86"
 IUSE="doc selinux"
 
-DEPEND=">=dev-libs/elfutils-0.100[static-libs(+)]
-       selinux? ( sys-libs/libselinux[static-libs(+)] )
-       !dev-libs/libelf
-       sys-libs/binutils-libs
-       >=sys-libs/glibc-2.8"
-RDEPEND="${DEPEND}
-       >=sys-devel/binutils-2.18"
+RDEPEND=">=dev-libs/elfutils-0.100
+       selinux? ( sys-libs/libselinux )
+       !dev-libs/libelf"
+DEPEND="${RDEPEND}
+       sys-libs/binutils-libs"
 
 S=${WORKDIR}/${MY_P}
 

diff --git a/sys-devel/prelink/prelink-99999999.ebuild 
b/sys-devel/prelink/prelink-99999999.ebuild
index 390d0c35e0c..4088e323d9b 100644
--- a/sys-devel/prelink/prelink-99999999.ebuild
+++ b/sys-devel/prelink/prelink-99999999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 2002-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -16,13 +16,11 @@ LICENSE="GPL-2"
 SLOT="0"
 IUSE="doc selinux"
 
-DEPEND="selinux? ( sys-libs/libselinux[static-libs(+)] )
-       !dev-libs/libelf
-       sys-libs/binutils-libs
-       >=sys-libs/glibc-2.8"
-RDEPEND="${DEPEND}
-       >=sys-devel/binutils-2.18
-       >=dev-libs/elfutils-0.100[static-libs(+)]"
+RDEPEND=">=dev-libs/elfutils-0.100
+       selinux? ( sys-libs/libselinux )
+       !dev-libs/libelf"
+DEPEND="${RDEPEND}
+       sys-libs/binutils-libs"
 
 PATCHES=(
        "${FILESDIR}"/${PN}-20130503-prelink-conf.patch

Reply via email to