diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-29 03:02:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-29 03:02:54 +0000 |
commit | 6a61a8791867e3c68e034bf2f4c3e9dd652d99b8 (patch) | |
tree | 2bcc0c0c30515b620ba38e6edd6932525f1e4574 /games-board/gnono/gnono-1.9.1.ebuild | |
parent | fix build issue with missing glib, bug 256640 (diff) | |
download | gentoo-2-6a61a8791867e3c68e034bf2f4c3e9dd652d99b8.tar.gz gentoo-2-6a61a8791867e3c68e034bf2f4c3e9dd652d99b8.tar.bz2 gentoo-2-6a61a8791867e3c68e034bf2f4c3e9dd652d99b8.zip |
EAPI=2
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'games-board/gnono/gnono-1.9.1.ebuild')
-rw-r--r-- | games-board/gnono/gnono-1.9.1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games-board/gnono/gnono-1.9.1.ebuild b/games-board/gnono/gnono-1.9.1.ebuild index 7e31df8df13b..475d0ff56de8 100644 --- a/games-board/gnono/gnono-1.9.1.ebuild +++ b/games-board/gnono/gnono-1.9.1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/gnono-1.9.1.ebuild,v 1.3 2008/03/22 10:25:00 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/gnono-1.9.1.ebuild,v 1.4 2009/01/29 03:02:54 mr_bones_ Exp $ +EAPI=2 inherit autotools eutils gnome2-utils games DESCRIPTION="A rewrite for GNOME of the Windows card game WUNO" @@ -18,9 +19,7 @@ RDEPEND="gnome-base/libgnomeui DEPEND="${RDEPEND} sys-devel/gettext" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${P}-gentoo.patch eautoreconf } |