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:20:35
Message-Id: 1679070024.7a6ec35d51ff1a1765ebf9efa044ae71a2241dcc.arthurzam@gentoo
1 commit: 7a6ec35d51ff1a1765ebf9efa044ae71a2241dcc
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 16:20:24 2023 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 16:20:24 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a6ec35d
7
8 app-crypt/easy-rsa: Stabilize 3.1.2 ppc, #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 369c642561a5..21aae5e72354 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}"