Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/librelp/
Date: Sun, 16 May 2021 00:03:49
Message-Id: 1621123353.1ccb5b6433fab8d30bf1b27555840825768c0474.sam@gentoo
1 commit: 1ccb5b6433fab8d30bf1b27555840825768c0474
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 16 00:02:33 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun May 16 00:02:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ccb5b64
7
8 dev-libs/librelp: Stabilize 1.7.0 arm64, #768675
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/librelp/librelp-1.7.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/librelp/librelp-1.7.0.ebuild b/dev-libs/librelp/librelp-1.7.0.ebuild
16 index 63acb047a4e..5b9aa08070f 100644
17 --- a/dev-libs/librelp/librelp-1.7.0.ebuild
18 +++ b/dev-libs/librelp/librelp-1.7.0.ebuild
19 @@ -15,7 +15,7 @@ LICENSE="GPL-3+ doc? ( FDL-1.3 )"
20 # subslot = soname version
21 SLOT="0/0.5.0"
22
23 -KEYWORDS="amd64 arm ~arm64 ~hppa sparc x86"
24 +KEYWORDS="amd64 arm arm64 ~hppa sparc x86"
25 IUSE="debug doc +ssl +gnutls openssl static-libs test"
26 REQUIRED_USE="ssl? ( ^^ ( gnutls openssl ) )"