diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-09 11:45:06 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-09 11:45:06 +0000 |
commit | 61918cfdbb3e3ca4136dea32fbfc41a69c71f123 (patch) | |
tree | 3cec3caebfbe6d8ab6a019d916784855c05f8423 /games-arcade/cob | |
parent | Stable for amd64, wrt bug #542636 (diff) | |
download | gentoo-2-61918cfdbb3e3ca4136dea32fbfc41a69c71f123.tar.gz gentoo-2-61918cfdbb3e3ca4136dea32fbfc41a69c71f123.tar.bz2 gentoo-2-61918cfdbb3e3ca4136dea32fbfc41a69c71f123.zip |
Stable for amd64, wrt bug #542508
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'games-arcade/cob')
-rw-r--r-- | games-arcade/cob/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/cob/cob-0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-arcade/cob/ChangeLog b/games-arcade/cob/ChangeLog index 40e98f5bd9d0..9783b52e2d06 100644 --- a/games-arcade/cob/ChangeLog +++ b/games-arcade/cob/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/cob # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v 1.12 2015/02/05 21:58:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/ChangeLog,v 1.13 2015/03/09 11:45:06 ago Exp $ + + 09 Mar 2015; Agostino Sarubbo <ago@gentoo.org> cob-0.9.ebuild: + Stable for amd64, wrt bug #542508 05 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> cob-0.9.ebuild: use epatch; add libsdl use deps diff --git a/games-arcade/cob/cob-0.9.ebuild b/games-arcade/cob/cob-0.9.ebuild index 21ffe63dc91b..3ed44645e1fc 100644 --- a/games-arcade/cob/cob-0.9.ebuild +++ b/games-arcade/cob/cob-0.9.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-arcade/cob/cob-0.9.ebuild,v 1.15 2015/02/05 21:58:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/cob/cob-0.9.ebuild,v 1.16 2015/03/09 11:45:06 ago Exp $ EAPI=5 inherit eutils games @@ -11,7 +11,7 @@ SRC_URI="http://www.autismuk.freeserve.co.uk/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 ppc ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ppc ~sparc x86 ~x86-fbsd" IUSE="" DEPEND="media-libs/libsdl[joystick,sound,video]" |