blob: a3b12ab64241f6d0a4b3aa8fa900f1475bf60b48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
XORG_TARBALL_SUFFIX="xz"
inherit xorg-3
DESCRIPTION="Silicon Motion video driver"
KEYWORDS="amd64 ~mips x86"
|