diff options
author | Fabian Groffen <grobian@gentoo.org> | 2017-01-30 20:28:12 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2017-01-30 20:34:32 +0100 |
commit | 8f41e56990ce35c17f996307ffd192a529f4d740 (patch) | |
tree | 8ac9c34d4a569578374f0abcb930b5b8e8c05d8b /eclass | |
parent | remove OpenBSD keywords ppc-openbsd, x86-openbsd and x64-openbsd (diff) | |
download | gentoo-8f41e56990ce35c17f996307ffd192a529f4d740.tar.gz gentoo-8f41e56990ce35c17f996307ffd192a529f4d740.tar.bz2 gentoo-8f41e56990ce35c17f996307ffd192a529f4d740.zip |
remove FreeBSD profiles x86-freebsd, x64-freebsd and sparc64-freebsd
Note, these are the Prefix keywords, not Gentoo/BSD ones.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/qt4-build-multilib.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index 468d3f1488ab..cefcf674d391 100644 --- a/eclass/qt4-build-multilib.eclass +++ b/eclass/qt4-build-multilib.eclass @@ -842,7 +842,7 @@ qt4_get_mkspec() { # Add -64 for 64-bit prefix profiles if use amd64-linux || use ppc64-linux || use x64-macos || - use sparc64-freebsd || use x64-freebsd || + use sparc64-freebsd || use sparc64-solaris || use x64-solaris then [[ -d ${S}/mkspecs/${spec}-64 ]] && spec+=-64 |