diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-07-11 17:59:34 +0200 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2016-07-11 18:00:00 +0200 |
commit | 5f05325e9d27c835da550206724fa7614b94e329 (patch) | |
tree | ba602020437c8eea9d775211f11a886bbec0b3ec /dev-qt/qtx11extras | |
parent | app-backup/bacula: Maintenance release (diff) | |
download | gentoo-5f05325e9d27c835da550206724fa7614b94e329.tar.gz gentoo-5f05325e9d27c835da550206724fa7614b94e329.tar.bz2 gentoo-5f05325e9d27c835da550206724fa7614b94e329.zip |
dev-qt/qtx11extras: keyword ~ppc
Bug: https://bugs.gentoo.org/show_bug.cgi?id=584860
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-qt/qtx11extras')
-rw-r--r-- | dev-qt/qtx11extras/qtx11extras-5.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtx11extras/qtx11extras-5.6.1.ebuild b/dev-qt/qtx11extras/qtx11extras-5.6.1.ebuild index 3195a74b0e2b..a8962d30892a 100644 --- a/dev-qt/qtx11extras/qtx11extras-5.6.1.ebuild +++ b/dev-qt/qtx11extras/qtx11extras-5.6.1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Linux/X11-specific support library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" fi IUSE="" |