From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E05E8138A87 for ; Mon, 23 Feb 2015 01:57:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91B5BE0891; Mon, 23 Feb 2015 01:57:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CBE4E0891 for ; Mon, 23 Feb 2015 01:57:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33846340A7A for ; Mon, 23 Feb 2015 01:57:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A88E512590 for ; Mon, 23 Feb 2015 01:57:17 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1424656603.60b750af3f3d3895f2cc32424f4d873fd6cbacff.mattst88@gentoo> Subject: [gentoo-commits] proj/x11:master commit in: x11-libs/libxcb/ X-VCS-Repository: proj/x11 X-VCS-Files: x11-libs/libxcb/libxcb-9999.ebuild X-VCS-Directories: x11-libs/libxcb/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 60b750af3f3d3895f2cc32424f4d873fd6cbacff X-VCS-Branch: master Date: Mon, 23 Feb 2015 01:57:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8d0eec05-e37a-40a2-81c7-c09ebbbfa6de X-Archives-Hash: a12ab881fd5c782b508aa7a1f82d864e commit: 60b750af3f3d3895f2cc32424f4d873fd6cbacff Author: Matt Turner gmail com> AuthorDate: Mon Feb 23 01:56:43 2015 +0000 Commit: Matt Turner gentoo 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