diff options
Diffstat (limited to 'www-servers/adsf-live/adsf-live-1.4.6.ebuild')
-rw-r--r-- | www-servers/adsf-live/adsf-live-1.4.6.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www-servers/adsf-live/adsf-live-1.4.6.ebuild b/www-servers/adsf-live/adsf-live-1.4.6.ebuild index cb6ae1a3..9411412a 100644 --- a/www-servers/adsf-live/adsf-live-1.4.6.ebuild +++ b/www-servers/adsf-live/adsf-live-1.4.6.ebuild @@ -2,15 +2,14 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby27" +USE_RUBY="ruby27 ruby30" -RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem DESCRIPTION="Automatically reloads when changes are detected" -HOMEPAGE="https://github.com/ddfreyne/adsf/" +HOMEPAGE="https://github.com/denisdefreyne/adsf" LICENSE="MIT" KEYWORDS="~amd64" |