espeak-ruby: minor fixups

This commit is contained in:
Rick Farina (Zero_Chaos) 2020-01-15 10:42:08 -05:00
parent ba2b0425b0
commit d00f36eca5
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -1,15 +1,14 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
USE_RUBY="ruby23 ruby24 ruby25"
USE_RUBY="ruby24 ruby25 ruby26"
inherit ruby-fakegem
DESCRIPTION="A small API for utilizing 'espeak' and 'lame' to create Text-To-Speech mp3 files"
HOMEPAGE="https://github.com/dejan/espeak-ruby"
SRC_URI="mirror://rubygems/${P}.gem"
LICENSE="MIT"
SLOT="0"