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: Thu, 03 Jan 2019 19:12:49
Message-Id: 1546542753.f559781b56beae82061f5107d30919b07f8d352b.zlogene@gentoo
1 commit: f559781b56beae82061f5107d30919b07f8d352b
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 3 19:11:57 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 3 19:12:33 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f559781b
7
8 dev-libs/librelp: arm stable wrt bug #673428
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-libs/librelp/librelp-1.3.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/librelp/librelp-1.3.0.ebuild b/dev-libs/librelp/librelp-1.3.0.ebuild
17 index 188faec8adc..b764146b9aa 100644
18 --- a/dev-libs/librelp/librelp-1.3.0.ebuild
19 +++ b/dev-libs/librelp/librelp-1.3.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="7"
26 @@ -15,7 +15,7 @@ LICENSE="GPL-3+ doc? ( FDL-1.3 )"
27 # subslot = soname version
28 SLOT="0/0.4.0"
29
30 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~sparc x86"
31 +KEYWORDS="amd64 arm ~arm64 ~hppa ~sparc x86"
32 IUSE="debug doc +ssl +gnutls libressl openssl static-libs test"
33 REQUIRED_USE="ssl? ( ^^ ( gnutls openssl ) )
34 gnutls? ( ssl )