diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-09 05:43:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-01-09 05:43:24 +0000 |
commit | 338a4d497c347c46ae6b2eed6f06ec68e1bb10ba (patch) | |
tree | b2052f5541292a13a53b4b064467ec86e89764a7 /games-board | |
parent | old (diff) | |
download | gentoo-2-338a4d497c347c46ae6b2eed6f06ec68e1bb10ba.tar.gz gentoo-2-338a4d497c347c46ae6b2eed6f06ec68e1bb10ba.tar.bz2 gentoo-2-338a4d497c347c46ae6b2eed6f06ec68e1bb10ba.zip |
tidy
(Portage version: 2.0.53)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/cgoban2/cgoban2-2.6.12.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games-board/cgoban2/cgoban2-2.6.12.ebuild b/games-board/cgoban2/cgoban2-2.6.12.ebuild index 33e45c9d5ccc..0ef8569b0060 100644 --- a/games-board/cgoban2/cgoban2-2.6.12.ebuild +++ b/games-board/cgoban2/cgoban2-2.6.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/cgoban2-2.6.12.ebuild,v 1.1 2005/04/12 21:52:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/cgoban2/cgoban2-2.6.12.ebuild,v 1.2 2006/01/09 05:43:24 mr_bones_ Exp $ inherit games @@ -10,13 +10,12 @@ SRC_URI="http://kgs.kiseido.com/cgoban-unix-${PV}.tar.bz2" LICENSE="freedist" SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" +KEYWORDS="~amd64 ~ppc x86" IUSE="" -RDEPEND=">=virtual/jre-1.3 - virtual/x11" +RDEPEND=">=virtual/jre-1.3" -S="${WORKDIR}/cgoban" +S=${WORKDIR}/cgoban src_install() { dodir "${GAMES_BINDIR}" |