diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2007-02-11 21:20:26 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2007-02-11 21:20:26 +0000 |
commit | ea09213d5f0b0d0e3fb6645bc21c42edef6feed4 (patch) | |
tree | f428457e3d0da908b930ecdc6b84f210fd76a9b3 /dev-cpp/libherdstat/libherdstat-0.2.0.ebuild | |
parent | stable x86; security bug #166246 (diff) | |
download | historical-ea09213d5f0b0d0e3fb6645bc21c42edef6feed4.tar.gz historical-ea09213d5f0b0d0e3fb6645bc21c42edef6feed4.tar.bz2 historical-ea09213d5f0b0d0e3fb6645bc21c42edef6feed4.zip |
Dropped static USE-flag (bug #166335)
Package-Manager: portage-2.1.2-r7
Diffstat (limited to 'dev-cpp/libherdstat/libherdstat-0.2.0.ebuild')
-rw-r--r-- | dev-cpp/libherdstat/libherdstat-0.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-cpp/libherdstat/libherdstat-0.2.0.ebuild b/dev-cpp/libherdstat/libherdstat-0.2.0.ebuild index cfffa5625131..f78b35d6975b 100644 --- a/dev-cpp/libherdstat/libherdstat-0.2.0.ebuild +++ b/dev-cpp/libherdstat/libherdstat-0.2.0.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-cpp/libherdstat/libherdstat-0.2.0.ebuild,v 1.3 2007/02/11 13:13:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libherdstat/libherdstat-0.2.0.ebuild,v 1.4 2007/02/11 21:20:26 dev-zero Exp $ inherit eutils autotools @@ -15,7 +15,7 @@ SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2 LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~s390 ~sh ~sparc ~x86" -IUSE="debug doc curl static test" +IUSE="debug doc curl test" RDEPEND=">=dev-libs/xmlwrapp-0.5.0 >=dev-cpp/libebt-1.1.0 @@ -44,8 +44,8 @@ src_compile() { econf \ --disable-examples \ --with-test-data=${WORKDIR}/${TEST_DATA_P} \ + --enable-static \ $(use_enable debug) \ - $(use_enable static) \ $(use_with curl) \ || die "econf failed" |