diff options
author | Stanislav Ochotnicky <sochotnicky@gentoo.org> | 2011-05-08 15:28:18 +0000 |
---|---|---|
committer | Stanislav Ochotnicky <sochotnicky@gentoo.org> | 2011-05-08 15:28:18 +0000 |
commit | 7ba7a76b83c8ce892c3a51bf28b02984ad719c1f (patch) | |
tree | 04a6ee979459946154ddfb577731818fcf952ce1 /app-arch/rpm | |
parent | Version bump (bug #363053). (diff) | |
download | gentoo-2-7ba7a76b83c8ce892c3a51bf28b02984ad719c1f.tar.gz gentoo-2-7ba7a76b83c8ce892c3a51bf28b02984ad719c1f.tar.bz2 gentoo-2-7ba7a76b83c8ce892c3a51bf28b02984ad719c1f.zip |
Remove forgotten use_enable sqlite from configure
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/rpm')
-rw-r--r-- | app-arch/rpm/rpm-4.9.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-arch/rpm/rpm-4.9.0.ebuild b/app-arch/rpm/rpm-4.9.0.ebuild index fb01bb1f8b44..198d932e463c 100644 --- a/app-arch/rpm/rpm-4.9.0.ebuild +++ b/app-arch/rpm/rpm-4.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.9.0.ebuild,v 1.2 2011/05/08 15:13:06 sochotnicky Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.9.0.ebuild,v 1.3 2011/05/08 15:28:18 sochotnicky Exp $ EAPI="3" @@ -61,7 +61,6 @@ src_configure() { --with-external-db \ $(use_enable python) \ $(use_with doc hackingdocs) \ - $(use_enable sqlite sqlite3) \ $(use_enable nls) \ $(use_with lua) \ $(use_with caps cap)\ |