diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-11-20 15:08:17 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-11-20 15:08:17 +0000 |
commit | 4a47d3d9f83fc5257054f21e69187baa6ae58e47 (patch) | |
tree | a8365f1bbe4ae48a0ed2e0dd94c0d9871a63dfcb /dev-libs/libpcre/libpcre-7.4.ebuild | |
parent | Added latex use-flags for sci-mathematics/octave and sci-mathematics/maxima. (diff) | |
download | gentoo-2-4a47d3d9f83fc5257054f21e69187baa6ae58e47.tar.gz gentoo-2-4a47d3d9f83fc5257054f21e69187baa6ae58e47.tar.bz2 gentoo-2-4a47d3d9f83fc5257054f21e69187baa6ae58e47.zip |
amd64 stable wrt #199740
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-libs/libpcre/libpcre-7.4.ebuild')
-rw-r--r-- | dev-libs/libpcre/libpcre-7.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libpcre/libpcre-7.4.ebuild b/dev-libs/libpcre/libpcre-7.4.ebuild index 050ceba87622..9dc1d5ff2654 100644 --- a/dev-libs/libpcre/libpcre-7.4.ebuild +++ b/dev-libs/libpcre/libpcre-7.4.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.4.ebuild,v 1.1 2007/10/10 18:39:59 anant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.4.ebuild,v 1.2 2007/11/20 15:08:17 drac 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" |