diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-11-14 13:42:00 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-11-14 13:42:00 +0000 |
commit | ec937fb17882a89412b82c84e8c1e594e6201860 (patch) | |
tree | 8e69c9b3872b0a072ce3c4cd9830ad85a6354710 /app-arch/libarchive/libarchive-2.7.1-r1.ebuild | |
parent | Fix tests (bug 295828) (diff) | |
download | historical-ec937fb17882a89412b82c84e8c1e594e6201860.tar.gz historical-ec937fb17882a89412b82c84e8c1e594e6201860.tar.bz2 historical-ec937fb17882a89412b82c84e8c1e594e6201860.zip |
Move local USE lzma to global USE
Package-Manager: portage-2.2.0_alpha4/cvs/Linux x86_64
Diffstat (limited to 'app-arch/libarchive/libarchive-2.7.1-r1.ebuild')
-rw-r--r-- | app-arch/libarchive/libarchive-2.7.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/libarchive/libarchive-2.7.1-r1.ebuild b/app-arch/libarchive/libarchive-2.7.1-r1.ebuild index 772152600d62..0ec6f8d0a5a2 100644 --- a/app-arch/libarchive/libarchive-2.7.1-r1.ebuild +++ b/app-arch/libarchive/libarchive-2.7.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/libarchive/libarchive-2.7.1-r1.ebuild,v 1.9 2010/03/24 13:03:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/libarchive/libarchive-2.7.1-r1.ebuild,v 1.10 2010/11/14 13:42:00 jlec Exp $ EAPI="2" @@ -62,7 +62,7 @@ src_configure() { $(use_enable static-libs static) \ --without-lzmadec \ ${myconf} \ - --disable-dependency-tracking || die "econf failed." + --disable-dependency-tracking } src_install() { |