diff options
Diffstat (limited to 'net-irc/iip')
-rw-r--r-- | net-irc/iip/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/iip/iip-1.2.ebuild | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net-irc/iip/ChangeLog b/net-irc/iip/ChangeLog index 8bf9a9783c90..9892e675ce74 100644 --- a/net-irc/iip/ChangeLog +++ b/net-irc/iip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/iip -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/ChangeLog,v 1.12 2009/09/23 18:43:56 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/ChangeLog,v 1.13 2010/10/19 21:15:30 flameeyes Exp $ + + 19 Oct 2010; Diego E. Pettenò <flameeyes@gentoo.org> iip-1.2.ebuild: + QA: remove econf from src_prepare on EAPI=2. 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> iip-1.1.0.ebuild, iip-1.2.ebuild: diff --git a/net-irc/iip/iip-1.2.ebuild b/net-irc/iip/iip-1.2.ebuild index a397ae7cd5aa..5a41fe54d532 100644 --- a/net-irc/iip/iip-1.2.ebuild +++ b/net-irc/iip/iip-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/iip-1.2.ebuild,v 1.10 2009/09/23 18:43:56 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/iip/iip-1.2.ebuild,v 1.11 2010/10/19 21:15:30 flameeyes Exp $ EAPI="2" @@ -28,8 +28,6 @@ src_prepare() { } src_compile() { - econf || die "econf failed" - sed -i \ -e "s:-Werror::" "${S}"/src/Makefile || \ die "sed Makefile failed" |