diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-05-18 14:36:29 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-05-18 14:36:29 +0200 |
commit | 98b92c4bb916094a23ffbb88b6ca90afc71e7f5c (patch) | |
tree | 8060a151ed01fbca056099840b4cf1a4a902c589 /dev-qt/qdbusviewer | |
parent | dev-qt/pixeltool: amd64 stable wrt bug #552396 (diff) | |
download | gentoo-98b92c4bb916094a23ffbb88b6ca90afc71e7f5c.tar.gz gentoo-98b92c4bb916094a23ffbb88b6ca90afc71e7f5c.tar.bz2 gentoo-98b92c4bb916094a23ffbb88b6ca90afc71e7f5c.zip |
dev-qt/qdbusviewer: amd64 stable wrt bug #552396
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qdbusviewer')
-rw-r--r-- | dev-qt/qdbusviewer/qdbusviewer-4.8.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-qt/qdbusviewer/qdbusviewer-4.8.7.ebuild b/dev-qt/qdbusviewer/qdbusviewer-4.8.7.ebuild index 7edb66a2743f..8955a9f17592 100644 --- a/dev-qt/qdbusviewer/qdbusviewer-4.8.7.ebuild +++ b/dev-qt/qdbusviewer/qdbusviewer-4.8.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ inherit eutils qt4-build-multilib DESCRIPTION="Graphical tool that lets you introspect D-Bus objects and messages" if [[ ${QT4_BUILD_TYPE} == release ]]; then - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" + KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" fi IUSE="" |