diff options
author | Michael Weber <xmw@gentoo.org> | 2017-05-21 18:02:25 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-05-21 18:40:41 +0200 |
commit | b28fc7764a195464a9fdeda75b2e41b3d61c4323 (patch) | |
tree | ac211e25798f217602f3cb19e08ee9eaa0bd5604 /dev-qt | |
parent | dev-qt/qthelp: ppc64 stable (bug 552396) (diff) | |
download | gentoo-b28fc7764a195464a9fdeda75b2e41b3d61c4323.tar.gz gentoo-b28fc7764a195464a9fdeda75b2e41b3d61c4323.tar.bz2 gentoo-b28fc7764a195464a9fdeda75b2e41b3d61c4323.zip |
dev-qt/qtmultimedia: ppc64 stable (bug 552396)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtmultimedia/qtmultimedia-4.8.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtmultimedia/qtmultimedia-4.8.7.ebuild b/dev-qt/qtmultimedia/qtmultimedia-4.8.7.ebuild index a901a5e6a7c0..69b761490e63 100644 --- a/dev-qt/qtmultimedia/qtmultimedia-4.8.7.ebuild +++ b/dev-qt/qtmultimedia/qtmultimedia-4.8.7.ebuild @@ -7,7 +7,7 @@ inherit qt4-build-multilib DESCRIPTION="The Multimedia module for the Qt toolkit" if [[ ${QT4_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 x86" + KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86" fi IUSE="alsa" |