summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2019-12-16 10:39:33 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2019-12-16 11:26:16 +0100
commit8d970c3e1e2303d6a251f9a05aae797385eae153 (patch)
tree3e8569165c97423f5c9b543834851c4cfe90d9d4
parentdev-python/pygments: Use https (diff)
downloadgentoo-8d970c3e1e2303d6a251f9a05aae797385eae153.tar.gz
gentoo-8d970c3e1e2303d6a251f9a05aae797385eae153.tar.bz2
gentoo-8d970c3e1e2303d6a251f9a05aae797385eae153.zip
x11-misc/picom: add local description and enable by default USE=doc
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>
-rw-r--r--x11-misc/picom/metadata.xml1
-rw-r--r--x11-misc/picom/picom-7.5.ebuild2
-rw-r--r--x11-misc/picom/picom-9999.ebuild2
3 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/picom/metadata.xml b/x11-misc/picom/metadata.xml
index 1cda4a2c157c..4cd1bd6f8bcb 100644
--- a/x11-misc/picom/metadata.xml
+++ b/x11-misc/picom/metadata.xml
@@ -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>
diff --git a/x11-misc/picom/picom-7.5.ebuild b/x11-misc/picom/picom-7.5.ebuild
index 5c07720ed5f7..e65767f61e79 100644
--- a/x11-misc/picom/picom-7.5.ebuild
+++ b/x11-misc/picom/picom-7.5.ebuild
@@ -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}"
diff --git a/x11-misc/picom/picom-9999.ebuild b/x11-misc/picom/picom-9999.ebuild
index 2141a6126a2d..4199214e6c56 100644
--- a/x11-misc/picom/picom-9999.ebuild
+++ b/x11-misc/picom/picom-9999.ebuild
@@ -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