diff options
author | David Seifert <soap@gentoo.org> | 2021-03-19 23:39:22 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-03-19 23:39:22 +0100 |
commit | 0f3e297cbb65b2223e34da85208821ac31ab6c78 (patch) | |
tree | c9fa595bbcb60618642d7fd4f9d3d01b89f18393 /x11-drivers | |
parent | x11-drivers/xf86-input-void: Port to EAPI 7 (diff) | |
download | gentoo-0f3e297cbb65b2223e34da85208821ac31ab6c78.tar.gz gentoo-0f3e297cbb65b2223e34da85208821ac31ab6c78.tar.bz2 gentoo-0f3e297cbb65b2223e34da85208821ac31ab6c78.zip |
x11-drivers/xf86-video-ast: Port to EAPI 7
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ast/xf86-video-ast-1.1.5.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
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" |