diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-06 13:42:14 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-06 13:42:14 +0000 |
commit | 8ec3e4b6b679a779904f16a903f729ac5700678b (patch) | |
tree | e3847f4fdd1e0918dd2e4b36266718267e885e55 /games-emulation | |
parent | Stable for amd64, wrt bug #538954 (diff) | |
download | gentoo-2-8ec3e4b6b679a779904f16a903f729ac5700678b.tar.gz gentoo-2-8ec3e4b6b679a779904f16a903f729ac5700678b.tar.bz2 gentoo-2-8ec3e4b6b679a779904f16a903f729ac5700678b.zip |
Stable for amd64, wrt bug #539070
(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/fceux/ChangeLog | 7 | ||||
-rw-r--r-- | games-emulation/fceux/fceux-2.2.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-emulation/fceux/ChangeLog b/games-emulation/fceux/ChangeLog index 6679dd0e9099..4d509ac3bddb 100644 --- a/games-emulation/fceux/ChangeLog +++ b/games-emulation/fceux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/fceux -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceux/ChangeLog,v 1.18 2014/12/31 07:53:54 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceux/ChangeLog,v 1.19 2015/02/06 13:42:14 ago Exp $ + + 06 Feb 2015; Agostino Sarubbo <ago@gentoo.org> fceux-2.2.2.ebuild: + Stable for amd64, wrt bug #539070 *fceux-2.2.2 (31 Dec 2014) diff --git a/games-emulation/fceux/fceux-2.2.2.ebuild b/games-emulation/fceux/fceux-2.2.2.ebuild index 576d4f0042a3..82d790663acc 100644 --- a/games-emulation/fceux/fceux-2.2.2.ebuild +++ b/games-emulation/fceux/fceux-2.2.2.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/fceux/fceux-2.2.2.ebuild,v 1.1 2014/12/31 07:53:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceux/fceux-2.2.2.ebuild,v 1.2 2015/02/06 13:42:14 ago Exp $ EAPI=5 inherit eutils scons-utils games @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/fceultra/${P}.src.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="gtk +lua +opengl" DEPEND="lua? ( dev-lang/lua ) |