diff options
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/guichan/ChangeLog | 5 | ||||
-rw-r--r-- | dev-games/guichan/guichan-0.8.1.ebuild | 11 |
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-games/guichan/ChangeLog b/dev-games/guichan/ChangeLog index 9ecf1d9cee9a..0ce6eb771cf0 100644 --- a/dev-games/guichan/ChangeLog +++ b/dev-games/guichan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-games/guichan # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/ChangeLog,v 1.15 2009/01/28 13:59:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/ChangeLog,v 1.16 2009/02/03 03:56:27 mr_bones_ Exp $ + + 03 Feb 2009; Michael Sterrett <mr_bones_@gentoo.org> guichan-0.8.1.ebuild: + Commented out the patch until the as-needed stuff is fixed (bug #257455) 28 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> files/guichan-0.8.1-as-needed.patch, guichan-0.8.1.ebuild: diff --git a/dev-games/guichan/guichan-0.8.1.ebuild b/dev-games/guichan/guichan-0.8.1.ebuild index 568ea471f977..4ab749cbcdb8 100644 --- a/dev-games/guichan/guichan-0.8.1.ebuild +++ b/dev-games/guichan/guichan-0.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/guichan-0.8.1.ebuild,v 1.3 2009/01/28 13:59:31 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/guichan-0.8.1.ebuild,v 1.4 2009/02/03 03:56:27 mr_bones_ Exp $ EAPI=2 inherit eutils autotools @@ -21,10 +21,11 @@ DEPEND="allegro? ( media-libs/allegro ) media-libs/sdl-image )" -src_prepare() { - epatch "${FILESDIR}"/${P}-as-needed.patch - eautoreconf -} +# Commented out until the as-needed stuff is fixed (bug #257455) +#src_prepare() { + #epatch "${FILESDIR}"/${P}-as-needed.patch + #eautoreconf +#} src_configure() { econf \ |