Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/
Date: Mon, 04 Mar 2019 21:33:41
Message-Id: 1551735207.9e33f7fead2e08bacb05a45c6a5d6e536544a236.grobian@gentoo
1 commit: 9e33f7fead2e08bacb05a45c6a5d6e536544a236
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 4 21:32:12 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 4 21:33:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e33f7fe
7
8 dev-libs/libressl: marked *-macos, *-solaris
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-libs/libressl/libressl-2.8.3.ebuild | 2 +-
14 dev-libs/libressl/libressl-2.9.0.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-libs/libressl/libressl-2.8.3.ebuild b/dev-libs/libressl/libressl-2.8.3.ebuild
18 index 9b82d21707b..22b9aef5d69 100644
19 --- a/dev-libs/libressl/libressl-2.8.3.ebuild
20 +++ b/dev-libs/libressl/libressl-2.8.3.ebuild
21 @@ -14,7 +14,7 @@ LICENSE="ISC openssl"
22 # we'll try to use the max of either. However, if either change between
23 # versions, we have to change the subslot to trigger rebuild of consumers.
24 SLOT="0/46"
25 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86"
26 +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
27 IUSE="+asm static-libs test"
28 REQUIRED_USE="test? ( static-libs )"
29
30
31 diff --git a/dev-libs/libressl/libressl-2.9.0.ebuild b/dev-libs/libressl/libressl-2.9.0.ebuild
32 index 19416d8afcc..f7db72c5935 100644
33 --- a/dev-libs/libressl/libressl-2.9.0.ebuild
34 +++ b/dev-libs/libressl/libressl-2.9.0.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2018 Gentoo Authors
37 +# Copyright 1999-2019 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41 @@ -14,7 +14,7 @@ LICENSE="ISC openssl"
42 # we'll try to use the max of either. However, if either change between
43 # versions, we have to change the subslot to trigger rebuild of consumers.
44 SLOT="0/47"
45 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
47 IUSE="+asm static-libs test"
48 REQUIRED_USE="test? ( static-libs )"