diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:48:30 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-10-13 11:48:30 +0200 |
commit | e312b13b8303a0da8f89dd775c80d59b6e40fe21 (patch) | |
tree | 620c9dcd4fecd0832214942977790d17746022bf /dev-qt/qtdbus | |
parent | dev-qt/qtcore: ppc stable wrt bug #734600 (diff) | |
download | gentoo-e312b13b8303a0da8f89dd775c80d59b6e40fe21.tar.gz gentoo-e312b13b8303a0da8f89dd775c80d59b6e40fe21.tar.bz2 gentoo-e312b13b8303a0da8f89dd775c80d59b6e40fe21.zip |
dev-qt/qtdbus: ppc stable wrt bug #734600
Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtdbus')
-rw-r--r-- | dev-qt/qtdbus/qtdbus-5.15.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtdbus/qtdbus-5.15.1.ebuild b/dev-qt/qtdbus/qtdbus-5.15.1.ebuild index 532209a78909..58921759660d 100644 --- a/dev-qt/qtdbus/qtdbus-5.15.1.ebuild +++ b/dev-qt/qtdbus/qtdbus-5.15.1.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="" |