diff options
author | 2012-01-13 16:51:17 +0000 | |
---|---|---|
committer | 2012-01-13 16:51:17 +0000 | |
commit | 46c1a3fd5f2b2edf158a219add3a1bb7ab51eba9 (patch) | |
tree | 1ee09e6e7b7a22a621c0ed40d4f71930256f7fb4 /gnome-extra/gnome-games | |
parent | Version bump for bug #370825 on behalf of kensington. (diff) | |
download | gentoo-2-46c1a3fd5f2b2edf158a219add3a1bb7ab51eba9.tar.gz gentoo-2-46c1a3fd5f2b2edf158a219add3a1bb7ab51eba9.tar.bz2 gentoo-2-46c1a3fd5f2b2edf158a219add3a1bb7ab51eba9.zip |
Add missing cairo deps for sudoku, reported by Joost Ruis on irc.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/gnome-games')
-rw-r--r-- | gnome-extra/gnome-games/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/gnome-games/gnome-games-3.2.1-r1.ebuild | 7 | ||||
-rw-r--r-- | gnome-extra/gnome-games/gnome-games-3.2.1.ebuild | 7 |
3 files changed, 15 insertions, 5 deletions
diff --git a/gnome-extra/gnome-games/ChangeLog b/gnome-extra/gnome-games/ChangeLog index a4b1ba8932b6..e46dcb308a77 100644 --- a/gnome-extra/gnome-games/ChangeLog +++ b/gnome-extra/gnome-games/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/gnome-games # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/ChangeLog,v 1.313 2012/01/04 23:30:09 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/ChangeLog,v 1.314 2012/01/13 16:51:17 tetromino Exp $ + + 13 Jan 2012; Alexandre Rostovtsev <tetromino@gentoo.org> + gnome-games-3.2.1.ebuild, gnome-games-3.2.1-r1.ebuild: + Add missing cairo deps for sudoku, reported by Joost Ruis on irc. *gnome-games-3.2.1-r1 (04 Jan 2012) diff --git a/gnome-extra/gnome-games/gnome-games-3.2.1-r1.ebuild b/gnome-extra/gnome-games/gnome-games-3.2.1-r1.ebuild index ed849d412d08..a8b2fbf8e57f 100644 --- a/gnome-extra/gnome-games/gnome-games-3.2.1-r1.ebuild +++ b/gnome-extra/gnome-games/gnome-games-3.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/gnome-games-3.2.1-r1.ebuild,v 1.1 2012/01/04 23:30:09 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/gnome-games-3.2.1-r1.ebuild,v 1.2 2012/01/13 16:51:17 tetromino Exp $ EAPI="3" GNOME_TARBALL_SUFFIX="xz" @@ -52,7 +52,10 @@ COMMON_DEPEND=" x11-libs/libX11 )" RDEPEND="${COMMON_DEPEND} sudoku? ( - || ( dev-python/pygobject:3 >=dev-python/pygobject-2.28.3:2[introspection] ) + || ( + dev-python/pygobject:3[cairo] + >=dev-python/pygobject-2.28.3:2[cairo,introspection] ) + dev-python/pycairo x11-libs/gdk-pixbuf:2[introspection] x11-libs/pango[introspection] >=x11-libs/gtk+-3.0.0:3[introspection] ) diff --git a/gnome-extra/gnome-games/gnome-games-3.2.1.ebuild b/gnome-extra/gnome-games/gnome-games-3.2.1.ebuild index bc2cefaaebe6..819990ed2604 100644 --- a/gnome-extra/gnome-games/gnome-games-3.2.1.ebuild +++ b/gnome-extra/gnome-games/gnome-games-3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/gnome-games-3.2.1.ebuild,v 1.2 2012/01/04 23:30:09 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-games/gnome-games-3.2.1.ebuild,v 1.3 2012/01/13 16:51:17 tetromino Exp $ EAPI="3" GNOME_TARBALL_SUFFIX="xz" @@ -52,7 +52,10 @@ COMMON_DEPEND=" x11-libs/libX11 )" RDEPEND="${COMMON_DEPEND} sudoku? ( - || ( dev-python/pygobject:3 >=dev-python/pygobject-2.28.3:2[introspection] ) + || ( + dev-python/pygobject:3[cairo] + >=dev-python/pygobject-2.28.3:2[cairo,introspection] ) + dev-python/pycairo x11-libs/gdk-pixbuf:2[introspection] x11-libs/pango[introspection] >=x11-libs/gtk+-3.0.0:3[introspection] ) |