diff options
author | 2020-10-18 16:27:48 +0200 | |
---|---|---|
committer | 2020-10-18 16:44:59 +0200 | |
commit | 28187a304a63e01e01c45ce5a9a3a8b5d3e4fdcb (patch) | |
tree | 2aabd69e1ce51e92bce169d6a2f47304d01e17f2 /dev-qt/assistant | |
parent | net-wireless/bluez: amd64 stable, bug #749285 (diff) | |
download | gentoo-28187a304a63e01e01c45ce5a9a3a8b5d3e4fdcb.tar.gz gentoo-28187a304a63e01e01c45ce5a9a3a8b5d3e4fdcb.tar.bz2 gentoo-28187a304a63e01e01c45ce5a9a3a8b5d3e4fdcb.zip |
dev-qt/assistant: x86 stable (bug #734600)
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-qt/assistant')
-rw-r--r-- | dev-qt/assistant/assistant-5.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/assistant/assistant-5.15.1.ebuild b/dev-qt/assistant/assistant-5.15.1.ebuild index 584fc36faa93..fca5047fefa6 100644 --- a/dev-qt/assistant/assistant-5.15.1.ebuild +++ b/dev-qt/assistant/assistant-5.15.1.ebuild @@ -8,7 +8,7 @@ inherit desktop qt5-build xdg-utils DESCRIPTION="Tool for viewing on-line documentation in Qt help file format" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm arm64 ~hppa ppc64 ~sparc ~x86" + KEYWORDS="amd64 ~arm arm64 ~hppa ppc64 ~sparc x86" fi IUSE="webkit" |