x11-misc/picom: add local description and enable by default USE=doc
authorBernard Cafarelli <voyageur@gentoo.org>
Mon, 16 Dec 2019 09:39:33 +0000 (10:39 +0100)
committerBernard Cafarelli <voyageur@gentoo.org>
Mon, 16 Dec 2019 10:26:16 +0000 (11:26 +0100)
The flag controls doc and man pages build at same time, detail this and
enable so users get man pages

Closes: https://bugs.gentoo.org/702940
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
x11-misc/picom/metadata.xml
x11-misc/picom/picom-7.5.ebuild
x11-misc/picom/picom-9999.ebuild

index 1cda4a2c157cba49c6e3693bde15f6f3c4522de1..4cd1bd6f8bcb0dabf36af1d87f72d571c42f5737 100644 (file)
@@ -7,6 +7,7 @@
        </maintainer>
        <use>
                <flag name="config-file">Enable config file support</flag>
+               <flag name="doc">Build documentation and man pages (requires <pkg>app-text/asciidoc</pkg>)</flag>
                <flag name="drm">Enable support for using drm for vsync</flag>
                <flag name="opengl">Enable features that require opengl (opengl backend, and opengl vsync methods)</flag>
        </use>
index 5c07720ed5f70fdee8baceb52b95ff7134282a31..e65767f61e79fc98ad1c0bd1dc87cb132f222731 100644 (file)
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/yshui/picom/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 LICENSE="MPL-2.0 MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+config-file dbus doc +drm opengl pcre"
+IUSE="+config-file dbus +doc +drm opengl pcre"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
index 2141a6126a2d17d04da756acfbd42ca9b40948f4..4199214e6c561d3658be5a7d7058b18c8203e1ed 100644 (file)
@@ -12,7 +12,7 @@ EGIT_REPO_URI="https://github.com/yshui/picom.git"
 LICENSE="MPL-2.0 MIT"
 SLOT="0"
 KEYWORDS=""
-IUSE="+config-file dbus doc +drm opengl pcre"
+IUSE="+config-file dbus +doc +drm opengl pcre"
 
 RDEPEND="dev-libs/libev
        dev-libs/uthash