commit: 44641a7419f721804111063700741ac7c5ca5c0e Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> AuthorDate: Tue Apr 3 15:21:14 2018 +0000 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> CommitDate: Tue Apr 3 15:21:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44641a74
dev-libs/botan: fix subslot Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-libs/botan/botan-2.5.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/botan/botan-2.5.0.ebuild b/dev-libs/botan/botan-2.5.0.ebuild index d23a7ef344f..fa4198d5403 100644 --- a/dev-libs/botan/botan-2.5.0.ebuild +++ b/dev-libs/botan/botan-2.5.0.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://botan.randombit.net/" SRC_URI="http://botan.randombit.net/releases/${MY_P}.tgz" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos" -SLOT="2/3" # soname version +SLOT="2/5" # soname version LICENSE="BSD" IUSE="bindist doc boost python bzip2 libressl lzma sqlite ssl static-libs zlib"