Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/
Date: Sat, 31 Oct 2015 07:21:47
Message-Id: 1446275900.40eb55ddae8b531a0a90498efe8c2ffea6bf6df2.jer@gentoo
1 commit: 40eb55ddae8b531a0a90498efe8c2ffea6bf6df2
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 31 07:18:20 2015 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 31 07:18:20 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40eb55dd
7
8 dev-libs/libressl: Mark ~hppa too.
9
10 Package-Manager: portage-2.2.23
11 RepoMan-Options: --ignore-arches
12
13 dev-libs/libressl/libressl-2.2.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libressl/libressl-2.2.4.ebuild b/dev-libs/libressl/libressl-2.2.4.ebuild
17 index e3b97b5..68141da 100644
18 --- a/dev-libs/libressl/libressl-2.2.4.ebuild
19 +++ b/dev-libs/libressl/libressl-2.2.4.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
21
22 LICENSE="ISC openssl"
23 SLOT="0/35" # reflects ABI of libcrypto.so and libssl.so
24 -KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
25 +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86"
26 IUSE="+asm static-libs"
27
28 RDEPEND="!dev-libs/openssl:0"