diff options
-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 )" |