From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1447832-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id CE179158020
	for <garchives@archives.gentoo.org>; Mon, 17 Oct 2022 16:49:07 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0DD87E092F;
	Mon, 17 Oct 2022 16:49:07 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id EBC62E092F
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 Oct 2022 16:49:06 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 1E4A834109B
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 Oct 2022 16:49:06 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9468C5D7
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 Oct 2022 16:49:04 +0000 (UTC)
From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org>
Message-ID: <1666025337.ac2ee0755a1e04f1b3a4c2beea7da198835e965c.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libunistring/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-libs/libunistring/libunistring-1.1-r1.ebuild dev-libs/libunistring/libunistring-1.1.ebuild
X-VCS-Directories: dev-libs/libunistring/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: ac2ee0755a1e04f1b3a4c2beea7da198835e965c
X-VCS-Branch: master
Date: Mon, 17 Oct 2022 16:49:04 +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: 6143d3ea-511d-40b3-9184-09113e6a4883
X-Archives-Hash: b57af6a11812d7f620a10a3818a5e4bd

commit:     ac2ee0755a1e04f1b3a4c2beea7da198835e965c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 17 16:48:12 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 16:48:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac2ee075

dev-libs/libunistring: fix subslot for 1.1

It's not clear to me that ABI has actually changed, but...

Closes: https://bugs.gentoo.org/877441
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{libunistring-1.1.ebuild => libunistring-1.1-r1.ebuild}            | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libunistring/libunistring-1.1.ebuild b/dev-libs/libunistring/libunistring-1.1-r1.ebuild
similarity index 95%
rename from dev-libs/libunistring/libunistring-1.1.ebuild
rename to dev-libs/libunistring/libunistring-1.1-r1.ebuild
index c3c32aa3bdc4..ef712031ff45 100644
--- a/dev-libs/libunistring/libunistring-1.1.ebuild
+++ b/dev-libs/libunistring/libunistring-1.1-r1.ebuild
@@ -10,7 +10,8 @@ HOMEPAGE="https://www.gnu.org/software/libunistring/"
 SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
 
 LICENSE="|| ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ )"
-SLOT="0/2"
+# Check regularly even on "minor" bumps
+SLOT="0/5"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="doc static-libs"