commit: 724f45fe2e79163e2b2f14d354768d9754013970 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com> AuthorDate: Sun Apr 25 21:42:13 2021 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Wed Apr 28 19:40:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724f45fe
app-eselect/eselect-xvmc: EAPI 7 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com> Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/20543 app-eselect/eselect-xvmc/eselect-xvmc-0.4.ebuild | 7 ++----- 1 file 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 074886319d9..bd544c46bed 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
