diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-25 09:44:25 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-25 09:45:58 -0400 |
commit | cdfa41d614f6c9b41435d8e02889ae0454a40204 (patch) | |
tree | ecc2e94c370eaaba9fd87fda876b355468f47e96 /x11-libs | |
parent | x11-base/xwayland: Version bump to 22.1.4 (diff) | |
download | gentoo-cdfa41d614f6c9b41435d8e02889ae0454a40204.tar.gz gentoo-cdfa41d614f6c9b41435d8e02889ae0454a40204.tar.bz2 gentoo-cdfa41d614f6c9b41435d8e02889ae0454a40204.zip |
x11-libs/libXrender: Version bump to 0.9.11
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libXrender/Manifest | 1 | ||||
-rw-r--r-- | x11-libs/libXrender/libXrender-0.9.11.ebuild | 17 |
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-libs/libXrender/Manifest b/x11-libs/libXrender/Manifest index 90b620b7a259..b330f05e63c2 100644 --- a/x11-libs/libXrender/Manifest +++ b/x11-libs/libXrender/Manifest @@ -1 +1,2 @@ DIST libXrender-0.9.10.tar.bz2 308318 BLAKE2B c9e250e16118a4878e7439fdb37549596abfd6a17f50e4e88242579fc285d0ef5b0c8d5d0fb592c7dbcd6e77c5fb284e6644e4edf9b12118cbfc0f179e274313 SHA512 16ea0cf638b32d7df54b270457ef8c9d9a80da27fa845b105b560cb31027b4c7fe799cf23d6b6bac492be5961264e96d7845d316a9af4de9ff38bf40885ea6fe +DIST libXrender-0.9.11.tar.xz 302900 BLAKE2B b603118a02bc0bd64a98ac9820e6fd46a0613441b630d10aa8955c3a5e364c283f3d7323f7cd64e6c3a4c599409ae9d7c847751edc3250946342008abb66a015 SHA512 2327cc1b530382d81df29b8d579f801f1f990202107cc84506986bcf5d15010d414e9418987b200e3f222d188afce46f0d7754febcdca62a5fc1e541b3bb82de diff --git a/x11-libs/libXrender/libXrender-0.9.11.ebuild b/x11-libs/libXrender/libXrender-0.9.11.ebuild new file mode 100644 index 000000000000..8b3adb71de24 --- /dev/null +++ b/x11-libs/libXrender/libXrender-0.9.11.ebuild @@ -0,0 +1,17 @@ +# 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 Xrender library" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" + +RDEPEND=" + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |