Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/
Date: Fri, 29 Jan 2016 08:11:42
Message-Id: 1454055610.9a2750c36c8d5330fecabf4ae2617368d3359fa7.blueness@gentoo
1 commit: 9a2750c36c8d5330fecabf4ae2617368d3359fa7
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 29 08:19:44 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 08:20:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2750c3
7
8 dev-libs/libressl: fix subslot number
9
10 Package-Manager: portage-2.2.26
11
12 dev-libs/libressl/{libressl-2.3.2.ebuild => libressl-2.3.2-r1.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libressl/libressl-2.3.2.ebuild b/dev-libs/libressl/libressl-2.3.2-r1.ebuild
16 similarity index 94%
17 rename from dev-libs/libressl/libressl-2.3.2.ebuild
18 rename to dev-libs/libressl/libressl-2.3.2-r1.ebuild
19 index a3bf728..4060057 100644
20 --- a/dev-libs/libressl/libressl-2.3.2.ebuild
21 +++ b/dev-libs/libressl/libressl-2.3.2-r1.ebuild
22 @@ -11,7 +11,7 @@ HOMEPAGE="http://www.libressl.org/"
23 SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
24
25 LICENSE="ISC openssl"
26 -SLOT="0/36" # reflects ABI of libcrypto.so and libssl.so
27 +SLOT="0/37" # reflects ABI of libcrypto.so and libssl.so
28 KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
29 IUSE="+asm static-libs"