summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Alfredsen <loki_val@gentoo.org>2009-05-18 21:51:16 +0000
committerPeter Alfredsen <loki_val@gentoo.org>2009-05-18 21:51:16 +0000
commit4a25de90428f958af3714cc07a044659bdc35f69 (patch)
tree9fe3047ccbf8e53a001308535f7e7a0c574b913c /dev-libs/libpcre/libpcre-7.9-r1.ebuild
parentBump to 2.26.2. Bug fixes and translation updates. (diff)
downloadgentoo-2-4a25de90428f958af3714cc07a044659bdc35f69.tar.gz
gentoo-2-4a25de90428f958af3714cc07a044659bdc35f69.tar.bz2
gentoo-2-4a25de90428f958af3714cc07a044659bdc35f69.zip
Add IUSE=static-libs now that council has approved.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libpcre/libpcre-7.9-r1.ebuild')
-rw-r--r--dev-libs/libpcre/libpcre-7.9-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libpcre/libpcre-7.9-r1.ebuild b/dev-libs/libpcre/libpcre-7.9-r1.ebuild
index 4b48d16bb67b..90c1e05a903a 100644
--- a/dev-libs/libpcre/libpcre-7.9-r1.ebuild
+++ b/dev-libs/libpcre/libpcre-7.9-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.9-r1.ebuild,v 1.1 2009/04/18 21:18:50 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpcre/libpcre-7.9-r1.ebuild,v 1.2 2009/05/18 21:51:16 loki_val Exp $
EAPI=2
@@ -19,7 +19,7 @@ fi
LICENSE="BSD"
SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="bzip2 +cxx doc unicode zlib"
+IUSE="bzip2 +cxx doc unicode zlib static-libs"
DEPEND="dev-util/pkgconfig"
RDEPEND=""
@@ -41,7 +41,7 @@ src_configure() {
$(use_enable cxx cpp) \
$(use_enable zlib pcregrep-libz) \
$(use_enable bzip2 pcregrep-libbz2) \
- --enable-static \
+ $(use_enable static-libs static) \
--enable-shared \
--htmldir=/usr/share/doc/${PF}/html \
--docdir=/usr/share/doc/${PF} \