summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-01-29 03:19:44 -0500
committerAnthony G. Basile <blueness@gentoo.org>2016-01-29 03:20:10 -0500
commit9a2750c36c8d5330fecabf4ae2617368d3359fa7 (patch)
tree797bd348342815829bc4df426032e2ec8d263306
parentsys-kernel/vanilla-sources: Automated version bump to {3.10.96,3.14.60} - rem... (diff)
downloadgentoo-9a2750c3.tar.gz
gentoo-9a2750c3.tar.bz2
gentoo-9a2750c3.zip
dev-libs/libressl: fix subslot number
Package-Manager: portage-2.2.26
-rw-r--r--dev-libs/libressl/libressl-2.3.2-r1.ebuild (renamed from dev-libs/libressl/libressl-2.3.2.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libressl/libressl-2.3.2.ebuild b/dev-libs/libressl/libressl-2.3.2-r1.ebuild
index a3bf72822a6b..406005744a47 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"