diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:45:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-24 12:45:03 +0000 |
commit | 32355e534bba8dd165f1c11241d4c48e1dbef083 (patch) | |
tree | 4300c8d83672c43b021fe1e54651690d58543c20 /games-board/simsu | |
parent | Stable for x86, wrt bug #492560 (diff) | |
download | gentoo-2-32355e534bba8dd165f1c11241d4c48e1dbef083.tar.gz gentoo-2-32355e534bba8dd165f1c11241d4c48e1dbef083.tar.bz2 gentoo-2-32355e534bba8dd165f1c11241d4c48e1dbef083.zip |
Stable for x86, wrt bug #490594
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'games-board/simsu')
-rw-r--r-- | games-board/simsu/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/simsu/simsu-1.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-board/simsu/ChangeLog b/games-board/simsu/ChangeLog index f2adb6a30831..016125ff1a17 100644 --- a/games-board/simsu/ChangeLog +++ b/games-board/simsu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/simsu # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/simsu/ChangeLog,v 1.9 2013/11/13 11:43:27 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/simsu/ChangeLog,v 1.10 2013/12/24 12:45:03 ago Exp $ + + 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> simsu-1.2.3.ebuild: + Stable for x86, wrt bug #490594 13 Nov 2013; Tony Vroon <chainsaw@gentoo.org> simsu-1.2.3.ebuild: Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El diff --git a/games-board/simsu/simsu-1.2.3.ebuild b/games-board/simsu/simsu-1.2.3.ebuild index f38b6cf9a237..609af497e061 100644 --- a/games-board/simsu/simsu-1.2.3.ebuild +++ b/games-board/simsu/simsu-1.2.3.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-board/simsu/simsu-1.2.3.ebuild,v 1.2 2013/11/13 11:43:27 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/simsu/simsu-1.2.3.ebuild,v 1.3 2013/12/24 12:45:03 ago Exp $ EAPI=5 inherit eutils gnome2-utils qt4-r2 games @@ -11,7 +11,7 @@ SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="dev-qt/qtgui:4" |