diff options
author | David Michael <fedora.dm0@gmail.com> | 2021-04-25 17:42:13 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-04-28 15:40:57 -0400 |
commit | 724f45fe2e79163e2b2f14d354768d9754013970 (patch) | |
tree | 28c3c1fc21a4943fd8d75cca66089facc3f7b441 /app-eselect | |
parent | app-eselect/eselect-notify-send: EAPI 7 (diff) | |
download | gentoo-724f45fe2e79163e2b2f14d354768d9754013970.tar.gz gentoo-724f45fe2e79163e2b2f14d354768d9754013970.tar.bz2 gentoo-724f45fe2e79163e2b2f14d354768d9754013970.zip |
app-eselect/eselect-xvmc: EAPI 7
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/20543
Diffstat (limited to 'app-eselect')
-rw-r--r-- | app-eselect/eselect-xvmc/eselect-xvmc-0.4.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app-eselect/eselect-xvmc/eselect-xvmc-0.4.ebuild b/app-eselect/eselect-xvmc/eselect-xvmc-0.4.ebuild index 074886319d91..bd544c46bed5 100644 --- a/app-eselect/eselect-xvmc/eselect-xvmc-0.4.ebuild +++ b/app-eselect/eselect-xvmc/eselect-xvmc-0.4.ebuild @@ -1,21 +1,18 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Manages XvMC implementations" HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -SRC_URI="" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -IUSE="" -DEPEND="" RDEPEND="app-admin/eselect" -S="${FILESDIR}" +S="${WORKDIR}" src_install() { insinto /usr/share/eselect/modules |