commit: d89ecd1abbd17702ed3ee9e42dccc41a62f3460a
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 6 17:55:16 2020 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jul 6 17:55:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89ecd1a
Revert "dev-ruby/did_you_mean: ensure dev-ruby/psych is gone"
This reverts commit 4d1149aa93f96c51be4d9520ba3322a1231c83ec.
This looks like a generic problem with any gemspec file and thus should
be fixed at the eclass level.
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/did_you_mean/did_you_mean-1.4.0.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-ruby/did_you_mean/did_you_mean-1.4.0.ebuild
b/dev-ruby/did_you_mean/did_you_mean-1.4.0.ebuild
index 37ef1514da1..aaf321bf8d8 100644
--- a/dev-ruby/did_you_mean/did_you_mean-1.4.0.ebuild
+++ b/dev-ruby/did_you_mean/did_you_mean-1.4.0.ebuild
@@ -16,9 +16,6 @@ LICENSE="MIT"
SLOT="2.6"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris
~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
-# Old dev-ruby/psych is removed from the tree, but must be uninstalled before
-# did_you_mean will build.
-DEPEND="${DEPEND} !!dev-ruby/psych"
all_ruby_prepare() {
sed -i -e '/bundler/ s:^:#:' Rakefile || die