diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-13 09:47:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-13 09:47:38 +0000 |
commit | cbe70def7a7ce00984c6975df780a759ac724708 (patch) | |
tree | a1baad9ebe2491c328fd32b25ac4587e271cbb7b /games-board/xmille | |
parent | games.eclass already inherits eutils; less RDEPEND; use flags tidy (diff) | |
download | historical-cbe70def7a7ce00984c6975df780a759ac724708.tar.gz historical-cbe70def7a7ce00984c6975df780a759ac724708.tar.bz2 historical-cbe70def7a7ce00984c6975df780a759ac724708.zip |
games eclass already inherits eutils
Diffstat (limited to 'games-board/xmille')
-rw-r--r-- | games-board/xmille/xmille-2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-board/xmille/xmille-2.0.ebuild b/games-board/xmille/xmille-2.0.ebuild index aa83dc783d79..f0e45296544c 100644 --- a/games-board/xmille/xmille-2.0.ebuild +++ b/games-board/xmille/xmille-2.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/xmille/xmille-2.0.ebuild,v 1.2 2004/03/02 14:16:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/xmille/xmille-2.0.ebuild,v 1.3 2004/04/13 09:47:38 mr_bones_ Exp $ -inherit games eutils +inherit games DESCRIPTION="Mille Bournes card game" HOMEPAGE="" @@ -15,7 +15,7 @@ IUSE="" DEPEND="virtual/x11" -S=${WORKDIR}/${PN}-${PV}.orig +S="${WORKDIR}/${PN}-${PV}.orig" src_unpack() { unpack ${A} |