diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:49:15 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:49:15 +0000 |
commit | 95d1f329c1c21cae36a1a5bac46a7da1a8ce0431 (patch) | |
tree | 310465cb49c7c471c0f2c455ebdeae11b630eb60 /dev-libs/libpcre/libpcre-3.9-r1.ebuild | |
parent | sync IUSE (missing), don't dep on arch for gnuconfig_update (Manifest recommit) (diff) | |
download | gentoo-2-95d1f329c1c21cae36a1a5bac46a7da1a8ce0431.tar.gz gentoo-2-95d1f329c1c21cae36a1a5bac46a7da1a8ce0431.tar.bz2 gentoo-2-95d1f329c1c21cae36a1a5bac46a7da1a8ce0431.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-libs/libpcre/libpcre-3.9-r1.ebuild')
-rw-r--r-- | dev-libs/libpcre/libpcre-3.9-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/libpcre/libpcre-3.9-r1.ebuild b/dev-libs/libpcre/libpcre-3.9-r1.ebuild index 0cfea7832308..dd180a749d7a 100644 --- a/dev-libs/libpcre/libpcre-3.9-r1.ebuild +++ b/dev-libs/libpcre/libpcre-3.9-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/dev-libs/libpcre/libpcre-3.9-r1.ebuild,v 1.17 2004/07/02 04:48:11 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-3.9-r1.ebuild,v 1.18 2004/07/14 14:46:07 agriffis Exp $ S=${WORKDIR}/pcre-${PV} DESCRIPTION="Perl-compatible regular expression library" @@ -10,6 +10,7 @@ HOMEPAGE="http://www.pcre.org/" SLOT="3" LICENSE="as-is" KEYWORDS="x86 ppc sparc alpha mips hppa amd64" +IUSE="" DEPEND="virtual/libc" |