diff options
author | Markus Meier <maekke@gentoo.org> | 2011-01-15 14:36:44 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-01-15 14:36:44 +0000 |
commit | 950c555d9343106723ed9348992f5d7b4c9edfe9 (patch) | |
tree | 4516373783e4d68989e81d104265f608e5f6be68 | |
parent | x86 stable, bug #350513 (diff) | |
download | gentoo-2-950c555d9343106723ed9348992f5d7b4c9edfe9.tar.gz gentoo-2-950c555d9343106723ed9348992f5d7b4c9edfe9.tar.bz2 gentoo-2-950c555d9343106723ed9348992f5d7b4c9edfe9.zip |
x86 stable, bug #350445
(Portage version: 2.1.9.31/cvs/Linux x86_64)
-rw-r--r-- | games-board/capitalism/ChangeLog | 7 | ||||
-rw-r--r-- | games-board/capitalism/capitalism-0.5.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-board/capitalism/ChangeLog b/games-board/capitalism/ChangeLog index 5378cdbb472e..e23bffc5972e 100644 --- a/games-board/capitalism/ChangeLog +++ b/games-board/capitalism/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/capitalism -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/capitalism/ChangeLog,v 1.8 2010/12/03 12:58:19 tupone Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/capitalism/ChangeLog,v 1.9 2011/01/15 14:36:44 maekke Exp $ + + 15 Jan 2011; Markus Meier <maekke@gentoo.org> capitalism-0.5.1.ebuild: + x86 stable, bug #350445 *capitalism-0.5.1 (03 Dec 2010) diff --git a/games-board/capitalism/capitalism-0.5.1.ebuild b/games-board/capitalism/capitalism-0.5.1.ebuild index 942b364e83d9..b07614bc8248 100644 --- a/games-board/capitalism/capitalism-0.5.1.ebuild +++ b/games-board/capitalism/capitalism-0.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/capitalism/capitalism-0.5.1.ebuild,v 1.2 2010/12/03 16:27:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/capitalism/capitalism-0.5.1.ebuild,v 1.3 2011/01/15 14:36:44 maekke Exp $ EAPI=2 inherit eutils gnome2-utils qt4-r2 games @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/project/${PN}/${MY_PN}/0.5/${PN}_${PV}.tbz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND="x11-libs/qt-gui:4" |