diff options
Diffstat (limited to 'games-puzzle/xblockout/xblockout-1.1.5-r1.ebuild')
-rw-r--r-- | games-puzzle/xblockout/xblockout-1.1.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/xblockout/xblockout-1.1.5-r1.ebuild b/games-puzzle/xblockout/xblockout-1.1.5-r1.ebuild index 95587dada844..c3608a171524 100644 --- a/games-puzzle/xblockout/xblockout-1.1.5-r1.ebuild +++ b/games-puzzle/xblockout/xblockout-1.1.5-r1.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/xblockout/xblockout-1.1.5-r1.ebuild,v 1.2 2009/01/29 01:36:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xblockout/xblockout-1.1.5-r1.ebuild,v 1.3 2009/01/30 04:37:12 darkside Exp $ EAPI=2 inherit flag-o-matic eutils games @@ -11,7 +11,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" IUSE="" DEPEND="x11-libs/libXext" |