diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-10 12:56:27 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-10 12:56:27 +0000 |
commit | a9f3b88140608b7d38a16d99cb90954580c06f9e (patch) | |
tree | f56116b03b0551d954a4db421cdd52d3942bf51f /app-arch | |
parent | Version bump. (diff) | |
download | gentoo-2-a9f3b88140608b7d38a16d99cb90954580c06f9e.tar.gz gentoo-2-a9f3b88140608b7d38a16d99cb90954580c06f9e.tar.bz2 gentoo-2-a9f3b88140608b7d38a16d99cb90954580c06f9e.zip |
Forgot in a useless old line. Punt it for last commit.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/libarchive/libarchive-3.0.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-arch/libarchive/libarchive-3.0.2.ebuild b/app-arch/libarchive/libarchive-3.0.2.ebuild index 9dc659ebc6f3..39aa59827021 100644 --- a/app-arch/libarchive/libarchive-3.0.2.ebuild +++ b/app-arch/libarchive/libarchive-3.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/libarchive/libarchive-3.0.2.ebuild,v 1.1 2012/01/10 12:52:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/libarchive/libarchive-3.0.2.ebuild,v 1.2 2012/01/10 12:56:27 ssuominen Exp $ EAPI=4 inherit eutils multilib @@ -49,8 +49,7 @@ src_configure() { $(use_with lzma) \ $(use_with nettle) \ $(use_with !expat xml2) \ - $(use_with expat expat) \ - ${myconf} + $(use_with expat expat) } src_test() { |