commit:     b4380da432e0da79850700d44e08ac983cc0f8d6
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 18:08:49 2017 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 18:09:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4380da4

x11-libs/libICE: Require libbsd unconditionally.

Bug: https://bugs.gentoo.org/540742

 x11-libs/libICE/libICE-1.0.9-r1.ebuild | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/x11-libs/libICE/libICE-1.0.9-r1.ebuild 
b/x11-libs/libICE/libICE-1.0.9-r1.ebuild
new file mode 100644
index 00000000..2621d20
--- /dev/null
+++ b/x11-libs/libICE/libICE-1.0.9-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+XORG_DOC=doc
+XORG_MULTILIB=yes
+inherit xorg-2
+
+DESCRIPTION="X.Org Inter-Client Exchange library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux 
~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris 
~x86-winnt"
+IUSE="ipv6"
+
+RDEPEND="dev-libs/libbsd
+       x11-libs/xtrans
+       >=x11-proto/xproto-7.0.24[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+       xorg-2_pkg_setup
+
+       XORG_CONFIGURE_OPTIONS=(
+               $(use_enable ipv6)
+               $(use_enable doc docs)
+               $(use_enable doc specs)
+               $(use_with doc xmlto)
+               --without-fop
+       )
+}

Reply via email to