diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-07-04 12:53:08 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-07-04 12:54:21 -0700 |
commit | 36e1a9d3833504033edf30fbcebcf964627c879b (patch) | |
tree | e32192e7240afbaccdad6a473d61a305d3ac8abc | |
parent | sys-fs/cryptsetup: update 2.4.0_rc2 for integrity & ssh tokens (diff) | |
download | gentoo-36e1a9d3833504033edf30fbcebcf964627c879b.tar.gz gentoo-36e1a9d3833504033edf30fbcebcf964627c879b.tar.bz2 gentoo-36e1a9d3833504033edf30fbcebcf964627c879b.zip |
dev-libs/libfmt: revbump 8.0.1 and subslot
Closes: https://bugs.gentoo.org/800236
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r-- | dev-libs/libfmt/libfmt-8.0.1-r1.ebuild (renamed from dev-libs/libfmt/libfmt-8.0.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libfmt/libfmt-8.0.1.ebuild b/dev-libs/libfmt/libfmt-8.0.1-r1.ebuild index 40d16db5117d..858bf182268a 100644 --- a/dev-libs/libfmt/libfmt-8.0.1.ebuild +++ b/dev-libs/libfmt/libfmt-8.0.1-r1.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/fmtlib/fmt" LICENSE="MIT" IUSE="test" -SLOT="0/$(ver_cut 1)" +SLOT="0/${PV}" if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/fmtlib/fmt.git" |