diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-10-14 15:56:37 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-10-14 15:56:37 +0000 |
commit | 9092fee4685b527848fcb39dd7363203ca8bfa14 (patch) | |
tree | 3fe8d8611101316674a93a6457892c6906461bfe /dev-libs/libpcre/libpcre-7.3-r1.ebuild | |
parent | Stable on ppc64; bug #195254 (diff) | |
download | gentoo-2-9092fee4685b527848fcb39dd7363203ca8bfa14.tar.gz gentoo-2-9092fee4685b527848fcb39dd7363203ca8bfa14.tar.bz2 gentoo-2-9092fee4685b527848fcb39dd7363203ca8bfa14.zip |
Stable on ppc64; bug #195416
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-libs/libpcre/libpcre-7.3-r1.ebuild')
-rw-r--r-- | dev-libs/libpcre/libpcre-7.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libpcre/libpcre-7.3-r1.ebuild b/dev-libs/libpcre/libpcre-7.3-r1.ebuild index f83b1ded76ea..76a64b160fa9 100644 --- a/dev-libs/libpcre/libpcre-7.3-r1.ebuild +++ b/dev-libs/libpcre/libpcre-7.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.3-r1.ebuild,v 1.7 2007/10/13 14:18:26 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.3-r1.ebuild,v 1.8 2007/10/14 15:56:37 corsair Exp $ inherit libtool eutils @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${MY_P}.tar.bz2" LICENSE="BSD" SLOT="3" -KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="doc unicode" DEPEND="dev-util/pkgconfig" |