commit:     60b750af3f3d3895f2cc32424f4d873fd6cbacff
Author:     Matt Turner <mattst88 <AT> gmail <DOT> com>
AuthorDate: Mon Feb 23 01:56:43 2015 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Feb 23 01:56:43 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=60b750af

x11-libs/libxcb: Add doc USE flag.

Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=534122

---
 x11-libs/libxcb/libxcb-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/x11-libs/libxcb/libxcb-9999.ebuild 
b/x11-libs/libxcb/libxcb-9999.ebuild
index 091dd95..a7a57d3 100644
--- a/x11-libs/libxcb/libxcb-9999.ebuild
+++ b/x11-libs/libxcb/libxcb-9999.ebuild
@@ -18,7 +18,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/libxcb"
        SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2";
 
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh 
~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux 
~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="selinux test xkb"
+IUSE="doc selinux test xkb"
 SLOT="0/${PV}"
 
 RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1[${MULTILIB_USEDEP}]
@@ -27,6 +27,7 @@ 
RDEPEND=">=dev-libs/libpthread-stubs-0.3-r1[${MULTILIB_USEDEP}]
 # Note: ${PYTHON_USEDEP} needs to go verbatim
 DEPEND="${RDEPEND}
        test? ( dev-libs/check[${MULTILIB_USEDEP}] )
+       doc? ( app-doc/doxygen[dot] )
        dev-libs/libxslt
        ${PYTHON_DEPS}
        $(python_gen_any_dep \
@@ -42,7 +43,7 @@ pkg_setup() {
 
 src_configure() {
        XORG_CONFIGURE_OPTIONS=(
-               $(use_enable doc build-docs)
+               $(use_enable doc devel-docs)
                $(use_enable selinux)
                $(use_enable xkb)
                --enable-xinput

Reply via email to