diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-06-08 22:17:29 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-06-08 22:17:29 +0000 |
commit | c2e8ed7f5ec54e2f1a38c8229dfaff9484036ac7 (patch) | |
tree | a9aa4240b1614c2e993081e97b1d7ef43438521a /www-client/midori/midori-9999.ebuild | |
parent | Fix USE=debug builds (diff) | |
download | gentoo-2-c2e8ed7f5ec54e2f1a38c8229dfaff9484036ac7.tar.gz gentoo-2-c2e8ed7f5ec54e2f1a38c8229dfaff9484036ac7.tar.bz2 gentoo-2-c2e8ed7f5ec54e2f1a38c8229dfaff9484036ac7.zip |
Update live ebuild
(Portage version: 2.2.0_alpha38/cvs/Linux x86_64)
Diffstat (limited to 'www-client/midori/midori-9999.ebuild')
-rw-r--r-- | www-client/midori/midori-9999.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/www-client/midori/midori-9999.ebuild b/www-client/midori/midori-9999.ebuild index 5e8b109c3bb7..256659182c6e 100644 --- a/www-client/midori/midori-9999.ebuild +++ b/www-client/midori/midori-9999.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/www-client/midori/midori-9999.ebuild,v 1.33 2011/05/16 08:46:20 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/midori/midori-9999.ebuild,v 1.34 2011/06/08 22:17:29 angelos Exp $ EAPI=3 inherit eutils fdo-mime gnome2-utils python waf-utils git-2 @@ -12,7 +12,7 @@ EGIT_REPO_URI="git://git.xfce.org/apps/${PN}" LICENSE="LGPL-2.1 MIT" SLOT="0" KEYWORDS="" -IUSE="doc gnome idn libnotify nls +unique vala" +IUSE="doc gnome idn libnotify nls +unique" RDEPEND="dev-libs/libxml2:2 >=dev-db/sqlite-3.0 @@ -23,7 +23,7 @@ RDEPEND="dev-libs/libxml2:2 idn? ( net-dns/libidn ) libnotify? ( x11-libs/libnotify ) unique? ( dev-libs/libunique:1 ) - vala? ( dev-lang/vala:0.10 )" + dev-lang/vala:0.10" DEPEND="${RDEPEND} || ( dev-lang/python:2.7 dev-lang/python:2.6 ) dev-util/intltool @@ -53,8 +53,7 @@ src_configure() { $(use_enable idn libidn) \ $(use_enable libnotify) \ $(use_enable nls) \ - $(use_enable unique) \ - $(use_enable vala) + $(use_enable unique) } pkg_preinst() { |