commit: 24ccaec2d5900fe2425c987f4097a84e2928b4a7 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com> AuthorDate: Sat Nov 7 16:38:00 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Nov 8 01:29:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ccaec2
x11-libs/libXtst: EAPI 7 Closes: https://github.com/gentoo/gentoo/pull/18175 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> x11-libs/libXtst/libXtst-1.2.3-r2.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 00000000000..0488094a9e1 --- /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"
