Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/passwordsafe/
Date: Sun, 03 Jan 2021 01:18:08
Message-Id: 1609636619.2185f0596d27c028ad94fae53cdf6ae8ddc94d68.sam@gentoo
1 commit: 2185f0596d27c028ad94fae53cdf6ae8ddc94d68
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 01:16:59 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 01:16:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2185f059
7
8 app-admin/passwordsafe: Stabilize 1.12.0-r1 amd64, #761846
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-admin/passwordsafe/passwordsafe-1.12.0-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-admin/passwordsafe/passwordsafe-1.12.0-r1.ebuild b/app-admin/passwordsafe/passwordsafe-1.12.0-r1.ebuild
16 index df1f621a56e..47a36e206ad 100644
17 --- a/app-admin/passwordsafe/passwordsafe-1.12.0-r1.ebuild
18 +++ b/app-admin/passwordsafe/passwordsafe-1.12.0-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2020 Gentoo Authors
21 +# Copyright 2020-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/pwsafe/pwsafe/archive/${MY_PV}.tar.gz -> ${P}.tar.gz
26
27 LICENSE="Artistic-2"
28 SLOT="0"
29 -KEYWORDS="~amd64"
30 +KEYWORDS="amd64"
31 IUSE="libressl qr test +xml yubikey"
32 RESTRICT="!test? ( test )"