commit: c8f1ae5eaf754e555fcab2455f2f89662d8cd747 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> AuthorDate: Mon May 27 05:08:49 2019 +0000 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> CommitDate: Mon May 27 05:10:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f1ae5e
dev-libs/crypto++: fix subslot number Closes: https://bugs.gentoo.org/show_bug.cgi?id=686820 Thanks: polynomial-c Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-libs/crypto++/crypto++-8.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/crypto++/crypto++-8.2.0.ebuild b/dev-libs/crypto++/crypto++-8.2.0.ebuild index 2ee0f84db4b..be40704c5f3 100644 --- a/dev-libs/crypto++/crypto++-8.2.0.ebuild +++ b/dev-libs/crypto++/crypto++-8.2.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://cryptopp.com" SRC_URI="https://www.cryptopp.com/cryptopp${PV//.}.zip" LICENSE="Boost-1.0" -SLOT="0/7" # subslot is so version +SLOT="0/8" # subslot is so version KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x64-macos" IUSE="+asm static-libs"
