diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-05-07 19:40:21 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-05-07 19:41:00 -0400 |
commit | dcbdf4facdf678473f69f9f7326985eaf091dc75 (patch) | |
tree | 2b0f98e8eb6cc4f5286ca0040a9708fc0f509d01 /x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.1.ebuild | |
parent | dev-perl/Net-SSH-AuthorizedKeysFile: revbump with improved patch for more key... (diff) | |
download | gentoo-dcbdf4facdf678473f69f9f7326985eaf091dc75.tar.gz gentoo-dcbdf4facdf678473f69f9f7326985eaf091dc75.tar.bz2 gentoo-dcbdf4facdf678473f69f9f7326985eaf091dc75.zip |
x11-drivers/xf86-video-dummy: Version bump to 0.4.1
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.1.ebuild')
-rw-r--r-- | x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.1.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.1.ebuild b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.1.ebuild new file mode 100644 index 000000000000..c5cf1934d394 --- /dev/null +++ b/x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.1.ebuild @@ -0,0 +1,13 @@ +# 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="X.Org driver for dummy cards" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND="" +DEPEND="x11-base/xorg-proto" |