dev-libs/snowball-stemmer: add subslot for changed SONAME

Bug: https://bugs.gentoo.org/719402
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-08-27 21:34:01 +01:00
parent 3bea119827
commit 5ec0beb85b

View File

@@ -13,7 +13,7 @@ SRC_URI="https://github.com/snowballstem/snowball/archive/v${PV}.tar.gz -> ${P}.
test? ( https://github.com/snowballstem/snowball-data/archive/${MY_TESTDATA_COMMIT}.tar.gz -> snowball-data-${MY_TESTDATA_COMMIT}.tar.gz )"
LICENSE="BSD"
SLOT="0"
SLOT="0/$(ver_cut 1)"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~sparc-solaris ~sparc64-solaris"
IUSE="static-libs test"