diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2013-11-19 09:49:58 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2013-11-19 09:49:58 +0000 |
commit | fbcb4860b32921ecb5895b4b767b786f882c358c (patch) | |
tree | f831898a8ffa5ff5102d4a89a281e1ec413cdba1 /games-emulation | |
parent | Rename 206-r3 to 208 for clarity; people get confused by Portage output in so... (diff) | |
download | gentoo-2-fbcb4860b32921ecb5895b4b767b786f882c358c.tar.gz gentoo-2-fbcb4860b32921ecb5895b4b767b786f882c358c.tar.bz2 gentoo-2-fbcb4860b32921ecb5895b4b767b786f882c358c.zip |
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkani in bug #491390.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/hatari/ChangeLog | 6 | ||||
-rw-r--r-- | games-emulation/hatari/hatari-1.6.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-emulation/hatari/ChangeLog b/games-emulation/hatari/ChangeLog index f614116b31ae..41be370b1fd1 100644 --- a/games-emulation/hatari/ChangeLog +++ b/games-emulation/hatari/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/hatari # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.41 2013/06/13 10:45:58 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/ChangeLog,v 1.42 2013/11/19 09:49:58 chainsaw Exp $ + + 19 Nov 2013; Tony Vroon <chainsaw@gentoo.org> hatari-1.6.2.ebuild: + Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El + Lazkani in bug #491390. *hatari-1.6.2 (13 Jun 2013) diff --git a/games-emulation/hatari/hatari-1.6.2.ebuild b/games-emulation/hatari/hatari-1.6.2.ebuild index 650792d252a0..5e340bbabcba 100644 --- a/games-emulation/hatari/hatari-1.6.2.ebuild +++ b/games-emulation/hatari/hatari-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.6.2.ebuild,v 1.1 2013/06/13 10:45:58 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/hatari/hatari-1.6.2.ebuild,v 1.2 2013/11/19 09:49:58 chainsaw Exp $ EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="http://download.tuxfamily.org/hatari/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |