From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C37D113933E for ; Sun, 4 Jul 2021 19:55:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA092E0822; Sun, 4 Jul 2021 19:55:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCDC3E0822 for ; Sun, 4 Jul 2021 19:55:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A59ED33BE33 for ; Sun, 4 Jul 2021 19:55:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AB9963F for ; Sun, 4 Jul 2021 19:55:43 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1625428461.36e1a9d3833504033edf30fbcebcf964627c879b.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libfmt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libfmt/libfmt-8.0.1-r1.ebuild dev-libs/libfmt/libfmt-8.0.1.ebuild X-VCS-Directories: dev-libs/libfmt/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 36e1a9d3833504033edf30fbcebcf964627c879b X-VCS-Branch: master Date: Sun, 4 Jul 2021 19:55:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4131776c-8bff-417a-8238-92f434cb93e3 X-Archives-Hash: c469ed3d2866a2283ae843a9d0beebb0 commit: 36e1a9d3833504033edf30fbcebcf964627c879b Author: Georgy Yakovlev gentoo org> AuthorDate: Sun Jul 4 19:53:08 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sun Jul 4 19:54:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e1a9d3 dev-libs/libfmt: revbump 8.0.1 and subslot Closes: https://bugs.gentoo.org/800236 Signed-off-by: Georgy Yakovlev gentoo.org> dev-libs/libfmt/{libfmt-8.0.1.ebuild => libfmt-8.0.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libfmt/libfmt-8.0.1.ebuild b/dev-libs/libfmt/libfmt-8.0.1-r1.ebuild similarity index 97% rename from dev-libs/libfmt/libfmt-8.0.1.ebuild rename to dev-libs/libfmt/libfmt-8.0.1-r1.ebuild index 40d16db5117..858bf182268 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"