diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-03-14 19:32:35 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-03-14 19:32:35 +0100 |
commit | 501759407a180947f130c742ad7f8b8df2ba6197 (patch) | |
tree | e2ee16154d687052e04b07fcaba9e741558b2c8f /app-admin/passwordsafe | |
parent | dev-java/sjsxp: amd64 stable wrt bug #834103 (diff) | |
download | gentoo-501759407a180947f130c742ad7f8b8df2ba6197.tar.gz gentoo-501759407a180947f130c742ad7f8b8df2ba6197.tar.bz2 gentoo-501759407a180947f130c742ad7f8b8df2ba6197.zip |
app-admin/passwordsafe: amd64 stable wrt bug #834612
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-admin/passwordsafe')
-rw-r--r-- | app-admin/passwordsafe/passwordsafe-1.14.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/passwordsafe/passwordsafe-1.14.0-r1.ebuild b/app-admin/passwordsafe/passwordsafe-1.14.0-r1.ebuild index 89108fe1776f..ccbfccc0f6e5 100644 --- a/app-admin/passwordsafe/passwordsafe-1.14.0-r1.ebuild +++ b/app-admin/passwordsafe/passwordsafe-1.14.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/pwsafe/pwsafe/archive/${MY_PV}.tar.gz -> ${P}.tar.gz LICENSE="Artistic-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="qr test +xml yubikey" RESTRICT="!test? ( test )" |