diff options
author | 2008-08-16 15:32:12 +0000 | |
---|---|---|
committer | 2008-08-16 15:32:12 +0000 | |
commit | af5cb6534cf3f1a45effe8589f903fca1446ed37 (patch) | |
tree | 34bd893dad878a7902e3e4180cc2d42aeda8766f /sys-fs/e2fsprogs/e2fsprogs-1.41.0.ebuild | |
parent | Remove stkn from metadata.xml (#27693) (diff) | |
download | historical-af5cb6534cf3f1a45effe8589f903fca1446ed37.tar.gz historical-af5cb6534cf3f1a45effe8589f903fca1446ed37.tar.bz2 historical-af5cb6534cf3f1a45effe8589f903fca1446ed37.zip |
Drop USE=static since it just confuses people #232115 #178718.
Package-Manager: portage-2.2_rc6/cvs/Linux 2.6.26.1 x86_64
Diffstat (limited to 'sys-fs/e2fsprogs/e2fsprogs-1.41.0.ebuild')
-rw-r--r-- | sys-fs/e2fsprogs/e2fsprogs-1.41.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.41.0.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.41.0.ebuild index 66d62997d814..6b700258ff1a 100644 --- a/sys-fs/e2fsprogs/e2fsprogs-1.41.0.ebuild +++ b/sys-fs/e2fsprogs/e2fsprogs-1.41.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.41.0.ebuild,v 1.2 2008/08/16 15:22:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/e2fsprogs/e2fsprogs-1.41.0.ebuild,v 1.3 2008/08/16 15:32:12 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/e2fsprogs/${P}.tar.gz" LICENSE="GPL-2 BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="nls static elibc_FreeBSD" +IUSE="nls elibc_FreeBSD" RDEPEND="~sys-libs/${PN}-libs-${PV} nls? ( virtual/libintl )" @@ -58,7 +58,6 @@ src_compile() { --sbindir=/sbin \ --enable-${libtype}-shlibs \ --with-ldopts="${LDFLAGS}" \ - $(use_enable !static dynamic-e2fsck) \ $(use_enable !elibc_uclibc tls) \ --without-included-gettext \ $(use_enable nls) \ |