diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-06-02 04:33:22 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-06-02 04:33:22 +0000 |
commit | ae40d70d55d0220e964214759cb377f8e5625846 (patch) | |
tree | 580bfa11f8eba42221446129c176215e2b46c6f8 /games-emulation | |
parent | add slot dep for repoman (diff) | |
download | gentoo-2-ae40d70d55d0220e964214759cb377f8e5625846.tar.gz gentoo-2-ae40d70d55d0220e964214759cb377f8e5625846.tar.bz2 gentoo-2-ae40d70d55d0220e964214759cb377f8e5625846.zip |
add slot dep for repoman
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/gcube/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/gcube/gcube-0.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/gcube/ChangeLog b/games-emulation/gcube/ChangeLog index 942c962f98a2..ee4a76fd458f 100644 --- a/games-emulation/gcube/ChangeLog +++ b/games-emulation/gcube/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/gcube # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gcube/ChangeLog,v 1.15 2015/03/24 17:25:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gcube/ChangeLog,v 1.16 2015/06/02 04:33:22 mr_bones_ Exp $ + + 02 Jun 2015; Michael Sterrett <mr_bones_@gentoo.org> gcube-0.4-r1.ebuild: + add slot dep for repoman 24 Mar 2015; Agostino Sarubbo <ago@gentoo.org> gcube-0.4-r1.ebuild: Stable for amd64, wrt bug #543956 diff --git a/games-emulation/gcube/gcube-0.4-r1.ebuild b/games-emulation/gcube/gcube-0.4-r1.ebuild index ec931a8e030b..5a37ce3534b7 100644 --- a/games-emulation/gcube/gcube-0.4-r1.ebuild +++ b/games-emulation/gcube/gcube-0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/gcube/gcube-0.4-r1.ebuild,v 1.11 2015/03/24 17:25:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/gcube/gcube-0.4-r1.ebuild,v 1.12 2015/06/02 04:33:22 mr_bones_ Exp $ EAPI=5 inherit eutils games @@ -16,7 +16,7 @@ IUSE="" DEPEND="virtual/opengl media-libs/libsdl[sound,joystick,video] - virtual/jpeg + virtual/jpeg:0 sys-libs/ncurses sys-libs/zlib" RDEPEND="${DEPEND}" |