diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-19 23:35:11 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-19 23:35:11 +0200 |
commit | 3d32f24e5ccd1b119ad8bb17a3d6dc7962fe7203 (patch) | |
tree | 1d382b54937de9908ebf70c6ebe169504e3d84bf /dev-qt/qtxml/qtxml-5.12.9999.ebuild | |
parent | dev-qt/qtdeclarative: Drop unsupported python3_4 from PYTHON_COMPAT (diff) | |
download | qt-3d32f24e5ccd1b119ad8bb17a3d6dc7962fe7203.tar.gz qt-3d32f24e5ccd1b119ad8bb17a3d6dc7962fe7203.tar.bz2 qt-3d32f24e5ccd1b119ad8bb17a3d6dc7962fe7203.zip |
*/*: Drop ~amd64-fbsd keyword
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtxml/qtxml-5.12.9999.ebuild')
-rw-r--r-- | dev-qt/qtxml/qtxml-5.12.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtxml/qtxml-5.12.9999.ebuild b/dev-qt/qtxml/qtxml-5.12.9999.ebuild index a7668e1e..10996d04 100644 --- a/dev-qt/qtxml/qtxml-5.12.9999.ebuild +++ b/dev-qt/qtxml/qtxml-5.12.9999.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Implementation of SAX and DOM for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" fi IUSE="" |