diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-02-27 15:35:11 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-02-27 15:35:11 +0000 |
commit | de38aa4255ac304826eceed44ea7e20d75e29c74 (patch) | |
tree | 81032200591872ca2e79e05f03b2f02cd857ac7c /games-puzzle | |
parent | Update DESCRIPTION, bug 301313. (diff) | |
download | gentoo-2-de38aa4255ac304826eceed44ea7e20d75e29c74.tar.gz gentoo-2-de38aa4255ac304826eceed44ea7e20d75e29c74.tar.bz2 gentoo-2-de38aa4255ac304826eceed44ea7e20d75e29c74.zip |
x86 stable wrt bug #302945, arch-tested by Thomas Kahle
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/hexalate/ChangeLog | 8 | ||||
-rw-r--r-- | games-puzzle/hexalate/hexalate-1.0.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-puzzle/hexalate/ChangeLog b/games-puzzle/hexalate/ChangeLog index 454b04d1237f..fd483d2a8780 100644 --- a/games-puzzle/hexalate/ChangeLog +++ b/games-puzzle/hexalate/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/hexalate -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hexalate/ChangeLog,v 1.1 2009/12/31 22:03:36 ssuominen Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hexalate/ChangeLog,v 1.2 2010/02/27 15:35:11 phajdan.jr Exp $ + + 27 Feb 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + hexalate-1.0.1.ebuild: + x86 stable wrt bug #302945, arch-tested by Thomas Kahle *hexalate-1.0.1 (31 Dec 2009) diff --git a/games-puzzle/hexalate/hexalate-1.0.1.ebuild b/games-puzzle/hexalate/hexalate-1.0.1.ebuild index fd5d7b9be5a4..e41243b06f06 100644 --- a/games-puzzle/hexalate/hexalate-1.0.1.ebuild +++ b/games-puzzle/hexalate/hexalate-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hexalate/hexalate-1.0.1.ebuild,v 1.1 2009/12/31 22:03:36 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hexalate/hexalate-1.0.1.ebuild,v 1.2 2010/02/27 15:35:11 phajdan.jr Exp $ EAPI=2 inherit eutils qt4 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="x11-libs/qt-gui:4" |