diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-02-11 16:48:18 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-02-11 16:48:18 +0000 |
commit | c18f7ea8c5078c5c38b1fc2cc1064df0a08d1952 (patch) | |
tree | a4b74db64ce411a2ab27ead9394cf07828e4eac0 /dev-libs/libpcre/libpcre-6.6.ebuild | |
parent | Dropped ppc-macos keyword, see you in prefix (diff) | |
download | gentoo-2-c18f7ea8c5078c5c38b1fc2cc1064df0a08d1952.tar.gz gentoo-2-c18f7ea8c5078c5c38b1fc2cc1064df0a08d1952.tar.bz2 gentoo-2-c18f7ea8c5078c5c38b1fc2cc1064df0a08d1952.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-libs/libpcre/libpcre-6.6.ebuild')
-rw-r--r-- | dev-libs/libpcre/libpcre-6.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libpcre/libpcre-6.6.ebuild b/dev-libs/libpcre/libpcre-6.6.ebuild index 327b9e73484a..fad01c1da5e2 100644 --- a/dev-libs/libpcre/libpcre-6.6.ebuild +++ b/dev-libs/libpcre/libpcre-6.6.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-6.6.ebuild,v 1.15 2007/01/27 22:29:00 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-6.6.ebuild,v 1.16 2007/02/11 16:48:18 grobian Exp $ inherit libtool flag-o-matic eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PV}.tar.bz LICENSE="BSD" SLOT="3" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ~ppc-macos ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="doc" DEPEND="dev-util/pkgconfig" |