diff options
author | Markus Ullmann <jokey@gentoo.org> | 2008-10-27 19:17:29 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2008-10-27 19:17:29 +0000 |
commit | c7f87cc312819f07891b7edf215cff35028fa520 (patch) | |
tree | 3e8ad59e227079f12d2932aa039805d02cc40bc9 /www-client/midori/midori-9999.ebuild | |
parent | respect CC variable, thanks to flameeyes in bug 243746 (diff) | |
download | gentoo-2-c7f87cc312819f07891b7edf215cff35028fa520.tar.gz gentoo-2-c7f87cc312819f07891b7edf215cff35028fa520.tar.bz2 gentoo-2-c7f87cc312819f07891b7edf215cff35028fa520.zip |
Fix dependencies for bug #240688 thanks to Dale for the hint
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'www-client/midori/midori-9999.ebuild')
-rw-r--r-- | www-client/midori/midori-9999.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www-client/midori/midori-9999.ebuild b/www-client/midori/midori-9999.ebuild index 155a31c7b9ce..44007e43caf6 100644 --- a/www-client/midori/midori-9999.ebuild +++ b/www-client/midori/midori-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.7 2008/08/25 20:44:06 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/midori/midori-9999.ebuild,v 1.8 2008/10/27 19:17:29 jokey Exp $ inherit git eutils @@ -12,12 +12,13 @@ EGIT_PROJECT="midori" LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="gvfs sourceview" +IUSE="nls soup sqlite" DEPEND="x11-libs/gtk+ net-libs/webkit-gtk - gvfs? ( gnome-base/gvfs ) - sourceview? ( x11-libs/gtksourceview )" + nls? ( sys-devel/gettext ) + soup? ( net-libs/libsoup ) + sqlite? ( dev-db/sqlite )" pkg_setup() { ewarn "Note: this software is not yet in a too mature status so expect some minor things to break" |