dev-libs/oniguruma: Add sub slot
authorThomas Deutschmann <whissi@gentoo.org>
Fri, 21 Jul 2017 17:44:17 +0000 (19:44 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Fri, 21 Jul 2017 17:53:42 +0000 (19:53 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

dev-libs/oniguruma/metadata.xml
dev-libs/oniguruma/oniguruma-5.9.6_p1-r1.ebuild
dev-libs/oniguruma/oniguruma-6.4.0.ebuild

index b9955e3e293c2dd5289ab4ce43cdac8509bc25d5..355bf476488641252ae26526f3d565c79b70bd5e 100644 (file)
@@ -11,6 +11,9 @@
     expression object can be specified.  (Supported character encodings:
     ASCII, UTF-8, EUC-JP, Shift_JIS)
   </longdescription>
+  <slots>
+    <subslots>Reflect ABI of libonig.so.</subslots>
+  </slots>
   <use>
     <flag name="combination-explosion-check">
       enable combination explosion check
index d99146dd4f5cec0cfd7e073bc81184c8ef5a1c8c..7fb47e7f69fc202e51248a03db51b641217a8932 100644 (file)
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/kkos/oniguruma"
 SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/${MY_P}.tar.gz"
 
 LICENSE="BSD-2"
-SLOT="0"
+SLOT="0/2" # sub-slot matches SONAME major
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="combination-explosion-check crnl-as-line-terminator static-libs"
 
index 9453f68b71c839a0be3349b03e7921872f0548af..5388b8aa7c20b37cea7bcddda1513b8eb022b16e 100644 (file)
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/kkos/oniguruma"
 SRC_URI="https://github.com/kkos/${PN}/releases/download/v${PV}/${MY_P}.tar.gz"
 
 LICENSE="BSD-2"
-SLOT="0"
+SLOT="0/4" # sub-slot matches SONAME major
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="combination-explosion-check crnl-as-line-terminator static-libs"