diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-25 04:44:51 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-25 04:44:51 +0000 |
commit | b860fe902941153c572b213f87958712611fb17e (patch) | |
tree | 94cd772d5f0a9522ce173736efdcfb99be38068f /sys-apps/grep | |
parent | touchup DEPEND (diff) | |
download | gentoo-2-b860fe902941153c572b213f87958712611fb17e.tar.gz gentoo-2-b860fe902941153c572b213f87958712611fb17e.tar.bz2 gentoo-2-b860fe902941153c572b213f87958712611fb17e.zip |
slim DEPEND
(Portage version: 2.0.51-r15)
Diffstat (limited to 'sys-apps/grep')
-rw-r--r-- | sys-apps/grep/grep-2.5.1-r7.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys-apps/grep/grep-2.5.1-r7.ebuild b/sys-apps/grep/grep-2.5.1-r7.ebuild index d789b31cdea0..7efd5311ff2e 100644 --- a/sys-apps/grep/grep-2.5.1-r7.ebuild +++ b/sys-apps/grep/grep-2.5.1-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1-r7.ebuild,v 1.2 2005/02/20 01:32:30 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1-r7.ebuild,v 1.3 2005/02/25 04:44:13 vapier Exp $ inherit flag-o-matic eutils @@ -14,12 +14,9 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="build nls pcre static uclibc" -RDEPEND="virtual/libc" +RDEPEND="" DEPEND="${RDEPEND} - pcre? ( - >=sys-apps/sed-4 - dev-libs/libpcre - ) + pcre? ( dev-libs/libpcre ) nls? ( sys-devel/gettext )" src_unpack() { |