Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/librelp/
Date: Fri, 05 Oct 2018 04:10:29
Message-Id: 1538711639.6495965c1753dafd6f02fe4e5003cb06eb0aaa42.whissi@gentoo
1 commit: 6495965c1753dafd6f02fe4e5003cb06eb0aaa42
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 5 03:53:59 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 5 03:53:59 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6495965c
7
8 dev-libs/librelp: x86 stable (bug #667542)
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.11
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
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 b57bbb9097e..01f552f00d0 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 )