summaryrefslogtreecommitdiff
path: root/dev-libs/libressl
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 /dev-libs/libressl
parentff72351da3bdabbb155295b766ec8e5b6eb68eb7 (diff)
downloadgentoo-9a2750c36c8d5330fecabf4ae2617368d3359fa7.tar.gz
gentoo-9a2750c36c8d5330fecabf4ae2617368d3359fa7.tar.xz
dev-libs/libressl: fix subslot number
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-libs/libressl')
-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 a3bf72822a6..406005744a4 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"