diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 15:52:42 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-30 15:52:42 +0000 |
commit | 4c1a65018a5a41295ee39cc2cde6caeae027d405 (patch) | |
tree | 5cca87994cfc11b1f7331b8d2690281e4186b7d5 /sys-apps | |
parent | sync IUSE (missing) (diff) | |
download | historical-4c1a65018a5a41295ee39cc2cde6caeae027d405.tar.gz historical-4c1a65018a5a41295ee39cc2cde6caeae027d405.tar.bz2 historical-4c1a65018a5a41295ee39cc2cde6caeae027d405.zip |
sync IUSE (+static)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/grep/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/grep/grep-2.5.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/grep/ChangeLog b/sys-apps/grep/ChangeLog index e4ff7904aee5..e89f4e1f7a3f 100644 --- a/sys-apps/grep/ChangeLog +++ b/sys-apps/grep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/grep # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.29 2004/06/24 22:08:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.30 2004/06/30 15:52:42 agriffis Exp $ + + 30 Jun 2004; Aron Griffis <agriffis@gentoo.org> grep-2.5.1-r1.ebuild: + sync IUSE (+static) 15 Jun 2004; <solar@gentoo.org> grep-2.5.1-r1.ebuild, files/grep-2.5.1-restrict_arr.patch: diff --git a/sys-apps/grep/grep-2.5.1-r1.ebuild b/sys-apps/grep/grep-2.5.1-r1.ebuild index 663bb31e1e30..b06ee11480be 100644 --- a/sys-apps/grep/grep-2.5.1-r1.ebuild +++ b/sys-apps/grep/grep-2.5.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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-r1.ebuild,v 1.24 2004/06/30 02:37:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.5.1-r1.ebuild,v 1.25 2004/06/30 15:52:42 agriffis Exp $ inherit gnuconfig flag-o-matic eutils @@ -13,7 +13,7 @@ SRC_URI="http://ftp.club.cc.cmu.edu/pub/gnu/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390" -IUSE="nls build uclibc" +IUSE="build nls static uclibc" DEPEND="virtual/libc nls? ( sys-devel/gettext )" |