diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-06-04 17:39:46 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-06-04 17:39:46 +0000 |
commit | d3457a3da2a8fc5aa0ece00927f533396d348737 (patch) | |
tree | 3f2f74586057fa39ceee6e9e3d4edbf903643787 /games-emulation/gnomeboyadvance | |
parent | Version bump. Bug #369827. Drop stable amd64 keyword. Bug #357475 (diff) | |
download | gentoo-2-d3457a3da2a8fc5aa0ece00927f533396d348737.tar.gz gentoo-2-d3457a3da2a8fc5aa0ece00927f533396d348737.tar.bz2 gentoo-2-d3457a3da2a8fc5aa0ece00927f533396d348737.zip |
RDEPEND on splitted python ebuilds (bug #352924 with Mr. Bones approval).
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'games-emulation/gnomeboyadvance')
-rw-r--r-- | games-emulation/gnomeboyadvance/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/gnomeboyadvance/gnomeboyadvance-0.1.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-emulation/gnomeboyadvance/ChangeLog b/games-emulation/gnomeboyadvance/ChangeLog index 426fbb61e456..f7afb3fa47c9 100644 --- a/games-emulation/gnomeboyadvance/ChangeLog +++ b/games-emulation/gnomeboyadvance/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/gnomeboyadvance -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnomeboyadvance/ChangeLog,v 1.10 2010/04/27 12:20:39 tupone Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnomeboyadvance/ChangeLog,v 1.11 2011/06/04 17:39:46 pacho Exp $ + + 04 Jun 2011; Pacho Ramos <pacho@gentoo.org> gnomeboyadvance-0.1.ebuild: + RDEPEND on splitted python ebuilds (bug #352924 with Mr. Bones approval). 27 Apr 2010; Tupone Alfredo <tupone@gentoo.org> gnomeboyadvance-0.1.ebuild: diff --git a/games-emulation/gnomeboyadvance/gnomeboyadvance-0.1.ebuild b/games-emulation/gnomeboyadvance/gnomeboyadvance-0.1.ebuild index 536fb15fc682..d041d6a5c171 100644 --- a/games-emulation/gnomeboyadvance/gnomeboyadvance-0.1.ebuild +++ b/games-emulation/gnomeboyadvance/gnomeboyadvance-0.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/games-emulation/gnomeboyadvance/gnomeboyadvance-0.1.ebuild,v 1.13 2010/10/13 16:39:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnomeboyadvance/gnomeboyadvance-0.1.ebuild,v 1.14 2011/06/04 17:39:46 pacho Exp $ EAPI=2 PYTHON_DEPEND="2" @@ -15,8 +15,9 @@ SLOT="0" KEYWORDS="ppc x86" IUSE="" -RDEPEND=">=dev-python/gnome-python-1.99 - >=dev-python/pygtk-1.99 +RDEPEND="dev-python/libgnome-python + dev-python/pygobject:2 + >=dev-python/pygtk-1.99:2 games-emulation/visualboyadvance" S=${WORKDIR}/gnomeBoyAdvance-0.1 |