diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-01-29 03:19:44 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-01-29 03:20:10 -0500 |
commit | 9a2750c36c8d5330fecabf4ae2617368d3359fa7 (patch) | |
tree | 797bd348342815829bc4df426032e2ec8d263306 /dev-libs/libressl | |
parent | sys-kernel/vanilla-sources: Automated version bump to {3.10.96,3.14.60} - rem... (diff) | |
download | gentoo-9a2750c36c8d5330fecabf4ae2617368d3359fa7.tar.gz gentoo-9a2750c36c8d5330fecabf4ae2617368d3359fa7.tar.bz2 gentoo-9a2750c36c8d5330fecabf4ae2617368d3359fa7.zip |
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 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" |