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 | 36f033373c281af1793a0bdc033d004e9d129f59 (patch) | |
tree | 29e637012cd09fb89fbc62b23f6474d0c4ba2bec /games-puzzle/hoh-bin | |
parent | native widget stuff now also for gtk (diff) | |
download | gentoo-2-36f033373c281af1793a0bdc033d004e9d129f59.tar.gz gentoo-2-36f033373c281af1793a0bdc033d004e9d129f59.tar.bz2 gentoo-2-36f033373c281af1793a0bdc033d004e9d129f59.zip |
IUSE; error check; tidy
Diffstat (limited to 'games-puzzle/hoh-bin')
-rw-r--r-- | games-puzzle/hoh-bin/hoh-bin-1.0.ebuild | 4 | ||||
-rw-r--r-- | games-puzzle/hoh-bin/hoh-bin-1.01.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-puzzle/hoh-bin/hoh-bin-1.0.ebuild b/games-puzzle/hoh-bin/hoh-bin-1.0.ebuild index 7993074fe364..086ec8f32d90 100644 --- a/games-puzzle/hoh-bin/hoh-bin-1.0.ebuild +++ b/games-puzzle/hoh-bin/hoh-bin-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/hoh-bin/hoh-bin-1.0.ebuild,v 1.1 2004/01/05 07:51:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.0.ebuild,v 1.2 2004/05/12 09:02:45 mr_bones_ Exp $ inherit games @@ -10,9 +10,9 @@ HOMEPAGE="http://retrospec.sgn.net/games/hoh/" SRC_URI="http://retrospec.sgn.net/download.php?id=63\&path=games/hoh/bin/hohlin-${PV/./}.tar.bz2" RESTRICT="nostrip" -KEYWORDS="x86" LICENSE="free-noncomm" SLOT="0" +KEYWORDS="x86" IUSE="" DEPEND="virtual/x11" diff --git a/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild b/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild index 7a40d988e7ac..24c4bb8546d5 100644 --- a/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild +++ b/games-puzzle/hoh-bin/hoh-bin-1.01.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/hoh-bin/hoh-bin-1.01.ebuild,v 1.1 2004/01/13 21:46:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.01.ebuild,v 1.2 2004/05/12 09:02:45 mr_bones_ Exp $ inherit games @@ -10,9 +10,9 @@ HOMEPAGE="http://retrospec.sgn.net/games/hoh/" SRC_URI="http://retrospec.sgn.net/download.php?id=63\&path=games/hoh/bin/hohlin-${PV/./}.tar.bz2" RESTRICT="nostrip" -KEYWORDS="x86" LICENSE="free-noncomm" SLOT="0" +KEYWORDS="x86" IUSE="" DEPEND="virtual/x11" |