diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-06 17:21:13 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-04-06 17:21:13 +0000 |
commit | 28e7fb693bbac31867491f182c96e758af0a158e (patch) | |
tree | 19ceed72ff0021d2857bc9c97110ac5911023f57 /www-client | |
parent | Add lasi to use.mask (diff) | |
download | gentoo-2-28e7fb693bbac31867491f182c96e758af0a158e.tar.gz gentoo-2-28e7fb693bbac31867491f182c96e758af0a158e.tar.bz2 gentoo-2-28e7fb693bbac31867491f182c96e758af0a158e.zip |
add missing use variables to IUSE
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/midori/midori-0.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/midori/midori-0.1.5.ebuild b/www-client/midori/midori-0.1.5.ebuild index 2049c25cefea..17fcfe7c235a 100644 --- a/www-client/midori/midori-0.1.5.ebuild +++ b/www-client/midori/midori-0.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/midori/midori-0.1.5.ebuild,v 1.2 2009/04/05 15:57:11 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/midori/midori-0.1.5.ebuild,v 1.3 2009/04/06 17:21:13 mr_bones_ Exp $ EAPI=2 @@ -13,7 +13,7 @@ SRC_URI="http://goodies.xfce.org/releases/midori/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="soup sqlite" RDEPEND=">=dev-lang/python-2.4 >=net-libs/webkit-gtk-0_p42000 |