summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2020-05-03 08:53:41 +0200
committerHans de Graaff <graaff@gentoo.org>2020-05-03 08:55:34 +0200
commit86b9d5df57245d61f51a8e3aa6257659b5c3a244 (patch)
tree0b537e19710a2c45f3756439595ffdb60eaa8eb5 /dev-ruby/shoulda-matchers/shoulda-matchers-4.3.0-r1.ebuild
parentdev-ruby/shoulda-matchers: cleanup (diff)
downloadgentoo-86b9d5df57245d61f51a8e3aa6257659b5c3a244.tar.gz
gentoo-86b9d5df57245d61f51a8e3aa6257659b5c3a244.tar.bz2
gentoo-86b9d5df57245d61f51a8e3aa6257659b5c3a244.zip
dev-ruby/shoulda-matchers: use SLOT 4
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>
Diffstat (limited to 'dev-ruby/shoulda-matchers/shoulda-matchers-4.3.0-r1.ebuild')
-rw-r--r--dev-ruby/shoulda-matchers/shoulda-matchers-4.3.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/shoulda-matchers/shoulda-matchers-4.3.0-r1.ebuild b/dev-ruby/shoulda-matchers/shoulda-matchers-4.3.0-r1.ebuild
index 81117836598a..96c055803c21 100644
--- a/dev-ruby/shoulda-matchers/shoulda-matchers-4.3.0-r1.ebuild
+++ b/dev-ruby/shoulda-matchers/shoulda-matchers-4.3.0-r1.ebuild
@@ -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=""