diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-03 03:56:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-03 03:56:27 +0000 |
commit | f7d6942b04650d8c285f1769aeb3ad06c388ced9 (patch) | |
tree | dd5e657cfccf820a50c0439572312c1f6bd14912 /dev-games/guichan | |
parent | EAPI=2; add desktop entry (bug #249562) (diff) | |
download | gentoo-2-f7d6942b04650d8c285f1769aeb3ad06c388ced9.tar.gz gentoo-2-f7d6942b04650d8c285f1769aeb3ad06c388ced9.tar.bz2 gentoo-2-f7d6942b04650d8c285f1769aeb3ad06c388ced9.zip |
Commented out the patch until the as-needed stuff is fixed (bug #257455)
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'dev-games/guichan')
-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 \ |