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"
