mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
Inherit versionator.
Since ruby-ng.eclass was recently updated, we no longer inherit eutils in the ruby-ng eclass, so we no longer get versionator for free.
This commit is contained in:
parent
37b07b3169
commit
925e3104d9
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ EAPI=6
|
|||
|
||||
USE_RUBY="ruby23 ruby24 ruby25"
|
||||
|
||||
inherit multilib ruby-fakegem
|
||||
inherit versionator multilib ruby-fakegem
|
||||
|
||||
DESCRIPTION="Collection of useful Sinatra extensions"
|
||||
HOMEPAGE="https://rubygems.org/gems/sinatra-contrib"
|
||||
|
|
|
|||
Loading…
Reference in a new issue