Skip to content

Commit

Permalink
dev-ruby/priorityqueue: Add ruby22
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
mrueg committed Aug 29, 2016
1 parent f180e0b commit 9b5c035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-ruby/priorityqueue/priorityqueue-0.1.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

EAPI=5

# ruby22 -> uses obsolete Config module
USE_RUBY="ruby20 ruby21"
USE_RUBY="ruby20 ruby21 ruby22"

RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_TASK_DOC=""
Expand All @@ -24,6 +23,7 @@ IUSE=""

all_ruby_prepare() {
rm Makefile *.o *.so || die
sed -i -e "s/::Config/RbConfig/" setup.rb || die
}

each_ruby_configure() {
Expand Down

0 comments on commit 9b5c035

Please sign in to comment.