summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-02-09 08:17:30 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-02-09 08:17:30 +0000
commit2cd98ece0eb4d18c296d8fc622a2c430bf2f96d5 (patch)
tree7150172a76cbf69e6f1e39b265be3f611c2bb7ba /games-emulation
parents390 stable, wrt bug #535698 (diff)
downloadgentoo-2-2cd98ece0eb4d18c296d8fc622a2c430bf2f96d5.tar.gz
gentoo-2-2cd98ece0eb4d18c296d8fc622a2c430bf2f96d5.tar.bz2
gentoo-2-2cd98ece0eb4d18c296d8fc622a2c430bf2f96d5.zip
Stable for amd64, wrt bug #539394
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/gnuboy/ChangeLog7
-rw-r--r--games-emulation/gnuboy/gnuboy-1.0.3-r1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/games-emulation/gnuboy/ChangeLog b/games-emulation/gnuboy/ChangeLog
index 2b045b22926f..c6df240c038f 100644
--- a/games-emulation/gnuboy/ChangeLog
+++ b/games-emulation/gnuboy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/gnuboy
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnuboy/ChangeLog,v 1.13 2014/07/04 08:11:39 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnuboy/ChangeLog,v 1.14 2015/02/09 08:17:30 ago Exp $
+
+ 09 Feb 2015; Agostino Sarubbo <ago@gentoo.org> gnuboy-1.0.3-r1.ebuild:
+ Stable for amd64, wrt bug #539394
*gnuboy-1.0.3-r1 (04 Jul 2014)
diff --git a/games-emulation/gnuboy/gnuboy-1.0.3-r1.ebuild b/games-emulation/gnuboy/gnuboy-1.0.3-r1.ebuild
index f6d447a4933a..33c25a8b3df3 100644
--- a/games-emulation/gnuboy/gnuboy-1.0.3-r1.ebuild
+++ b/games-emulation/gnuboy/gnuboy-1.0.3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnuboy/gnuboy-1.0.3-r1.ebuild,v 1.1 2014/07/04 08:11:39 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/gnuboy/gnuboy-1.0.3-r1.ebuild,v 1.2 2015/02/09 08:17:30 ago Exp $
EAPI=5
inherit autotools eutils games
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
IUSE="X sdl"
RDEPEND="sdl? ( media-libs/libsdl )