diff options
author | Markus Ullmann <jokey@gentoo.org> | 2008-07-30 18:08:05 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2008-07-30 18:08:05 +0000 |
commit | 2393f06f82c2f99f3aab48e3b4b59c8ff85fe66a (patch) | |
tree | b5f7a3035468dcf0c8b48566674cf9bd57ca8027 /net-libs/webkit-gtk | |
parent | Initial commit from the sunrise overlay. I'm going to proxy-maintain this for... (diff) | |
download | gentoo-2-2393f06f82c2f99f3aab48e3b4b59c8ff85fe66a.tar.gz gentoo-2-2393f06f82c2f99f3aab48e3b4b59c8ff85fe66a.tar.bz2 gentoo-2-2393f06f82c2f99f3aab48e3b4b59c8ff85fe66a.zip |
drop hildon from IUSE
(Portage version: 2.2_rc4/cvs/Linux 2.6.26-gentoo i686)
Diffstat (limited to 'net-libs/webkit-gtk')
-rw-r--r-- | net-libs/webkit-gtk/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/webkit-gtk/webkit-gtk-0_p35417.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/webkit-gtk/ChangeLog b/net-libs/webkit-gtk/ChangeLog index a7b96e6143a2..219a57adb416 100644 --- a/net-libs/webkit-gtk/ChangeLog +++ b/net-libs/webkit-gtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/webkit-gtk # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.7 2008/07/30 16:54:45 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/ChangeLog,v 1.8 2008/07/30 18:08:05 jokey Exp $ + + 30 Jul 2008; Markus Ullmann <jokey@gentoo.org> webkit-gtk-0_p35417.ebuild: + drop hildon from IUSE *webkit-gtk-0_p35417 (30 Jul 2008) diff --git a/net-libs/webkit-gtk/webkit-gtk-0_p35417.ebuild b/net-libs/webkit-gtk/webkit-gtk-0_p35417.ebuild index c742aff972f4..c1920c35cd0d 100644 --- a/net-libs/webkit-gtk/webkit-gtk-0_p35417.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-0_p35417.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/net-libs/webkit-gtk/webkit-gtk-0_p35417.ebuild,v 1.1 2008/07/30 16:54:45 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/webkit-gtk/webkit-gtk-0_p35417.ebuild,v 1.2 2008/07/30 18:08:05 jokey Exp $ inherit autotools @@ -12,7 +12,7 @@ SRC_URI="http://nightly.webkit.org/files/trunk/src/${MY_P}.tar.bz2" LICENSE="LGPL-2 LGPL-2.1 BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -IUSE="coverage debug gstreamer hildon pango soup sqlite svg xslt" +IUSE="coverage debug gstreamer pango soup sqlite svg xslt" RDEPEND=">=x11-libs/gtk+-2.8 dev-libs/icu |