diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-07-09 15:43:03 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-07-09 15:43:03 +0000 |
commit | 5f3fa0f05ff88851558a4f6ba3e5910355ef5476 (patch) | |
tree | d3cf8fce6fdd0c7e2807a2607c6ad15072eacd5d /eclass | |
parent | Add ~x86 keyword wrt bug #554164 (diff) | |
download | gentoo-2-5f3fa0f05ff88851558a4f6ba3e5910355ef5476.tar.gz gentoo-2-5f3fa0f05ff88851558a4f6ba3e5910355ef5476.tar.bz2 gentoo-2-5f3fa0f05ff88851558a4f6ba3e5910355ef5476.zip |
Remove meaningless nonfatal from elibtoolize call, bug #551154.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/gnome2.eclass | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 184270b310e1..b6c94b4583eb 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1705 2015/07/09 07:11:25 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1706 2015/07/09 15:43:03 mgorny Exp $ + + 09 Jul 2015; Michał Górny <mgorny@gentoo.org> gnome2.eclass: + Remove meaningless nonfatal from elibtoolize call, bug #551154. 09 Jul 2015; Hans de Graaff <graaff@gentoo.org> ruby-single.eclass: Update documentation. diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index a45da6ca40a1..4e23a6267f67 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.131 2015/04/18 13:19:47 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.132 2015/07/09 15:43:03 mgorny Exp $ # @ECLASS: gnome2.eclass # @MAINTAINER: @@ -84,8 +84,7 @@ gnome2_src_prepare() { gnome2_disable_deprecation_warning # Run libtoolize - # Everything is fatal EAPI 4 onwards - nonfatal elibtoolize ${ELTCONF} + elibtoolize ${ELTCONF} } # @FUNCTION: gnome2_src_configure |