mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 09:26:58 +02:00
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:
parent
623dfce31b
commit
619480efc3
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user