diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-04-03 18:21:14 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-04-03 18:21:40 +0300 |
commit | 44641a7419f721804111063700741ac7c5ca5c0e (patch) | |
tree | 3993e0b59b80e27ec7441b8002e9daffdcdfa58d /dev-libs/botan | |
parent | app-office/kraft: Drop old (diff) | |
download | gentoo-44641a7419f721804111063700741ac7c5ca5c0e.tar.gz gentoo-44641a7419f721804111063700741ac7c5ca5c0e.tar.bz2 gentoo-44641a7419f721804111063700741ac7c5ca5c0e.zip |
dev-libs/botan: fix subslot
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-libs/botan')
-rw-r--r-- | dev-libs/botan/botan-2.5.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/botan/botan-2.5.0.ebuild b/dev-libs/botan/botan-2.5.0.ebuild index d23a7ef344f7..fa4198d54039 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" |