diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2011-06-17 15:38:12 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2011-06-17 15:38:12 +0000 |
commit | 01d16de17ec29803c911499f89ff4373cec6ede6 (patch) | |
tree | b940c2d033bf3e03dabbbcaf3d6096027f27cbf5 /games-misc/lucidlife/lucidlife-0.9.2.ebuild | |
parent | Use emake instead of make by Agostino Sarubbo (bug #372043). (diff) | |
download | gentoo-2-01d16de17ec29803c911499f89ff4373cec6ede6.tar.gz gentoo-2-01d16de17ec29803c911499f89ff4373cec6ede6.tar.bz2 gentoo-2-01d16de17ec29803c911499f89ff4373cec6ede6.zip |
Fix underlink. Bug #369051
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'games-misc/lucidlife/lucidlife-0.9.2.ebuild')
-rw-r--r-- | games-misc/lucidlife/lucidlife-0.9.2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-misc/lucidlife/lucidlife-0.9.2.ebuild b/games-misc/lucidlife/lucidlife-0.9.2.ebuild index 75887a0c179f..9c167b8e2d33 100644 --- a/games-misc/lucidlife/lucidlife-0.9.2.ebuild +++ b/games-misc/lucidlife/lucidlife-0.9.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/lucidlife/lucidlife-0.9.2.ebuild,v 1.4 2010/12/20 12:24:54 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/lucidlife/lucidlife-0.9.2.ebuild,v 1.5 2011/06/17 15:38:12 tupone Exp $ EAPI=2 @@ -22,7 +22,8 @@ DEPEND="${DEPEND} sys-devel/gettext" src_prepare() { - epatch "${FILESDIR}"/${P}-gnome-vfs.patch + epatch "${FILESDIR}"/${P}-gnome-vfs.patch \ + "${FILESDIR}"/${P}-underlink.patch eautoreconf intltoolize --force --copy --automake || die } |