diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-09 13:27:45 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-01-09 13:27:45 +0300 |
commit | c3686198c9e6b5039e32085d9b01921088cd2556 (patch) | |
tree | d9efa9e0c30ab5460747b97b0f1057cc3febc9a9 /dev-qt/qdbus | |
parent | dev-qt/pixeltool: amd64 stable wrt bug #670864 (diff) | |
download | gentoo-c3686198c9e6b5039e32085d9b01921088cd2556.tar.gz gentoo-c3686198c9e6b5039e32085d9b01921088cd2556.tar.bz2 gentoo-c3686198c9e6b5039e32085d9b01921088cd2556.zip |
dev-qt/qdbus: amd64 stable wrt bug #670864
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-qt/qdbus')
-rw-r--r-- | dev-qt/qdbus/qdbus-5.11.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qdbus/qdbus-5.11.3.ebuild b/dev-qt/qdbus/qdbus-5.11.3.ebuild index 154680d242f4..3708c709df19 100644 --- a/dev-qt/qdbus/qdbus-5.11.3.ebuild +++ b/dev-qt/qdbus/qdbus-5.11.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Interface to Qt applications communicating over D-Bus" 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="" |