summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2019-05-27 08:08:49 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2019-05-27 08:10:10 +0300
commitc8f1ae5eaf754e555fcab2455f2f89662d8cd747 (patch)
tree7d74b275782f4fbdcdc255b2026d5f69b580ceab /dev-libs/crypto++/crypto++-8.2.0.ebuild
parentapp-shells/mcfly: bump to 0.3.4 (diff)
downloadgentoo-c8f1ae5eaf754e555fcab2455f2f89662d8cd747.tar.gz
gentoo-c8f1ae5eaf754e555fcab2455f2f89662d8cd747.tar.bz2
gentoo-c8f1ae5eaf754e555fcab2455f2f89662d8cd747.zip
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@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
Diffstat (limited to 'dev-libs/crypto++/crypto++-8.2.0.ebuild')
-rw-r--r--dev-libs/crypto++/crypto++-8.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/crypto++/crypto++-8.2.0.ebuild b/dev-libs/crypto++/crypto++-8.2.0.ebuild
index 2ee0f84db4b9..be40704c5f30 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"