diff options
author | 2023-05-07 19:40:21 -0400 | |
---|---|---|
committer | 2023-05-07 19:41:00 -0400 | |
commit | dcbdf4facdf678473f69f9f7326985eaf091dc75 (patch) | |
tree | 2b0f98e8eb6cc4f5286ca0040a9708fc0f509d01 /x11-drivers | |
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')
-rw-r--r-- | x11-drivers/xf86-video-dummy/Manifest | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-video-dummy/xf86-video-dummy-0.4.1.ebuild | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-dummy/Manifest b/x11-drivers/xf86-video-dummy/Manifest index ef02c89c8772..1d3b7492b989 100644 --- a/x11-drivers/xf86-video-dummy/Manifest +++ b/x11-drivers/xf86-video-dummy/Manifest @@ -1 +1,2 @@ DIST xf86-video-dummy-0.4.0.tar.xz 258452 BLAKE2B 8364a705bac5bc0bf2767be30b23a67753cb9232a58819c5b3ea3fa91769049e38cb04a5504b34e4aa5978f45a17617b999541333e3a1ee66d30892f281d7cc8 SHA512 1150a84c4f17215b9c579d8ce9399d547a01970bf7b5396653f14beb13a62deefe3008bf3ad6a2c5c0f46da4cbc0b840c18a7dff339e3b882d108183fa1d30d9 +DIST xf86-video-dummy-0.4.1.tar.xz 262496 BLAKE2B a75a24f2e81713bdee9249d72df45877790c85fa3ba3d25214e46bd552f896df56d71bda8e68a389a93a0ee06c8e85b0a3ee5aaa8909d16125d406a5e04129e9 SHA512 ff7fd8b668e5e9f40a5d27f82599b7a455a8162fc1a247195335c17980f00ce10ae6b2c062239cbaa67d8684c86174f85b398dd7f7065d36f69294bd6f2469de 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" |