Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfmt/
Date: Sun, 04 Jul 2021 19:55:46
Message-Id: 1625428461.36e1a9d3833504033edf30fbcebcf964627c879b.gyakovlev@gentoo
1 commit: 36e1a9d3833504033edf30fbcebcf964627c879b
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 4 19:53:08 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 4 19:54:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e1a9d3
7
8 dev-libs/libfmt: revbump 8.0.1 and subslot
9
10 Closes: https://bugs.gentoo.org/800236
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 dev-libs/libfmt/{libfmt-8.0.1.ebuild => libfmt-8.0.1-r1.ebuild} | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libfmt/libfmt-8.0.1.ebuild b/dev-libs/libfmt/libfmt-8.0.1-r1.ebuild
17 similarity index 97%
18 rename from dev-libs/libfmt/libfmt-8.0.1.ebuild
19 rename to dev-libs/libfmt/libfmt-8.0.1-r1.ebuild
20 index 40d16db5117..858bf182268 100644
21 --- a/dev-libs/libfmt/libfmt-8.0.1.ebuild
22 +++ b/dev-libs/libfmt/libfmt-8.0.1-r1.ebuild
23 @@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/fmtlib/fmt"
24
25 LICENSE="MIT"
26 IUSE="test"
27 -SLOT="0/$(ver_cut 1)"
28 +SLOT="0/${PV}"
29
30 if [[ ${PV} == *9999 ]] ; then
31 EGIT_REPO_URI="https://github.com/fmtlib/fmt.git"