diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2019-12-16 10:39:33 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2019-12-16 11:26:16 +0100 |
commit | 8d970c3e1e2303d6a251f9a05aae797385eae153 (patch) | |
tree | 3e8569165c97423f5c9b543834851c4cfe90d9d4 /x11-misc/picom/picom-9999.ebuild | |
parent | dev-python/pygments: Use https (diff) | |
download | gentoo-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>
Diffstat (limited to 'x11-misc/picom/picom-9999.ebuild')
-rw-r--r-- | x11-misc/picom/picom-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |