diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 14:14:38 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-19 14:14:38 +0100 |
commit | 086ece99554befa4ce923926941a2627f564bf22 (patch) | |
tree | 60b81b6b7b696a90775aa50ca741dab9d449aa5d /dev-qt/qtnetworkauth | |
parent | dev-qt/qtnetwork: x86 stable wrt bug #699328 (diff) | |
download | gentoo-086ece99554befa4ce923926941a2627f564bf22.tar.gz gentoo-086ece99554befa4ce923926941a2627f564bf22.tar.bz2 gentoo-086ece99554befa4ce923926941a2627f564bf22.zip |
dev-qt/qtnetworkauth: x86 stable wrt bug #699328
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-qt/qtnetworkauth')
-rw-r--r-- | dev-qt/qtnetworkauth/qtnetworkauth-5.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-qt/qtnetworkauth/qtnetworkauth-5.14.1.ebuild b/dev-qt/qtnetworkauth/qtnetworkauth-5.14.1.ebuild index 811865d01e59..1d5057f72e06 100644 --- a/dev-qt/qtnetworkauth/qtnetworkauth-5.14.1.ebuild +++ b/dev-qt/qtnetworkauth/qtnetworkauth-5.14.1.ebuild @@ -8,7 +8,7 @@ DESCRIPTION="Network authorization library for the Qt5 framework" LICENSE="GPL-3" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" fi IUSE="" |