public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] epatch.eclass: Add missing estack inherit
@ 2017-03-21 16:07 Michał Górny
  2017-03-24 16:32 ` Michał Górny
  0 siblings, 1 reply; 2+ messages in thread
From: Michał Górny @ 2017-03-21 16:07 UTC (permalink / raw
  To: gentoo-dev; +Cc: Michał Górny

//

Since this does not affect existing ebuilds, I'd like to apply it along
with the epunt-cxx patch to avoid two major cache regens a week ;-).

---
 eclass/epatch.eclass | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/eclass/epatch.eclass b/eclass/epatch.eclass
index fb0a10b53583..905f68f8ef22 100644
--- a/eclass/epatch.eclass
+++ b/eclass/epatch.eclass
@@ -11,6 +11,8 @@
 
 if [[ -z ${_EPATCH_ECLASS} ]]; then
 
+inherit estack
+
 # @VARIABLE: EPATCH_SOURCE
 # @DESCRIPTION:
 # Default directory to search for patches.
-- 
2.12.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [gentoo-dev] [PATCH] epatch.eclass: Add missing estack inherit
  2017-03-21 16:07 [gentoo-dev] [PATCH] epatch.eclass: Add missing estack inherit Michał Górny
@ 2017-03-24 16:32 ` Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2017-03-24 16:32 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 703 bytes --]

On wto, 2017-03-21 at 17:07 +0100, Michał Górny wrote:
> //
> 
> Since this does not affect existing ebuilds, I'd like to apply it along
> with the epunt-cxx patch to avoid two major cache regens a week ;-).
> 
> ---
>  eclass/epatch.eclass | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/eclass/epatch.eclass b/eclass/epatch.eclass
> index fb0a10b53583..905f68f8ef22 100644
> --- a/eclass/epatch.eclass
> +++ b/eclass/epatch.eclass
> @@ -11,6 +11,8 @@
>  
>  if [[ -z ${_EPATCH_ECLASS} ]]; then
>  
> +inherit estack
> +
>  # @VARIABLE: EPATCH_SOURCE
>  # @DESCRIPTION:
>  # Default directory to search for patches.

Merged.

-- 
Best regards,
Michał Górny

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 963 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-24 16:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-21 16:07 [gentoo-dev] [PATCH] epatch.eclass: Add missing estack inherit Michał Górny
2017-03-24 16:32 ` Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox