# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 XORG_PACKAGE_NAME="lib${PN}" # this package just installs some .c and .h files, no libraries XORG_STATIC=no XORG_DOC=doc inherit xorg-2 DESCRIPTION="X.Org xtrans library" KEYWORDS="amd64 x86" IUSE="" RDEPEND="" DEPEND="${RDEPEND}" pkg_setup() { XORG_CONFIGURE_OPTIONS=( $(use_enable doc docs) $(use_with doc xmlto) --without-fop ) }