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/libXrender/libXrender-0.9.11.ebuild | |
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/libXrender/libXrender-0.9.11.ebuild')
-rw-r--r-- | x11-libs/libXrender/libXrender-0.9.11.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
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" |