diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-16 10:10:53 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-16 10:10:53 +0000 |
commit | 1e1f906d5b60374b3352118abdd3dc18df876cb3 (patch) | |
tree | 55f50022248688230c6f308b539a1a82a33672a7 /app-text/evince | |
parent | Rename /usr/bin/merge -> /usr/bin/gts-merge, #358963 (diff) | |
download | gentoo-2-1e1f906d5b60374b3352118abdd3dc18df876cb3.tar.gz gentoo-2-1e1f906d5b60374b3352118abdd3dc18df876cb3.tar.bz2 gentoo-2-1e1f906d5b60374b3352118abdd3dc18df876cb3.zip |
Fix slot-deps on gtk+ and other libs
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'app-text/evince')
-rw-r--r-- | app-text/evince/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/evince/evince-2.30.3.ebuild | 12 | ||||
-rw-r--r-- | app-text/evince/evince-2.32.0-r1.ebuild | 6 | ||||
-rw-r--r-- | app-text/evince/evince-2.32.0.ebuild | 6 |
4 files changed, 17 insertions, 13 deletions
diff --git a/app-text/evince/ChangeLog b/app-text/evince/ChangeLog index 5fce83a10c5a..393d07bbf059 100644 --- a/app-text/evince/ChangeLog +++ b/app-text/evince/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/evince # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.209 2011/03/12 19:57:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/ChangeLog,v 1.210 2011/03/16 10:10:53 nirbheek Exp $ + + 16 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> evince-2.30.3.ebuild, + evince-2.32.0.ebuild, evince-2.32.0-r1.ebuild: + Fix slot-deps on gtk+ and other libs 12 Mar 2011; Raúl Porcel <armin76@gentoo.org> evince-2.32.0-r1.ebuild: alpha/arm/ia64/sparc stable wrt #353436 diff --git a/app-text/evince/evince-2.30.3.ebuild b/app-text/evince/evince-2.30.3.ebuild index 5fd679e191d0..2ed848e6b607 100644 --- a/app-text/evince/evince-2.30.3.ebuild +++ b/app-text/evince/evince-2.30.3.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/app-text/evince/evince-2.30.3.ebuild,v 1.10 2010/10/17 15:28:24 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.30.3.ebuild,v 1.11 2011/03/16 10:10:53 nirbheek Exp $ EAPI="2" @@ -21,15 +21,15 @@ IUSE="dbus debug djvu doc dvi gnome gnome-keyring nautilus t1lib tiff" # introspection? ( >=dev-libs/gobject-introspection-0.6 ) RDEPEND=" >=app-text/libspectre-0.2.0 - >=dev-libs/glib-2.18.0 - >=dev-libs/libxml2-2.5 - >=x11-libs/gtk+-2.14 + >=dev-libs/glib-2.18.0:2 + >=dev-libs/libxml2-2.5:2 + >=x11-libs/gtk+-2.14:2 >=x11-libs/libSM-1 || ( >=x11-themes/gnome-icon-theme-2.17.1 >=x11-themes/hicolor-icon-theme-0.10 ) dbus? ( >=dev-libs/dbus-glib-0.71 ) - gnome? ( >=gnome-base/gconf-2 ) + gnome? ( >=gnome-base/gconf-2:2 ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.22.0 ) nautilus? ( >=gnome-base/nautilus-2.10 ) >=app-text/poppler-0.12.3-r3[cairo] diff --git a/app-text/evince/evince-2.32.0-r1.ebuild b/app-text/evince/evince-2.32.0-r1.ebuild index d9afedc3b6d0..af69177bc508 100644 --- a/app-text/evince/evince-2.32.0-r1.ebuild +++ b/app-text/evince/evince-2.32.0-r1.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/app-text/evince/evince-2.32.0-r1.ebuild,v 1.4 2011/03/12 19:57:14 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0-r1.ebuild,v 1.5 2011/03/16 10:10:53 nirbheek Exp $ EAPI="3" GCONF_DEBUG="yes" @@ -21,7 +21,7 @@ IUSE="dbus debug djvu doc dvi gnome gnome-keyring +introspection nautilus t1lib RDEPEND=" >=app-text/libspectre-0.2.0 >=dev-libs/glib-2.25.11:2 - >=dev-libs/libxml2-2.5 + >=dev-libs/libxml2-2.5:2 >=x11-libs/gtk+-2.21.5:2[introspection?] >=x11-libs/libSM-1 || ( @@ -33,7 +33,7 @@ RDEPEND=" dvi? ( virtual/tex-base t1lib? ( >=media-libs/t1lib-5.0.0 ) ) - gnome? ( >=gnome-base/gconf-2[introspection?] ) + gnome? ( >=gnome-base/gconf-2:2[introspection?] ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.22.0 ) introspection? ( >=dev-libs/gobject-introspection-0.6 ) nautilus? ( >=gnome-base/nautilus-2.10[introspection?] ) diff --git a/app-text/evince/evince-2.32.0.ebuild b/app-text/evince/evince-2.32.0.ebuild index 1421750e7618..6c6efa89c39c 100644 --- a/app-text/evince/evince-2.32.0.ebuild +++ b/app-text/evince/evince-2.32.0.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/app-text/evince/evince-2.32.0.ebuild,v 1.3 2011/02/14 17:51:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/evince/evince-2.32.0.ebuild,v 1.4 2011/03/16 10:10:53 nirbheek Exp $ EAPI="3" GCONF_DEBUG="yes" @@ -21,7 +21,7 @@ IUSE="dbus debug djvu doc dvi gnome gnome-keyring +introspection nautilus t1lib RDEPEND=" >=app-text/libspectre-0.2.0 >=dev-libs/glib-2.25.11:2 - >=dev-libs/libxml2-2.5 + >=dev-libs/libxml2-2.5:2 gnome-base/gsettings-desktop-schemas >=x11-libs/gtk+-2.21.5:2[introspection?] >=x11-libs/libSM-1 @@ -34,7 +34,7 @@ RDEPEND=" dvi? ( virtual/tex-base t1lib? ( >=media-libs/t1lib-5.0.0 ) ) - gnome? ( >=gnome-base/gconf-2[introspection?] ) + gnome? ( >=gnome-base/gconf-2:2[introspection?] ) gnome-keyring? ( >=gnome-base/gnome-keyring-2.22.0 ) introspection? ( >=dev-libs/gobject-introspection-0.6 ) nautilus? ( >=gnome-base/nautilus-2.10[introspection?] ) |