From 619480efc32eae5ecf747e09f619fde410053716 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Fri, 22 Jan 2021 13:34:56 +0100 Subject: [PATCH] eclass: Drop obsolete arch from xorg-2 and xorg-3 Initially I moved the eclass to overlay and modified them there to avoid making customizations in portage-stable, but for some reason portage cannot locate these eclasses when building packages from portage-stable. This change is to avoid masked packages and resulting fromt that build failures like: !!! All ebuilds that could satisfy "x11-misc/makedepend" have been masked. !!! One of the following masked packages is required to complete your request: - x11-misc/makedepend-1.0.5::portage-stable (masked by: invalid: DEPEND: USE flag 'ppc-aix' referenced in conditional 'ppc-aix?' is not in IUSE) Hopefully these customizations will go away once we update the eclasses and packages that inherit these eclasses. --- .../src/third_party/portage-stable/eclass/xorg-2.eclass | 2 +- .../src/third_party/portage-stable/eclass/xorg-3.eclass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/xorg-2.eclass b/sdk_container/src/third_party/portage-stable/eclass/xorg-2.eclass index 6034da49bc..f702550849 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/xorg-2.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/xorg-2.eclass @@ -116,7 +116,7 @@ fi # Set up autotools shared dependencies # Remember that all versions here MUST be stable -XORG_EAUTORECONF_ARCHES="ppc-aix x86-winnt" +XORG_EAUTORECONF_ARCHES="x86-winnt" EAUTORECONF_DEPEND+=" >=sys-devel/libtool-2.2.6a sys-devel/m4" diff --git a/sdk_container/src/third_party/portage-stable/eclass/xorg-3.eclass b/sdk_container/src/third_party/portage-stable/eclass/xorg-3.eclass index 6ac90a64d5..306cd6ef6f 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/xorg-3.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/xorg-3.eclass @@ -104,7 +104,7 @@ fi # Set up autotools shared dependencies # Remember that all versions here MUST be stable -XORG_EAUTORECONF_ARCHES="ppc-aix x86-winnt" +XORG_EAUTORECONF_ARCHES="x86-winnt" EAUTORECONF_DEPEND+=" >=sys-devel/libtool-2.2.6a sys-devel/m4"