Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/librelp/
Date: Fri, 05 Oct 2018 13:33:33
Message-Id: 1538746349.fe4add88e5492c325e5fae59f3820d31e9f3ca78.zlogene@gentoo
1 commit: fe4add88e5492c325e5fae59f3820d31e9f3ca78
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 5 13:32:29 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 5 13:32:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe4add88
7
8 dev-libs/librelp: amd64 stable wrt bug #667542
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 dev-libs/librelp/librelp-1.2.18.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/librelp/librelp-1.2.18.ebuild b/dev-libs/librelp/librelp-1.2.18.ebuild
17 index 01f552f00d0..d6002e11492 100644
18 --- a/dev-libs/librelp/librelp-1.2.18.ebuild
19 +++ b/dev-libs/librelp/librelp-1.2.18.ebuild
20 @@ -14,7 +14,7 @@ LICENSE="GPL-3+ doc? ( FDL-1.3 )"
21 # subslot = soname version
22 SLOT="0/0.4.0"
23
24 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc x86"
25 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~sparc x86"
26 IUSE="debug doc +ssl +gnutls libressl openssl static-libs"
27 REQUIRED_USE="ssl? ( ^^ ( gnutls openssl ) )
28 gnutls? ( ssl )