diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-06-19 12:49:36 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-06-19 12:52:47 -0400 |
commit | 1ba8135184c6c3a72b5932463cebcc9a24e4ec85 (patch) | |
tree | f972ad75e1e027b3a1401d72fe938de7335c74e9 /x11-libs/libXi/libXi-1.7.10.ebuild | |
parent | media-libs/mesa: Port to EAPI=7 (diff) | |
download | gentoo-1ba8135184c6c3a72b5932463cebcc9a24e4ec85.tar.gz gentoo-1ba8135184c6c3a72b5932463cebcc9a24e4ec85.tar.bz2 gentoo-1ba8135184c6c3a72b5932463cebcc9a24e4ec85.zip |
x11-libs/libXi: Version bump to 1.7.10
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libXi/libXi-1.7.10.ebuild')
-rw-r--r-- | x11-libs/libXi/libXi-1.7.10.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-libs/libXi/libXi-1.7.10.ebuild b/x11-libs/libXi/libXi-1.7.10.ebuild new file mode 100644 index 000000000000..30970c5860ba --- /dev/null +++ b/x11-libs/libXi/libXi-1.7.10.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 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 Xi library" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND=" + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] + >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable doc specs) + $(use_with doc xmlto) + $(use_with doc asciidoc) + --without-fop + ) +} |