summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2015-02-23 01:55:21 +0000
committerMatt Turner <mattst88@gentoo.org>2015-02-23 01:55:21 +0000
commita03b1e6b128cd6ffec06fc36955d8c93ce10e39f (patch)
tree8423f9cb22fc8a7668977d77eb6abf9426c235fa /x11-libs/libxcb
parentDepend on dev-libs/check for tests, bug 484054. (diff)
downloadgentoo-2-a03b1e6b128cd6ffec06fc36955d8c93ce10e39f.tar.gz
gentoo-2-a03b1e6b128cd6ffec06fc36955d8c93ce10e39f.tar.bz2
gentoo-2-a03b1e6b128cd6ffec06fc36955d8c93ce10e39f.zip
Add docs USE flag and add proper dependency, bug 534122.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'x11-libs/libxcb')
-rw-r--r--x11-libs/libxcb/ChangeLog5
-rw-r--r--x11-libs/libxcb/libxcb-1.11-r1.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-libs/libxcb/ChangeLog b/x11-libs/libxcb/ChangeLog
index 948583f7dfd3..694b1699abc6 100644
--- a/x11-libs/libxcb/ChangeLog
+++ b/x11-libs/libxcb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/libxcb
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.154 2015/02/23 01:36:47 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.155 2015/02/23 01:55:21 mattst88 Exp $
+
+ 23 Feb 2015; Matt Turner <mattst88@gentoo.org> libxcb-1.11-r1.ebuild:
+ Add docs USE flag and add proper dependency, bug 534122.
23 Feb 2015; Matt Turner <mattst88@gentoo.org> libxcb-1.11-r1.ebuild:
Depend on dev-libs/check for tests, bug 484054.
diff --git a/x11-libs/libxcb/libxcb-1.11-r1.ebuild b/x11-libs/libxcb/libxcb-1.11-r1.ebuild
index db2942dc30d5..ebbc90fc8ddf 100644
--- a/x11-libs/libxcb/libxcb-1.11-r1.ebuild
+++ b/x11-libs/libxcb/libxcb-1.11-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.11-r1.ebuild,v 1.7 2015/02/23 01:36:47 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.11-r1.ebuild,v 1.8 2015/02/23 01:55:21 mattst88 Exp $
EAPI=5
@@ -19,7 +19,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}]
@@ -28,6 +28,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 \
@@ -48,7 +49,7 @@ PATCHES=(
src_configure() {
XORG_CONFIGURE_OPTIONS=(
- $(use_enable doc build-docs)
+ $(use_enable doc devel-docs)
$(use_enable selinux)
$(use_enable xkb)
--enable-xinput