diff options
author | David Michael <fedora.dm0@gmail.com> | 2020-11-07 11:38:00 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-11-07 20:29:06 -0500 |
commit | 24ccaec2d5900fe2425c987f4097a84e2928b4a7 (patch) | |
tree | ab463d1cf9ba19e2762be2e4294dfe665ad2bd8a /x11-libs/libXtst/libXtst-1.2.3-r2.ebuild | |
parent | x11-themes/gentoo-artwork-livecd: Move to releng@ maintainership (diff) | |
download | gentoo-24ccaec2d5900fe2425c987f4097a84e2928b4a7.tar.gz gentoo-24ccaec2d5900fe2425c987f4097a84e2928b4a7.tar.bz2 gentoo-24ccaec2d5900fe2425c987f4097a84e2928b4a7.zip |
x11-libs/libXtst: EAPI 7
Closes: https://github.com/gentoo/gentoo/pull/18175
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libXtst/libXtst-1.2.3-r2.ebuild')
-rw-r--r-- | x11-libs/libXtst/libXtst-1.2.3-r2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/x11-libs/libXtst/libXtst-1.2.3-r2.ebuild b/x11-libs/libXtst/libXtst-1.2.3-r2.ebuild new file mode 100644 index 000000000000..0488094a9e1e --- /dev/null +++ b/x11-libs/libXtst/libXtst-1.2.3-r2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +XORG_DOC=doc +XORG_MULTILIB=yes +inherit xorg-3 + +DESCRIPTION="X.Org Xlib-based client API for the XTEST & RECORD extensions library" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" + +RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] + >=x11-libs/libXi-1.7.2[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |