app-eselect/eselect-scala: Port to EAPI 8

Closes: https://bugs.gentoo.org/826446
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
Jakov Smolić
2021-11-29 19:59:48 +01:00
parent c5b82fe689
commit eaa7a5185e

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors # Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=5 EAPI=8
DESCRIPTION="Manages multiple Scala versions" DESCRIPTION="Manages multiple Scala versions"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
@@ -10,7 +10,6 @@ SRC_URI="https://dev.gentoo.org/~gienah/distfiles/${P}.tar.gz"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND=">=app-admin/eselect-1.0.2" RDEPEND=">=app-admin/eselect-1.0.2"