diff options
author | pini <pini@tuxfamily.org> | 2018-10-03 08:26:12 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-10-24 15:27:36 +0200 |
commit | 1fec4a8053339c8b7d712098f25dc74d5024e429 (patch) | |
tree | ab5cfd27c2117185d53aee2473bde0e1f87c9ebd /x11-wm/i3 | |
parent | net-firewall/iptables: Fixed build with USE="-nftables" (diff) | |
download | gentoo-1fec4a8053339c8b7d712098f25dc74d5024e429.tar.gz gentoo-1fec4a8053339c8b7d712098f25dc74d5024e429.tar.bz2 gentoo-1fec4a8053339c8b7d712098f25dc74d5024e429.zip |
x11-vm/i3: remove doc conditional in 4.15
Signed-off-by: pini <pini@tuxfamily.org>
Closes: https://github.com/gentoo/gentoo/pull/10051
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'x11-wm/i3')
-rw-r--r-- | x11-wm/i3/i3-4.15.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-wm/i3/i3-4.15.ebuild b/x11-wm/i3/i3-4.15.ebuild index 350a31d97589..0bd559fa4aec 100644 --- a/x11-wm/i3/i3-4.15.ebuild +++ b/x11-wm/i3/i3-4.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -31,8 +31,6 @@ CDEPEND="dev-libs/libev >=x11-libs/cairo-1.14.4[X,xcb] >=x11-libs/pango-1.30.0[X]" DEPEND="${CDEPEND} - app-text/asciidoc - doc? ( app-text/xmlto dev-lang/perl ) test? ( dev-perl/AnyEvent >=dev-perl/X11-XCB-0.120.0 |