diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-01-24 16:02:25 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-01-24 16:02:25 -0500 |
commit | 7fe8e31d0918484943dbbe30f79b44837760e8b5 (patch) | |
tree | bab0af938586b1e6241b75d23663ece9d4eacd03 /dev-qt | |
parent | sys-apps/busybox: version 1.28.0 in the tree now works (diff) | |
download | musl-7fe8e31d0918484943dbbe30f79b44837760e8b5.tar.gz musl-7fe8e31d0918484943dbbe30f79b44837760e8b5.tar.bz2 musl-7fe8e31d0918484943dbbe30f79b44837760e8b5.zip |
Remove fbsd and prefix keywords
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qt3support/qt3support-4.8.7.ebuild | 2 | ||||
-rw-r--r-- | dev-qt/qtcore/qtcore-4.8.7-r3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qt3support/qt3support-4.8.7.ebuild b/dev-qt/qt3support/qt3support-4.8.7.ebuild index 14d80dc4..f33ed4c2 100644 --- a/dev-qt/qt3support/qt3support-4.8.7.ebuild +++ b/dev-qt/qt3support/qt3support-4.8.7.ebuild @@ -7,7 +7,7 @@ inherit qt4-build-multilib DESCRIPTION="The Qt3Support module for the Qt toolkit" if [[ ${QT4_BUILD_TYPE} == release ]]; then - KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" + KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86" fi IUSE="+accessibility" diff --git a/dev-qt/qtcore/qtcore-4.8.7-r3.ebuild b/dev-qt/qtcore/qtcore-4.8.7-r3.ebuild index 0c956c26..4ee708f8 100644 --- a/dev-qt/qtcore/qtcore-4.8.7-r3.ebuild +++ b/dev-qt/qtcore/qtcore-4.8.7-r3.ebuild @@ -7,7 +7,7 @@ inherit qt4-build-multilib DESCRIPTION="Cross-platform application development framework" if [[ ${QT4_BUILD_TYPE} == release ]]; then - KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" + KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86" fi IUSE="+glib iconv icu libressl qt3support ssl" |