Re: [gentoo-dev] [PATCH] sys-libs/ncurses: Use --cache-file to speedup subsequent econf runs
On Tue, 21 Mar 2017 19:33:46 +0100 Michał Górny wrote: > If you really believe users should suffer a 30-minute rebuild for > a build-time fix, sure. Your statement implies that indiscriminately using the unstable branch shouldn't involve unnecessary suffering, whereas I thought suffering is the sole purpose of indiscriminately using the unstable branch. Kind regards, jer
[gentoo-dev] [PATCH] autotools-utils.eclass: Add split inherits for past eutils functions
--- eclass/autotools-utils.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass index 365d15f4bf06..f8d2c7fdc247 100644 --- a/eclass/autotools-utils.eclass +++ b/eclass/autotools-utils.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: autotools-utils.eclass @@ -113,7 +113,8 @@ esac # appropriate packages to DEPEND yourself. [[ ${AUTOTOOLS_AUTORECONF} ]] || : ${AUTOTOOLS_AUTO_DEPEND:=no} -inherit autotools eutils libtool +# eutils for eqawarn, path_exists +inherit autotools epatch eutils libtool ltprune EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install src_test -- 2.12.1
[gentoo-dev] [PATCH] git-r3.eclass: Remove unused eutils inherit
--- eclass/git-r3.eclass | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index 1b49f66f5f00..bc7d4d920299 100644 --- a/eclass/git-r3.eclass +++ b/eclass/git-r3.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # @ECLASS: git-r3.eclass @@ -17,12 +17,6 @@ case "${EAPI:-0}" in ;; esac -if [[ ! ${_GIT_R3} ]]; then - -inherit eutils - -fi - EXPORT_FUNCTIONS src_unpack if [[ ! ${_GIT_R3} ]]; then -- 2.12.1