diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-01-30 20:20:44 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-01-30 20:21:50 +0100 |
commit | e3da2767ca4ed85799ae03aa8a0e91b831d40b75 (patch) | |
tree | f79293f4aa8ccac9a40a23a615897741dfd8a64f /eclass | |
parent | drop ia64-linux keyword (diff) | |
download | gentoo-e3da2767ca4ed85799ae03aa8a0e91b831d40b75.tar.gz gentoo-e3da2767ca4ed85799ae03aa8a0e91b831d40b75.tar.bz2 gentoo-e3da2767ca4ed85799ae03aa8a0e91b831d40b75.zip |
remove HPUX keywords ia64-hpux and hppa-hpux
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt4-build-multilib.eclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index 68badd65b903..37aef6cfd96e 100644 --- a/eclass/qt4-build-multilib.eclass +++ b/eclass/qt4-build-multilib.eclass @@ -843,7 +843,6 @@ qt4_get_mkspec() { if use amd64-linux || use ppc64-linux || use x64-macos || use sparc64-freebsd || use x64-freebsd || use x64-openbsd || - use ia64-hpux || use sparc64-solaris || use x64-solaris then [[ -d ${S}/mkspecs/${spec}-64 ]] && spec+=-64 |