summaryrefslogtreecommitdiff
path: root/dev-ruby/ruby-install
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-02-23 21:51:37 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-02-23 21:51:37 +0000
commitbf0faa7a02b55df7280e58563744670e90148ff8 (patch)
treebac6f6cf96208dfbb7ef0fbe37f63b43e96287d7 /dev-ruby/ruby-install
parentca35a8085483f8653962132d906e268c114b7a36 (diff)
downloadbaldeagleos-repo-bf0faa7a02b55df7280e58563744670e90148ff8.tar.gz
baldeagleos-repo-bf0faa7a02b55df7280e58563744670e90148ff8.tar.xz
baldeagleos-repo-bf0faa7a02b55df7280e58563744670e90148ff8.zip
Adding metadata
Diffstat (limited to 'dev-ruby/ruby-install')
-rw-r--r--dev-ruby/ruby-install/Manifest2
-rw-r--r--dev-ruby/ruby-install/ruby-install-0.9.0.ebuild (renamed from dev-ruby/ruby-install/ruby-install-0.8.4.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/ruby-install/Manifest b/dev-ruby/ruby-install/Manifest
index 90971b07a115..2701130057d6 100644
--- a/dev-ruby/ruby-install/Manifest
+++ b/dev-ruby/ruby-install/Manifest
@@ -1,2 +1,2 @@
-DIST ruby-install-0.8.4.tar.gz 32652 BLAKE2B e863645c66cc631d17a3e5c061220fd59d0b0458613d31e8db4d35fbb0beae53ccf627620b9adb08bb0db82d51bd9a54a7eb96079fc3e6604c32d9b7dc219f3d SHA512 9d7157ab73689a7024efae104f6fd244c019c56d5e27573151818dd72f07855f9785b2ddba9c83a413ddcd92a565893373ca545c486c59b4fa408f349d4c7f48
DIST ruby-install-0.8.5.tar.gz 32904 BLAKE2B 6128d489c53c02b53b96f243a7c5fd3de2a360eac8ed7873c89cfafb229e611f77f3275e66bb1aef0ccad772029f7727c0e4a62c6dc74ec1780c7badd219cc52 SHA512 4f5546652e741eb4b1b72780a73e0b41b8bd212dd979e31124b8a1a96e9bbebdcb7951da20768b992776206a446b489214f2b1261255855760e2e3477118f8d7
+DIST ruby-install-0.9.0.tar.gz 34536 BLAKE2B de44b380b47f1c194bd9c39e43527c48b61f051bc126b051d87ce23db7d5ed3c6f46a97ff454e847a47fe16535c15d5903839f07ed30446f0b2f0d063364961b SHA512 d40195519d4d49749e13fb9d1c2e8f6a4c4c7b1cb4c419ce737a2dc2f7f6fb80b0783626bfe4b4bdd642a189d6fd641a5a121a4fa661e8a7539b4eefa12435ae
diff --git a/dev-ruby/ruby-install/ruby-install-0.8.4.ebuild b/dev-ruby/ruby-install/ruby-install-0.9.0.ebuild
index 706d5e5d217d..6316a7848db7 100644
--- a/dev-ruby/ruby-install/ruby-install-0.8.4.ebuild
+++ b/dev-ruby/ruby-install/ruby-install-0.9.0.ebuild
@@ -27,7 +27,7 @@ RDEPEND="${DEPEND}
|| ( >=sys-devel/gcc-4.2 sys-devel/clang )"
BDEPEND="test? ( dev-util/shunit2 )"
-# XXX: `make check` seems to be broken (violates shellcheck tests)
+# BUG: `make check` fails: https://github.com/postmodern/ruby-install/issues/442
src_test() {
emake test
}