commit: 8d970c3e1e2303d6a251f9a05aae797385eae153 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> AuthorDate: Mon Dec 16 09:39:33 2019 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Mon Dec 16 10:26:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d970c3e
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 <AT> gentoo.org> x11-misc/picom/metadata.xml | 1 + x11-misc/picom/picom-7.5.ebuild | 2 +- x11-misc/picom/picom-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-misc/picom/metadata.xml b/x11-misc/picom/metadata.xml index 1cda4a2c157..4cd1bd6f8bc 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 5c07720ed5f..e65767f61e7 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 2141a6126a2..4199214e6c5 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
