diff options
author | Eray Aslan <eras@gentoo.org> | 2014-07-20 10:59:21 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2014-07-20 10:59:21 +0000 |
commit | 673af6f4cfbbc8f1e18d1e4c2f6d91d914c8b6e1 (patch) | |
tree | 97ad3b9482769eecfe0bc8928a6601388212ab2a /mail-client | |
parent | Added myself as maintainer (diff) | |
download | gentoo-2-673af6f4cfbbc8f1e18d1e4c2f6d91d914c8b6e1.tar.gz gentoo-2-673af6f4cfbbc8f1e18d1e4c2f6d91d914c8b6e1.tar.bz2 gentoo-2-673af6f4cfbbc8f1e18d1e4c2f6d91d914c8b6e1.zip |
Work around the build failure - bug #514048
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/cone/ChangeLog | 5 | ||||
-rw-r--r-- | mail-client/cone/cone-0.90-r1.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/mail-client/cone/ChangeLog b/mail-client/cone/ChangeLog index c987802652e9..fcf8da90c2f8 100644 --- a/mail-client/cone/ChangeLog +++ b/mail-client/cone/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-client/cone # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/ChangeLog,v 1.50 2014/06/14 09:30:52 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/ChangeLog,v 1.51 2014/07/20 10:59:21 eras Exp $ + + 20 Jul 2014; Eray Aslan <eras@gentoo.org> cone-0.90-r1.ebuild: + Work around the build failure - bug #514048 14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> cone-0.90-r1.ebuild: x86 stable wrt bug #506912 diff --git a/mail-client/cone/cone-0.90-r1.ebuild b/mail-client/cone/cone-0.90-r1.ebuild index 297d4b8d485b..2e0a426ed41c 100644 --- a/mail-client/cone/cone-0.90-r1.ebuild +++ b/mail-client/cone/cone-0.90-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/cone-0.90-r1.ebuild,v 1.3 2014/06/14 09:30:52 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/cone/cone-0.90-r1.ebuild,v 1.4 2014/07/20 10:59:21 eras Exp $ EAPI=4 @@ -40,6 +40,8 @@ src_prepare() { sed -i -e '/^SUBDIRS/i ACLOCAL_AMFLAGS = -I m4' "${S}"/Makefile.am || die sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.in */configure.in || die eautoreconf + # TODO: Find and fix the bug - #514048 + cd cone && eautoreconf } src_configure() { |