summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/xmille/xmille-2.0-r1.ebuild')
-rw-r--r--games-board/xmille/xmille-2.0-r1.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/games-board/xmille/xmille-2.0-r1.ebuild b/games-board/xmille/xmille-2.0-r1.ebuild
index d9ab7c744453..973d4f071161 100644
--- a/games-board/xmille/xmille-2.0-r1.ebuild
+++ b/games-board/xmille/xmille-2.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/xmille/xmille-2.0-r1.ebuild,v 1.7 2005/07/09 16:10:03 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/xmille/xmille-2.0-r1.ebuild,v 1.8 2006/01/09 06:03:04 mr_bones_ Exp $
inherit eutils games
-DEB_PATCH_VER="10"
+DEB_PATCH_VER="11"
DESCRIPTION="Mille Bournes card game"
HOMEPAGE="http://www.milleborne.info/"
SRC_URI="mirror://debian/pool/main/x/xmille/${PN}_${PV}.orig.tar.gz
@@ -12,16 +12,16 @@ SRC_URI="mirror://debian/pool/main/x/xmille/${PN}_${PV}.orig.tar.gz
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="x86 ppc ~amd64"
+KEYWORDS="~amd64 ppc x86"
IUSE=""
DEPEND="virtual/x11"
-S="${WORKDIR}/${P}.orig"
+S=${WORKDIR}/${P}.orig
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
epatch "${WORKDIR}/${PN}_${PV}-${DEB_PATCH_VER}.diff"
}