diff options
author | Johannes Huber <johu@gentoo.org> | 2019-06-22 13:02:31 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2019-06-22 13:02:56 +0200 |
commit | 11a263049a58b694328ef427b9ba648c31f25ef0 (patch) | |
tree | a64b644204dc85c3bbc1a30e8bb28a3360c3f016 /x11-wm | |
parent | x11-wm/i3-gaps: Install man pages (diff) | |
download | gentoo-11a263049a58b694328ef427b9ba648c31f25ef0.tar.gz gentoo-11a263049a58b694328ef427b9ba648c31f25ef0.tar.bz2 gentoo-11a263049a58b694328ef427b9ba648c31f25ef0.zip |
x11-wm/i3-gaps: Install documentation
Package-Manager: Portage-2.3.67, Repoman-2.3.15
Signed-off-by: Johannes Huber <johu@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/i3-gaps/i3-gaps-4.16.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/i3-gaps/i3-gaps-4.16.1-r1.ebuild b/x11-wm/i3-gaps/i3-gaps-4.16.1-r1.ebuild index 2d8654ca3aa7..0f5113ed0c6a 100644 --- a/x11-wm/i3-gaps/i3-gaps-4.16.1-r1.ebuild +++ b/x11-wm/i3-gaps/i3-gaps-4.16.1-r1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/Airblader/i3/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" +IUSE="doc" DEPEND=" dev-libs/glib:2 @@ -61,9 +61,9 @@ src_prepare() { my_src_configure() { # disable sanitizer: otherwise injects -O0 -g local myeconfargs=( + $(use_enable doc docs) --enable-debug=no --enable-mans - --disable-docs --disable-sanitizers ) econf "${myeconfargs[@]}" |