dev-ruby/shoulda-matchers: use SLOT 4
authorHans de Graaff <graaff@gentoo.org>
Sun, 3 May 2020 06:53:41 +0000 (08:53 +0200)
committerHans de Graaff <graaff@gentoo.org>
Sun, 3 May 2020 06:55:34 +0000 (08:55 +0200)
dev-ruby/shoulda depends on shoulda-matches ~> 3.0 which is causing load
issues. Fix this by using a SLOT 4 for the 4.x versions so we can depend
on SLOT 3 in shoulda.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
dev-ruby/shoulda-matchers/shoulda-matchers-4.3.0-r1.ebuild
dev-ruby/shoulda-matchers/shoulda-matchers-4.3.0.ebuild

index 81117836598aa9666254b0255bd675eaa1ff361e..96c055803c2169733e82d2ade109f23ef3384e0b 100644 (file)
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/thoughtbot/shoulda-matchers"
 SRC_URI="https://github.com/thoughtbot/shoulda-matchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
-SLOT="3"
+SLOT="$(ver_cut 1)"
 KEYWORDS="amd64 ~arm ~arm64 ~hppa ~x86"
 IUSE=""
 
index 3d466716405f33c156bde45d4dfc7e3a3885467d..60349fce2fb25071a6e119752dff8a5b81b55549 100644 (file)
@@ -20,7 +20,7 @@ HOMEPAGE="https://github.com/thoughtbot/shoulda-matchers"
 SRC_URI="https://github.com/thoughtbot/shoulda-matchers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
-SLOT="3"
+SLOT="$(ver_cut 1)"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""