diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-13 09:55:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-13 09:55:27 +0000 |
commit | 10a5d421d11f53a6acc6a6605a88613e38fb1ed6 (patch) | |
tree | 8870d607f6c16de289934427456543e8957653fd /games-board | |
parent | die backticks (Manifest recommit) (diff) | |
download | gentoo-2-10a5d421d11f53a6acc6a6605a88613e38fb1ed6.tar.gz gentoo-2-10a5d421d11f53a6acc6a6605a88613e38fb1ed6.tar.bz2 gentoo-2-10a5d421d11f53a6acc6a6605a88613e38fb1ed6.zip |
IUSE
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/xskat/xskat-3.4-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-board/xskat/xskat-3.4-r1.ebuild b/games-board/xskat/xskat-3.4-r1.ebuild index 1ec82cf63b92..51bbf0572c28 100644 --- a/games-board/xskat/xskat-3.4-r1.ebuild +++ b/games-board/xskat/xskat-3.4-r1.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-board/xskat/xskat-3.4-r1.ebuild,v 1.3 2004/02/29 10:27:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/xskat/xskat-3.4-r1.ebuild,v 1.4 2004/04/13 09:52:19 mr_bones_ Exp $ inherit games @@ -11,6 +11,7 @@ SRC_URI="http://www.gulu.net/xskat/${P}.tar.gz" LICENSE="freedist" SLOT="0" KEYWORDS="x86 ppc amd64" +IUSE="" DEPEND="virtual/x11" @@ -20,7 +21,7 @@ src_compile() { } src_install() { - dogamesbin xskat + dogamesbin xskat || die "dogamesbin failed" newman xskat.man xskat.6 dodoc CHANGES README{,.IRC} prepgamesdirs |