diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-07-06 19:55:16 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-07-06 19:55:16 +0200 |
commit | d89ecd1abbd17702ed3ee9e42dccc41a62f3460a (patch) | |
tree | 4aab6f72f2b563762cffb2fa60eee1d221d91813 /dev-ruby | |
parent | net-misc/curl: Fix openldap dependency (diff) | |
download | gentoo-d89ecd1abbd17702ed3ee9e42dccc41a62f3460a.tar.gz gentoo-d89ecd1abbd17702ed3ee9e42dccc41a62f3460a.tar.bz2 gentoo-d89ecd1abbd17702ed3ee9e42dccc41a62f3460a.zip |
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@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/did_you_mean/did_you_mean-1.4.0.ebuild | 3 |
1 files changed, 0 insertions, 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 37ef1514da15..aaf321bf8d8a 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 |