diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-07 01:03:15 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-07 01:04:55 +0200 |
commit | f45c8f70ae6050ed1b6bbbb88a72371670d5e66d (patch) | |
tree | 793bddbc876e0c0adc8b2cecb3923dba60e11c72 /dev-libs/qtkeychain | |
parent | mail-client/neomutt: x86 stable (bug #661436) (diff) | |
download | gentoo-f45c8f70ae6050ed1b6bbbb88a72371670d5e66d.tar.gz gentoo-f45c8f70ae6050ed1b6bbbb88a72371670d5e66d.tar.bz2 gentoo-f45c8f70ae6050ed1b6bbbb88a72371670d5e66d.zip |
dev-libs/qtkeychain: x86 stable (bug #667916)
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-libs/qtkeychain')
-rw-r--r-- | dev-libs/qtkeychain/qtkeychain-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/qtkeychain/qtkeychain-0.9.0.ebuild b/dev-libs/qtkeychain/qtkeychain-0.9.0.ebuild index ac90679ec32a..955b422dd8ce 100644 --- a/dev-libs/qtkeychain/qtkeychain-0.9.0.ebuild +++ b/dev-libs/qtkeychain/qtkeychain-0.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ DESCRIPTION="Qt API for storing passwords securely" if [[ ${PV} != *9999* ]]; then SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64 x86" else inherit git-r3 EGIT_REPO_URI="${HOMEPAGE}.git" |