diff options
author | 2019-03-16 12:42:14 -0700 | |
---|---|---|
committer | 2019-03-16 13:01:07 -0700 | |
commit | a44e40ad87934ce8d25bf3c14b75074aa59e3c4f (patch) | |
tree | 7598c8e16020d8e2ad22804c831a2f62edf2f575 /x11-libs/libXmu/libXmu-1.1.3.ebuild | |
parent | x11-libs/libxkbfile: Version bump to 1.1.0 (diff) | |
download | gentoo-a44e40ad87934ce8d25bf3c14b75074aa59e3c4f.tar.gz gentoo-a44e40ad87934ce8d25bf3c14b75074aa59e3c4f.tar.bz2 gentoo-a44e40ad87934ce8d25bf3c14b75074aa59e3c4f.zip |
x11-libs/libXmu: Version bump to 1.1.3
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libXmu/libXmu-1.1.3.ebuild')
-rw-r--r-- | x11-libs/libXmu/libXmu-1.1.3.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-libs/libXmu/libXmu-1.1.3.ebuild b/x11-libs/libXmu/libXmu-1.1.3.ebuild new file mode 100644 index 000000000000..8879951ab2d9 --- /dev/null +++ b/x11-libs/libXmu/libXmu-1.1.3.ebuild @@ -0,0 +1,29 @@ +# 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 Xmu library" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="ipv6" + +RDEPEND=" + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] + >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +pkg_setup() { + XORG_CONFIGURE_OPTIONS=( + $(use_enable ipv6) + $(use_enable doc docs) + $(use_with doc xmlto) + --without-fop + ) +} |