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 | a4277ab1d61e3e6c220ab3f691b2143eda4bc5bb (patch) | |
tree | cc0d8ec0cba51cfc1735afc1af516792d9dc0177 /eclass | |
parent | Add ~x86 keyword wrt bug #554164 (diff) | |
download | historical-a4277ab1d61e3e6c220ab3f691b2143eda4bc5bb.tar.gz historical-a4277ab1d61e3e6c220ab3f691b2143eda4bc5bb.tar.bz2 historical-a4277ab1d61e3e6c220ab3f691b2143eda4bc5bb.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 |