diff options
author | 2004-06-30 15:52:42 +0000 | |
---|---|---|
committer | 2004-06-30 15:52:42 +0000 | |
commit | b6f202a63f7d0da384cb14356c82bd8c8fcbaa9e (patch) | |
tree | 50caed94fb83f42f26879f735b5e1d9c6dda9092 /sys-apps/grep | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-b6f202a63f7d0da384cb14356c82bd8c8fcbaa9e.tar.gz gentoo-2-b6f202a63f7d0da384cb14356c82bd8c8fcbaa9e.tar.bz2 gentoo-2-b6f202a63f7d0da384cb14356c82bd8c8fcbaa9e.zip |
sync IUSE (+static)
Diffstat (limited to 'sys-apps/grep')
-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 )" |