mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
app-eselect/eselect-lua: EAPI 7 -> 9
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=9
|
||||
|
||||
DESCRIPTION="Lua eselect module"
|
||||
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
|
||||
S=${WORKDIR}
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="app-admin/eselect
|
||||
!dev-lang/lua:0"
|
||||
|
||||
S="${WORKDIR}"
|
||||
RDEPEND="
|
||||
app-admin/eselect
|
||||
!dev-lang/lua:0
|
||||
"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/eselect/modules/
|
||||
Reference in New Issue
Block a user