diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-01-01 13:23:52 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-01-01 13:23:52 +0100 |
commit | f87ccd5395468fe9daa5deb80d2290be4e6b1aed (patch) | |
tree | 361dd078b1545bbb5725aee40f5a9c37c8b31015 | |
parent | a67fb5f596f4fcee80adaa382e3b79b1ee5a1c3e (diff) | |
download | gentoo-f87ccd5395468fe9daa5deb80d2290be4e6b1aed.tar.gz gentoo-f87ccd5395468fe9daa5deb80d2290be4e6b1aed.tar.xz |
dev-qt/qdbus: ppc stable wrt bug #598780
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | dev-qt/qdbus/qdbus-5.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qdbus/qdbus-5.6.2.ebuild b/dev-qt/qdbus/qdbus-5.6.2.ebuild index 2c18e9a48b6..f6675c437c2 100644 --- a/dev-qt/qdbus/qdbus-5.6.2.ebuild +++ b/dev-qt/qdbus/qdbus-5.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Interface to Qt applications communicating over D-Bus" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86" + KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86" fi IUSE="" |