Diff xf86-video-siliconmotion-1.7.9 with a xf86-video-siliconmotion-1.7.10

/usr/portage/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.10.ebuild 2023-10-09 14:52:35.916368512 +0300
1
# Copyright 1999-2021 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5
XORG_TARBALL_SUFFIX="xz"
5 6

  
6 7
inherit xorg-3
7 8

  
8 9
DESCRIPTION="Silicon Motion video driver"
9 10

  
10
KEYWORDS="amd64 ~mips x86"
11

  
12
RDEPEND="x11-base/xorg-server"
13
DEPEND="${RDEPEND}"
11
KEYWORDS="~amd64 ~mips ~x86"
Thank you!