commit: 9a2750c36c8d5330fecabf4ae2617368d3359fa7
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 29 08:19:44 2016 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 08:20:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a2750c3
dev-libs/libressl: fix subslot number
Package-Manager: portage-2.2.26
dev-libs/libressl/{libressl-2.3.2.ebuild => libressl-2.3.2-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libressl/libressl-2.3.2.ebuild
b/dev-libs/libressl/libressl-2.3.2-r1.ebuild
similarity index 94%
rename from dev-libs/libressl/libressl-2.3.2.ebuild
rename to dev-libs/libressl/libressl-2.3.2-r1.ebuild
index a3bf728..4060057 100644
--- a/dev-libs/libressl/libressl-2.3.2.ebuild
+++ b/dev-libs/libressl/libressl-2.3.2-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.libressl.org/"
SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz"
LICENSE="ISC openssl"
-SLOT="0/36" # reflects ABI of libcrypto.so and libssl.so
+SLOT="0/37" # reflects ABI of libcrypto.so and libssl.so
KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
IUSE="+asm static-libs"