diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-12 09:02:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-12 09:02:46 +0000 |
commit | f193081a9f1537598f6fed550a0ec7b44c211741 (patch) | |
tree | eda029f6c89b39343dfe7c3b970a3a8df8c0fcb0 /games-puzzle/glickomania | |
parent | native widget stuff now also for gtk (diff) | |
download | historical-f193081a9f1537598f6fed550a0ec7b44c211741.tar.gz historical-f193081a9f1537598f6fed550a0ec7b44c211741.tar.bz2 historical-f193081a9f1537598f6fed550a0ec7b44c211741.zip |
IUSE; error check; tidy
Diffstat (limited to 'games-puzzle/glickomania')
-rw-r--r-- | games-puzzle/glickomania/glickomania-1.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-puzzle/glickomania/glickomania-1.0.ebuild b/games-puzzle/glickomania/glickomania-1.0.ebuild index af290d840bb3..367bf12d55b0 100644 --- a/games-puzzle/glickomania/glickomania-1.0.ebuild +++ b/games-puzzle/glickomania/glickomania-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/glickomania/glickomania-1.0.ebuild,v 1.3 2004/03/07 21:46:25 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/glickomania/glickomania-1.0.ebuild,v 1.4 2004/05/12 09:02:45 mr_bones_ Exp $ inherit games @@ -8,16 +8,16 @@ DESCRIPTION="An addictive variation of same game" HOMEPAGE="http://hibase.cs.hut.fi/~cessu/glickomania/" SRC_URI="http://hibase.cs.hut.fi/~cessu/glickomania/${P}.tar.gz" -KEYWORDS="x86 amd64" LICENSE="GPL-2" SLOT="0" +KEYWORDS="x86 amd64" IUSE="" DEPEND="=x11-libs/gtk+-1.2* - virtual/x11" + virtual/x11" src_install() { dogamesbin src/glickomania || die "dogamesbin failed" - dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO || die "dodoc failed" + dodoc AUTHORS BUGS ChangeLog NEWS README THANKS TODO prepgamesdirs } |