diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-07-22 18:55:08 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-07-22 18:55:08 +0000 |
commit | 38faec9743ee3f012ae1163a66768971b557dc5f (patch) | |
tree | b401b067315f5e1f21f39f8cea118ac29c2a67b8 /games-puzzle | |
parent | Update maintainer information in metadata.xml (diff) | |
download | gentoo-2-38faec9743ee3f012ae1163a66768971b557dc5f.tar.gz gentoo-2-38faec9743ee3f012ae1163a66768971b557dc5f.tar.bz2 gentoo-2-38faec9743ee3f012ae1163a66768971b557dc5f.zip |
Dropped amd64 keyword because of bug #162048.
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/xblockout/ChangeLog | 6 | ||||
-rw-r--r-- | games-puzzle/xblockout/xblockout-1.1.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-puzzle/xblockout/ChangeLog b/games-puzzle/xblockout/ChangeLog index bbafb7e8abea..563369e8bcb0 100644 --- a/games-puzzle/xblockout/ChangeLog +++ b/games-puzzle/xblockout/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/xblockout # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/ChangeLog,v 1.17 2008/06/26 17:37:54 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/ChangeLog,v 1.18 2008/07/22 18:55:08 coldwind Exp $ + + 22 Jul 2008; Santiago M. Mola <coldwind@gentoo.org> + xblockout-1.1.5.ebuild: + Dropped amd64 keyword because of bug #162048. 26 Jun 2008; nixnut <nixnut@gentoo.org> xblockout-1.1.5.ebuild: Stable on ppc wrt bug 229475 diff --git a/games-puzzle/xblockout/xblockout-1.1.5.ebuild b/games-puzzle/xblockout/xblockout-1.1.5.ebuild index 8c6405ae5362..5fddfe01a7e9 100644 --- a/games-puzzle/xblockout/xblockout-1.1.5.ebuild +++ b/games-puzzle/xblockout/xblockout-1.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.5.ebuild,v 1.3 2008/06/26 17:37:54 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.5.ebuild,v 1.4 2008/07/22 18:55:08 coldwind Exp $ inherit flag-o-matic games @@ -10,7 +10,7 @@ SRC_URI="http://www710.univ-lyon1.fr/~exco/XBL/xbl-${PV}.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="~amd64 ppc x86" +KEYWORDS="-amd64 ppc x86" # -amd64 wrt bug #162048 IUSE="" DEPEND="x11-libs/libXext" |