diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 19:48:09 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 19:48:09 +0000 |
commit | 97e0c18126458d684180ce341e75ae4439e69d01 (patch) | |
tree | 2136b3fd71735f9102ec666d7321affa6da6936c /www-client/epiphany-extensions/epiphany-extensions-2.30.1.ebuild | |
parent | Remove old, fix library slot-deps (diff) | |
download | historical-97e0c18126458d684180ce341e75ae4439e69d01.tar.gz historical-97e0c18126458d684180ce341e75ae4439e69d01.tar.bz2 historical-97e0c18126458d684180ce341e75ae4439e69d01.zip |
Fix slot-deps on gtk+ and other libs, remove old
Package-Manager: portage-2.1.9.44/cvs/Linux x86_64
Diffstat (limited to 'www-client/epiphany-extensions/epiphany-extensions-2.30.1.ebuild')
-rw-r--r-- | www-client/epiphany-extensions/epiphany-extensions-2.30.1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www-client/epiphany-extensions/epiphany-extensions-2.30.1.ebuild b/www-client/epiphany-extensions/epiphany-extensions-2.30.1.ebuild index 2217537e22c6..db3a8bf70049 100644 --- a/www-client/epiphany-extensions/epiphany-extensions-2.30.1.ebuild +++ b/www-client/epiphany-extensions/epiphany-extensions-2.30.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.30.1.ebuild,v 1.7 2010/10/17 15:39:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/epiphany-extensions/epiphany-extensions-2.30.1.ebuild,v 1.8 2011/03/21 19:48:09 nirbheek Exp $ EAPI="2" @@ -18,11 +18,11 @@ IUSE="dbus examples pcre" RDEPEND=">=www-client/epiphany-${MY_MAJORV} app-text/opensp - >=dev-libs/glib-2.15.5 - >=gnome-base/gconf-2.0 - >=dev-libs/libxml2-2.6 - >=x11-libs/gtk+-2.19.5 - >=net-libs/webkit-gtk-1.1 + >=dev-libs/glib-2.15.5:2 + >=gnome-base/gconf-2.0:2 + >=dev-libs/libxml2-2.6:2 + >=x11-libs/gtk+-2.19.5:2 + >=net-libs/webkit-gtk-1.1:2 dbus? ( >=dev-libs/dbus-glib-0.34 ) pcre? ( >=dev-libs/libpcre-3.9-r2 )" |