diff options
-rw-r--r-- | app-misc/selecta/selecta-0.0.7-r1.ebuild (renamed from app-misc/selecta/selecta-0.0.7.ebuild) | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/app-misc/selecta/selecta-0.0.7.ebuild b/app-misc/selecta/selecta-0.0.7-r1.ebuild index 102d07f58dd5..014c6d49dd5b 100644 --- a/app-misc/selecta/selecta-0.0.7.ebuild +++ b/app-misc/selecta/selecta-0.0.7-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 -if [[ ${PV} == "9999" ]]; then +if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/garybernhardt/selecta" else @@ -16,11 +16,8 @@ HOMEPAGE="https://github.com/garybernhardt/selecta" LICENSE="MIT" SLOT="0" -IUSE="" -DEPEND="" -RDEPEND="${DEPEND} - >=dev-lang/ruby-1.9.3" +RDEPEND="dev-lang/ruby" src_install() { dobin selecta |