summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-10-19 20:03:25 +0200
committerTomas Chvatal <scarabeus@gentoo.org>2010-10-19 20:03:25 +0200
commit39365676d7c8f3fbd188d43625c94ca249dab13f (patch)
treeaf8c4ec359456aae6facdf48a291200c911c9585
parent[media-libs/mesa] Get rid of radeonhd videocard useflag. (diff)
downloadx11-39365676d7c8f3fbd188d43625c94ca249dab13f.tar.gz
x11-39365676d7c8f3fbd188d43625c94ca249dab13f.tar.bz2
x11-39365676d7c8f3fbd188d43625c94ca249dab13f.zip
[x11-libs/libICE] sync with main tree.
-rw-r--r--x11-libs/libICE/Manifest2
-rw-r--r--x11-libs/libICE/libICE-9999.ebuild14
2 files changed, 10 insertions, 6 deletions
diff --git a/x11-libs/libICE/Manifest b/x11-libs/libICE/Manifest
index 0f808399..d0a2771b 100644
--- a/x11-libs/libICE/Manifest
+++ b/x11-libs/libICE/Manifest
@@ -1 +1 @@
-EBUILD libICE-9999.ebuild 606 RMD160 2f8d8e65a1cd3da364d253724950320ec7a22418 SHA1 12b0e7c72a9762a5568067099497bbfa34562c4d SHA256 3624543c855042a4b7e53cc4bb4b4b5cfd1037cb2c35d7cafb4ed5574dc9943f
+EBUILD libICE-9999.ebuild 708 RMD160 9f13d19d7ff5eaf91d61d80d4af3ddf07bebb9b3 SHA1 01046f8cec407b2626dd38f6cb3ff40503ee11a8 SHA256 9a9e5da65adb0fc2cb7f45caef85aeeea9ccca95b711aa8df476d51940e10e4f
diff --git a/x11-libs/libICE/libICE-9999.ebuild b/x11-libs/libICE/libICE-9999.ebuild
index c5783ba5..786d516b 100644
--- a/x11-libs/libICE/libICE-9999.ebuild
+++ b/x11-libs/libICE/libICE-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -8,13 +8,17 @@ inherit xorg-2
DESCRIPTION="X.Org ICE library"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-IUSE="ipv6"
+IUSE="doc ipv6"
RDEPEND="x11-libs/xtrans
x11-proto/xproto"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ doc? ( app-text/xmlto )"
pkg_setup() {
- xorg-2_pkg_setup
- CONFIGURE_OPTIONS="$(use_enable ipv6)"
+ CONFIGURE_OPTIONS="$(use_enable ipv6)
+ $(use_enable doc docs)
+ $(use_enable doc specs)
+ $(use_with doc xmlto)
+ --without-fop"
}