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-crypt/easy-rsa/
Date: Fri, 17 Mar 2023 17:01:23
Message-Id: 1679072467.b785570485ae039ff75356002b6aa57411ec7f10.sam@gentoo
1 commit: b785570485ae039ff75356002b6aa57411ec7f10
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 17:01:02 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 17:01:07 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7855704
7
8 app-crypt/easy-rsa: Stabilize 3.1.2 x86, #901937
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-crypt/easy-rsa/easy-rsa-3.1.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-crypt/easy-rsa/easy-rsa-3.1.2.ebuild b/app-crypt/easy-rsa/easy-rsa-3.1.2.ebuild
16 index 37113bd24927..766b5097f3b2 100644
17 --- a/app-crypt/easy-rsa/easy-rsa-3.1.2.ebuild
18 +++ b/app-crypt/easy-rsa/easy-rsa-3.1.2.ebuild
19 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/OpenVPN/easy-rsa/archive/v${PV}.tar.gz -> ${P}.tar.g
20
21 LICENSE="GPL-2"
22 SLOT="0"
23 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc ~x86"
24 +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
25
26 DEPEND=">=dev-libs/openssl-0.9.6:0="
27 RDEPEND="${DEPEND}"