summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2017-01-30 20:31:50 +0100
committerFabian Groffen <grobian@gentoo.org>2017-01-30 20:34:33 +0100
commit56797d83eeccb79d62f809eda4192ca5e2dac3ce (patch)
tree920913cf3d85c05fce08ea9d9f5514ff7db348b9 /eclass
parentremove FreeBSD profiles x86-freebsd, x64-freebsd and sparc64-freebsd (diff)
downloadgentoo-56797d83eeccb79d62f809eda4192ca5e2dac3ce.tar.gz
gentoo-56797d83eeccb79d62f809eda4192ca5e2dac3ce.tar.bz2
gentoo-56797d83eeccb79d62f809eda4192ca5e2dac3ce.zip
remove Interix keyword x86-interix
Diffstat (limited to 'eclass')
-rw-r--r--eclass/xorg-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
index b7c7ba21c6fb..c356c33e5085 100644
--- a/eclass/xorg-2.eclass
+++ b/eclass/xorg-2.eclass
@@ -115,7 +115,7 @@ fi
# Set up autotools shared dependencies
# Remember that all versions here MUST be stable
-XORG_EAUTORECONF_ARCHES="x86-interix ppc-aix x86-winnt"
+XORG_EAUTORECONF_ARCHES="ppc-aix x86-winnt"
EAUTORECONF_DEPEND+="
>=sys-devel/libtool-2.2.6a
sys-devel/m4"
@@ -359,7 +359,7 @@ xorg-2_reconf_source() {
debug-print-function ${FUNCNAME} "$@"
case ${CHOST} in
- *-interix* | *-aix* | *-winnt*)
+ *-aix* | *-winnt*)
# some hosts need full eautoreconf
[[ -e "./configure.ac" || -e "./configure.in" ]] \
&& AUTOTOOLS_AUTORECONF=1