Diff libunistring-1.0 with a libunistring-1.1-r1

/usr/portage/dev-libs/libunistring/libunistring-1.1-r1.ebuild 2024-12-25 14:59:48.375270072 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
10 10
SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
11 11

  
12 12
LICENSE="|| ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ )"
13
SLOT="0/2"
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
13
# Check regularly even on "minor" bumps
14
SLOT="0/5"
15
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
15 16
IUSE="doc static-libs"
16 17

  
17 18
PATCHES=(
Thank you!