diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-09 09:42:48 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-09 09:42:48 +0200 |
commit | a529e8f68f15ab8c69050447c5c8d71e3a559f76 (patch) | |
tree | 029b8cf5e608924e2a3c61530ff07ad2b3b8eb38 /dev-qt/qtdbus | |
parent | dev-qt/qtcore: arm stable wrt bug #719732 (diff) | |
download | gentoo-a529e8f68f15ab8c69050447c5c8d71e3a559f76.tar.gz gentoo-a529e8f68f15ab8c69050447c5c8d71e3a559f76.tar.bz2 gentoo-a529e8f68f15ab8c69050447c5c8d71e3a559f76.zip |
dev-qt/qtdbus: arm stable wrt bug #719732
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtdbus')
-rw-r--r-- | dev-qt/qtdbus/qtdbus-5.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtdbus/qtdbus-5.14.2.ebuild b/dev-qt/qtdbus/qtdbus-5.14.2.ebuild index 098360958680..49bbf57392b1 100644 --- a/dev-qt/qtdbus/qtdbus-5.14.2.ebuild +++ b/dev-qt/qtdbus/qtdbus-5.14.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Qt5 module for inter-process communication over the D-Bus protocol" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~amd64 arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" fi IUSE="" |