From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1220137-garchives=archives.gentoo.org@lists.gentoo.org> 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 EE0B113835A for <garchives@archives.gentoo.org>; Fri, 6 Nov 2020 10:26:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2107DE0814; Fri, 6 Nov 2020 10:26:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 095A5E0814 for <gentoo-commits@lists.gentoo.org>; Fri, 6 Nov 2020 10:26:12 +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 D862433BEA3 for <gentoo-commits@lists.gentoo.org>; Fri, 6 Nov 2020 10:26:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 258CC3BE for <gentoo-commits@lists.gentoo.org>; Fri, 6 Nov 2020 10:26:10 +0000 (UTC) From: "Lars Wendler" <polynomial-c@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" <polynomial-c@gentoo.org> Message-ID: <1604658362.25c1059f37bc54853db82c7836f7a87a9e02ad8b.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/liburing/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/liburing/liburing-0.7-r1.ebuild sys-libs/liburing/liburing-0.7.ebuild X-VCS-Directories: sys-libs/liburing/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 25c1059f37bc54853db82c7836f7a87a9e02ad8b X-VCS-Branch: master Date: Fri, 6 Nov 2020 10:26:10 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bee76ca2-c962-47e2-9dfc-527238ae527b X-Archives-Hash: ea7739e5d6d1226c68e0e553283a8060 commit: 25c1059f37bc54853db82c7836f7a87a9e02ad8b Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Fri Nov 6 10:12:45 2020 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Fri Nov 6 10:26:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c1059f sys-libs/liburing: Revbump to add sub-slot for ABI changes Bug: https://bugs.gentoo.org/752132 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> sys-libs/liburing/{liburing-0.7.ebuild => liburing-0.7-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/liburing/liburing-0.7.ebuild b/sys-libs/liburing/liburing-0.7-r1.ebuild similarity index 96% rename from sys-libs/liburing/liburing-0.7.ebuild rename to sys-libs/liburing/liburing-0.7-r1.ebuild index 8c9918f03cc..716d25c0489 100644 --- a/sys-libs/liburing/liburing-0.7.ebuild +++ b/sys-libs/liburing/liburing-0.7-r1.ebuild @@ -15,7 +15,7 @@ else KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" fi LICENSE="MIT" -SLOT="0" +SLOT="0/1.0.7" # liburing.so version IUSE="static-libs" # fsync test hangs forever