diff options
author | 2009-12-24 16:16:14 +0000 | |
---|---|---|
committer | 2009-12-24 16:16:14 +0000 | |
commit | 67663ddc65685ed2f37594826dfb4335f30157c8 (patch) | |
tree | 71407fdfd757e012c68c88f75ea6396496332db0 | |
parent | amd64 stable, bug 294349 (diff) | |
download | gentoo-2-67663ddc65685ed2f37594826dfb4335f30157c8.tar.gz gentoo-2-67663ddc65685ed2f37594826dfb4335f30157c8.tar.bz2 gentoo-2-67663ddc65685ed2f37594826dfb4335f30157c8.zip |
amd64 stable, bug 295904
(Portage version: 2.1.7.15/cvs/Linux x86_64)
-rw-r--r-- | games-board/capitalism/ChangeLog | 5 | ||||
-rw-r--r-- | games-board/capitalism/capitalism-0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-board/capitalism/ChangeLog b/games-board/capitalism/ChangeLog index e9e0d60afa23..461c8f6341e7 100644 --- a/games-board/capitalism/ChangeLog +++ b/games-board/capitalism/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-board/capitalism # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/capitalism/ChangeLog,v 1.2 2009/12/09 22:42:23 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/capitalism/ChangeLog,v 1.3 2009/12/24 16:16:14 pacho Exp $ + + 24 Dec 2009; Pacho Ramos <pacho@gentoo.org> capitalism-0.1.ebuild: + amd64 stable, bug 295904 09 Dec 2009; Christian Faulhammer <fauli@gentoo.org> capitalism-0.1.ebuild: diff --git a/games-board/capitalism/capitalism-0.1.ebuild b/games-board/capitalism/capitalism-0.1.ebuild index d96918431078..768836b46911 100644 --- a/games-board/capitalism/capitalism-0.1.ebuild +++ b/games-board/capitalism/capitalism-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/capitalism/capitalism-0.1.ebuild,v 1.2 2009/12/09 22:42:23 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/capitalism/capitalism-0.1.ebuild,v 1.3 2009/12/24 16:16:14 pacho Exp $ EAPI=2 inherit eutils gnome2-utils qt4 games @@ -13,7 +13,7 @@ SRC_URI="http://www.qt-apps.org/CONTENT/content-files/113173-${PN}_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="x11-libs/qt-gui:4" |