diff options
author | 2012-10-24 10:57:46 +0000 | |
---|---|---|
committer | 2012-10-24 10:57:46 +0000 | |
commit | 44154dd085b73199a5a7c41130a2d50a23859b67 (patch) | |
tree | d389a09dca453710f405bc45a0f6e3c9356994eb /games-emulation | |
parent | Add ~amd64, wrt bug #439328 (diff) | |
download | gentoo-2-44154dd085b73199a5a7c41130a2d50a23859b67.tar.gz gentoo-2-44154dd085b73199a5a7c41130a2d50a23859b67.tar.bz2 gentoo-2-44154dd085b73199a5a7c41130a2d50a23859b67.zip |
Add ~amd64, wrt bug #439330
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/advancescan/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/advancescan/advancescan-1.14.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/games-emulation/advancescan/ChangeLog b/games-emulation/advancescan/ChangeLog index f9c442cca2e8..dd542d1f3c7f 100644 --- a/games-emulation/advancescan/ChangeLog +++ b/games-emulation/advancescan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/advancescan -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/ChangeLog,v 1.5 2009/11/21 19:17:29 maekke Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/ChangeLog,v 1.6 2012/10/24 10:57:46 ago Exp $ + + 24 Oct 2012; Agostino Sarubbo <ago@gentoo.org> advancescan-1.14.ebuild: + Add ~amd64, wrt bug #439330 21 Nov 2009; Markus Meier <maekke@gentoo.org> advancescan-1.14.ebuild: x86 stable, bug #288966 @@ -22,4 +25,3 @@ 25 Mar 2005; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml, +advancescan-1.13.ebuild: initial commit for bug #68430 - diff --git a/games-emulation/advancescan/advancescan-1.14.ebuild b/games-emulation/advancescan/advancescan-1.14.ebuild index 92d6903e214c..9f63366693cb 100644 --- a/games-emulation/advancescan/advancescan-1.14.ebuild +++ b/games-emulation/advancescan/advancescan-1.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/advancescan-1.14.ebuild,v 1.2 2009/11/21 19:17:29 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/advancescan/advancescan-1.14.ebuild,v 1.3 2012/10/24 10:57:46 ago Exp $ EAPI=2 inherit autotools eutils games @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/advancemame/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND="dev-libs/expat" |