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.
This commit is contained in:
Krzesimir Nowak 2021-01-22 13:34:56 +01:00
parent 623dfce31b
commit 619480efc3
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ fi
# Set up autotools shared dependencies # Set up autotools shared dependencies
# Remember that all versions here MUST be stable # Remember that all versions here MUST be stable
XORG_EAUTORECONF_ARCHES="ppc-aix x86-winnt" XORG_EAUTORECONF_ARCHES="x86-winnt"
EAUTORECONF_DEPEND+=" EAUTORECONF_DEPEND+="
>=sys-devel/libtool-2.2.6a >=sys-devel/libtool-2.2.6a
sys-devel/m4" sys-devel/m4"

View File

@ -104,7 +104,7 @@ fi
# Set up autotools shared dependencies # Set up autotools shared dependencies
# Remember that all versions here MUST be stable # Remember that all versions here MUST be stable
XORG_EAUTORECONF_ARCHES="ppc-aix x86-winnt" XORG_EAUTORECONF_ARCHES="x86-winnt"
EAUTORECONF_DEPEND+=" EAUTORECONF_DEPEND+="
>=sys-devel/libtool-2.2.6a >=sys-devel/libtool-2.2.6a
sys-devel/m4" sys-devel/m4"