Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@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 16:42:42
Message-Id: 1679071352.6de4ac50164dab7c6541d1ababf1d4aea831b51f.arthurzam@gentoo
1 commit: 6de4ac50164dab7c6541d1ababf1d4aea831b51f
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 16:42:32 2023 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 16:42:32 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de4ac50
7
8 app-crypt/easy-rsa: Stabilize 3.1.2 ppc64, #901937
9
10 Signed-off-by: Arthur Zamarin <arthurzam <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 21aae5e72354..44a39e726245 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}"