diff options
author | Markus Meier <maekke@gentoo.org> | 2009-12-02 10:54:42 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-12-02 10:54:42 +0000 |
commit | cc44b3d0556122701a59a281e9cc0551b90dd54b (patch) | |
tree | a5781a4d8a32dbf40e02924e82e25afcb6c1409d /games-puzzle | |
parent | amd64/x86 stable, bug #295238 (diff) | |
download | gentoo-2-cc44b3d0556122701a59a281e9cc0551b90dd54b.tar.gz gentoo-2-cc44b3d0556122701a59a281e9cc0551b90dd54b.tar.bz2 gentoo-2-cc44b3d0556122701a59a281e9cc0551b90dd54b.zip |
amd64/x86 stable, bug #295281
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/colorcode/ChangeLog | 5 | ||||
-rw-r--r-- | games-puzzle/colorcode/colorcode-0.5.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-puzzle/colorcode/ChangeLog b/games-puzzle/colorcode/ChangeLog index ce79755d638b..ba9851184ac4 100644 --- a/games-puzzle/colorcode/ChangeLog +++ b/games-puzzle/colorcode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/colorcode # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/ChangeLog,v 1.1 2009/10/31 21:21:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/ChangeLog,v 1.2 2009/12/02 10:54:42 maekke Exp $ + + 02 Dec 2009; Markus Meier <maekke@gentoo.org> colorcode-0.5.5.ebuild: + amd64/x86 stable, bug #295281 *colorcode-0.5.5 (31 Oct 2009) diff --git a/games-puzzle/colorcode/colorcode-0.5.5.ebuild b/games-puzzle/colorcode/colorcode-0.5.5.ebuild index 0452a2cab307..4cb711c6a0ff 100644 --- a/games-puzzle/colorcode/colorcode-0.5.5.ebuild +++ b/games-puzzle/colorcode/colorcode-0.5.5.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-puzzle/colorcode/colorcode-0.5.5.ebuild,v 1.2 2009/10/31 21:36:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/colorcode/colorcode-0.5.5.ebuild,v 1.3 2009/12/02 10:54:42 maekke Exp $ EAPI=2 inherit eutils qt4 games @@ -13,7 +13,7 @@ SRC_URI="http://test.laebisch.com/${MY_PN}-${PV}.tgz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND="x11-libs/qt-gui:4" |