diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-12-18 12:21:09 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-12-18 12:21:09 +0100 |
commit | b67e0911cadd64570371be9c74b501ad21c2518b (patch) | |
tree | 1f1b8bf06573382a086b749750ad862c5d17b9e4 /dev-qt | |
parent | dev-qt/qtopengl: amd64 stable wrt bug #699240 (diff) | |
download | gentoo-b67e0911cadd64570371be9c74b501ad21c2518b.tar.gz gentoo-b67e0911cadd64570371be9c74b501ad21c2518b.tar.bz2 gentoo-b67e0911cadd64570371be9c74b501ad21c2518b.zip |
dev-qt/qtpaths: amd64 stable wrt bug #699240
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtpaths/qtpaths-5.13.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtpaths/qtpaths-5.13.2.ebuild b/dev-qt/qtpaths/qtpaths-5.13.2.ebuild index ec3e1e7d8678..1aed78a66b78 100644 --- a/dev-qt/qtpaths/qtpaths-5.13.2.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.13.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Command line client to QStandardPaths" 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="" |