diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 10:15:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 10:15:56 +0000 |
commit | 5c51832a5091824b10cdda92ec18abdc254cc943 (patch) | |
tree | 371235ab9fac7dde01ba265e2a7a0f63c5eceeab /games-board/xgammon/xgammon-0.98.ebuild | |
parent | metadata (diff) | |
download | gentoo-2-5c51832a5091824b10cdda92ec18abdc254cc943.tar.gz gentoo-2-5c51832a5091824b10cdda92ec18abdc254cc943.tar.bz2 gentoo-2-5c51832a5091824b10cdda92ec18abdc254cc943.zip |
make it stable
Diffstat (limited to 'games-board/xgammon/xgammon-0.98.ebuild')
-rw-r--r-- | games-board/xgammon/xgammon-0.98.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-board/xgammon/xgammon-0.98.ebuild b/games-board/xgammon/xgammon-0.98.ebuild index 34f506d89f7f..ad5f6bc25c45 100644 --- a/games-board/xgammon/xgammon-0.98.ebuild +++ b/games-board/xgammon/xgammon-0.98.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/xgammon/xgammon-0.98.ebuild,v 1.2 2003/11/04 22:18:22 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/xgammon/xgammon-0.98.ebuild,v 1.3 2004/02/29 10:15:56 vapier Exp $ inherit eutils S=${WORKDIR}/${P}a DESCRIPTION="very nice backgammon game for X" -SRC_URI="http://fawn.unibw-hamburg.de/steuer/xgammon/Downloads/${P}a.tar.gz" HOMEPAGE="http://fawn.unibw-hamburg.de/steuer/xgammon/xgammon.html" +SRC_URI="http://fawn.unibw-hamburg.de/steuer/xgammon/Downloads/${P}a.tar.gz" -KEYWORDS="x86 ppc ~sparc" LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc" SLOT="0" DEPEND="virtual/x11" |