diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2011-03-22 15:05:27 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2011-03-22 15:05:27 +0000 |
commit | e2433f507e2a5b28255d82d4020ce3b9d336c03b (patch) | |
tree | 41a893ffaa554c5466a21d2de52dbeb8acb43898 /www-client/epiphany | |
parent | Initial commit. (diff) | |
download | historical-e2433f507e2a5b28255d82d4020ce3b9d336c03b.tar.gz historical-e2433f507e2a5b28255d82d4020ce3b9d336c03b.tar.bz2 historical-e2433f507e2a5b28255d82d4020ce3b9d336c03b.zip |
Add missing introspection USE-dependencies.
Package-Manager: portage-2.2.0_alpha28/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'www-client/epiphany')
-rw-r--r-- | www-client/epiphany/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/epiphany/epiphany-2.30.6.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www-client/epiphany/ChangeLog b/www-client/epiphany/ChangeLog index 517f8b967a47..c877114edef8 100644 --- a/www-client/epiphany/ChangeLog +++ b/www-client/epiphany/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/epiphany # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.265 2011/03/21 21:25:09 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/ChangeLog,v 1.266 2011/03/22 15:05:27 eva Exp $ + + 22 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org> epiphany-2.30.6.ebuild: + Add missing introspection USE-dependencies. 21 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> epiphany-2.30.6.ebuild: ppc64 stable wrt #353436 diff --git a/www-client/epiphany/epiphany-2.30.6.ebuild b/www-client/epiphany/epiphany-2.30.6.ebuild index 602ee873a88c..27e261629632 100644 --- a/www-client/epiphany/epiphany-2.30.6.ebuild +++ b/www-client/epiphany/epiphany-2.30.6.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/epiphany/epiphany-2.30.6.ebuild,v 1.9 2011/03/21 21:25:09 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany/epiphany-2.30.6.ebuild,v 1.10 2011/03/22 15:05:27 eva Exp $ EAPI="3" GCONF_DEBUG="yes" @@ -19,7 +19,7 @@ IUSE="avahi doc +introspection networkmanager +nss test" # TODO: add seed support RDEPEND=">=dev-libs/glib-2.19.7:2 - >=x11-libs/gtk+-2.19.5:2 + >=x11-libs/gtk+-2.19.5:2[introspection?] >=dev-libs/libxml2-2.6.12:2 >=dev-libs/libxslt-1.1.7 >=x11-libs/startup-notification-0.5 @@ -27,7 +27,7 @@ RDEPEND=">=dev-libs/glib-2.19.7:2 >=dev-libs/dbus-glib-0.71 >=gnome-base/gconf-2:2 >=app-text/iso-codes-0.35 - >=net-libs/webkit-gtk-1.2.3:2 + >=net-libs/webkit-gtk-1.2.3:2[introspection?] >=net-libs/libsoup-gnome-2.29.91:2.4 >=gnome-base/gnome-keyring-2.26 |