blob: 6d3eb4f93c17e95880e8a55a79a82f33ba9de6b6 [file] [log] [blame]
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/libICE/libICE-1.0.7.ebuild,v 1.10 2011/06/22 18:24:07 grobian Exp $
EAPI=3
inherit xorg-2
DESCRIPTION="X.Org ICE library"
KEYWORDS="*"
IUSE="doc ipv6"
RDEPEND="x11-libs/xtrans
x11-proto/xproto"
DEPEND="${RDEPEND}
doc? ( app-text/xmlto )"
pkg_setup() {
xorg-2_pkg_setup
CONFIGURE_OPTIONS="$(use_enable ipv6)
$(use_enable doc docs)
$(use_enable doc specs)
$(use_with doc xmlto)
--without-fop"
}