diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-12-04 18:55:25 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-12-04 18:55:25 -0500 |
commit | 715062deedf492084f37e5caa9e4d46cede2e573 (patch) | |
tree | 5e3bdd85a01f5e31fd1600e798f30076ac5efff0 /x11-libs | |
parent | x11-libs/libXv: Version bump to 1.0.12 (diff) | |
download | gentoo-715062deedf492084f37e5caa9e4d46cede2e573.tar.gz gentoo-715062deedf492084f37e5caa9e4d46cede2e573.tar.bz2 gentoo-715062deedf492084f37e5caa9e4d46cede2e573.zip |
x11-libs/libXxf86dga: Version bump to 1.1.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXxf86dga/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXxf86dga/libXxf86dga-1.1.6.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-libs/libXxf86dga/Manifest b/x11-libs/libXxf86dga/Manifest index 224a62d1967b..8d5598148490 100644 --- a/x11-libs/libXxf86dga/Manifest +++ b/x11-libs/libXxf86dga/Manifest @@ -1 +1,2 @@ DIST libXxf86dga-1.1.5.tar.bz2 301685 BLAKE2B 8c70299e52cd2f34b4dbfa0d56707df20f7b368ab92321cf9e8c0fe15402a3b4e1b8eb62d0e53fd3321e95521bb4f35479493e412710a74779ac98ffaef966bd SHA512 0e77c4003aeba737b10c17d55aeefa935fc57c4ba9e8f79a834f3f8c690d6a1d98f69ad707eded784346c1cf40c41829719d257283b5eae3207147fb4c79ed89 +DIST libXxf86dga-1.1.6.tar.xz 267760 BLAKE2B cd571cd05f205ea770335e1d12f0051f85d786317d051cb22d0dfbaf105f2e6e2df36d50c2113b525fb7ab16a9f3c1262b5fdab864570f81f7318bc5019201ae SHA512 61f7954471df63840ffb5e82347018e285d30d64d4d0a97770ca031c8554a0f52d1b007ab8342a283cd2f0d534f564fb59f57ec92515714f20a7d145912c65d9 diff --git a/x11-libs/libXxf86dga/libXxf86dga-1.1.6.ebuild b/x11-libs/libXxf86dga/libXxf86dga-1.1.6.ebuild new file mode 100644 index 000000000000..f12d516ac09c --- /dev/null +++ b/x11-libs/libXxf86dga/libXxf86dga-1.1.6.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_MULTILIB=yes +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="X.Org Xxf86dga library" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" +IUSE="doc" + +RDEPEND=" + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |