diff options
author | Christoph Mende <angelos@gentoo.org> | 2014-09-21 12:47:50 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2014-09-21 12:47:50 +0000 |
commit | ce86ce8afa4b85b6860de24b40fc67e2d27f1d72 (patch) | |
tree | 14c5abb5cf76b2ca9241defb3d1a30a82cb8cd38 /net-irc | |
parent | Stable for ppc64, wrt bug #519186 (diff) | |
download | gentoo-2-ce86ce8afa4b85b6860de24b40fc67e2d27f1d72.tar.gz gentoo-2-ce86ce8afa4b85b6860de24b40fc67e2d27f1d72.tar.bz2 gentoo-2-ce86ce8afa4b85b6860de24b40fc67e2d27f1d72.zip |
Force automake-1.10 (bug #514862)
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/eiwic/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/eiwic/eiwic-1.1.4.ebuild | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-irc/eiwic/ChangeLog b/net-irc/eiwic/ChangeLog index 96220333f1d0..da5a99c3857e 100644 --- a/net-irc/eiwic/ChangeLog +++ b/net-irc/eiwic/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/eiwic -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/eiwic/ChangeLog,v 1.11 2012/04/06 18:59:38 ssuominen Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/eiwic/ChangeLog,v 1.12 2014/09/21 12:47:50 angelos Exp $ + + 21 Sep 2014; Christoph Mende <angelos@gentoo.org> eiwic-1.1.4.ebuild: + Force automake-1.10 (bug #514862) 06 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> eiwic-1.1.4.ebuild: Remove USE="rss" (and export ac_cv_lib_raptor_raptor_init=no) in order to @@ -38,4 +41,3 @@ 31 May 2007; Christoph Mende <angelos@gentoo.org> +metadata.xml, +eiwic-1.1.3.ebuild: Initial import. - diff --git a/net-irc/eiwic/eiwic-1.1.4.ebuild b/net-irc/eiwic/eiwic-1.1.4.ebuild index fb980b8ad340..11b523b1dc0c 100644 --- a/net-irc/eiwic/eiwic-1.1.4.ebuild +++ b/net-irc/eiwic/eiwic-1.1.4.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/eiwic/eiwic-1.1.4.ebuild,v 1.6 2012/04/06 18:58:42 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/eiwic/eiwic-1.1.4.ebuild,v 1.7 2014/09/21 12:47:50 angelos Exp $ EAPI=4 +WANT_AUTOMAKE=1.10 inherit autotools eutils multilib DESCRIPTION="A modular IRC bot written in C" |