From 0f3e297cbb65b2223e34da85208821ac31ab6c78 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Fri, 19 Mar 2021 23:39:22 +0100 Subject: x11-drivers/xf86-video-ast: Port to EAPI 7 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: David Seifert --- x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'x11-drivers') diff --git a/x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5.ebuild b/x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5.ebuild index cd4ac3b9a303..4093c3e7fd2a 100644 --- a/x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5.ebuild +++ b/x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -inherit xorg-2 +inherit xorg-3 DESCRIPTION="X.Org driver for ASpeedTech cards" -KEYWORDS="amd64 ~ppc ~ppc64 x86" + LICENSE="MIT" -IUSE="" +KEYWORDS="amd64 ~ppc ~ppc64 x86" -- cgit v1.2.3-65-gdbad