commit: 6e1c47a5e377bb094d318c1971e77bcd29117d84
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 18 17:47:25 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 18 18:08:11 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e1c47a5
dev-util/bin_replace_string: Use virtual/libelf
dev-util/bin_replace_string/bin_replace_string-0.2.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-util/bin_replace_string/bin_replace_string-0.2.ebuild
b/dev-util/bin_replace_string/bin_replace_string-0.2.ebuild
index f5c29b8..862e9b1 100644
--- a/dev-util/bin_replace_string/bin_replace_string-0.2.ebuild
+++ b/dev-util/bin_replace_string/bin_replace_string-0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -15,8 +15,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux"
IUSE="doc"
-RDEPEND="|| ( >=dev-libs/libelf-0.8.13
- dev-libs/elfutils )"
+RDEPEND="virtual/libelf:0"
DEPEND="doc? ( app-text/txt2man )
${RDEPEND}"