From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0A2FF138334 for ; Wed, 24 Oct 2018 13:27:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDAC9E096E; Wed, 24 Oct 2018 13:27:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBA9CE096E for ; Wed, 24 Oct 2018 13:27:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89956335CB7 for ; Wed, 24 Oct 2018 13:27:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 096D33F1 for ; Wed, 24 Oct 2018 13:27:48 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1540387656.1fec4a8053339c8b7d712098f25dc74d5024e429.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/i3/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/i3/i3-4.15.ebuild X-VCS-Directories: x11-wm/i3/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 1fec4a8053339c8b7d712098f25dc74d5024e429 X-VCS-Branch: master Date: Wed, 24 Oct 2018 13:27:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 46b2ace7-6a65-43af-b303-03a7ee6af04c X-Archives-Hash: 26f5434989ef306fa70cb20b40e3a647 commit: 1fec4a8053339c8b7d712098f25dc74d5024e429 Author: pini tuxfamily org> AuthorDate: Wed Oct 3 06:26:12 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Oct 24 13:27:36 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fec4a80 x11-vm/i3: remove doc conditional in 4.15 Signed-off-by: pini tuxfamily.org> Closes: https://github.com/gentoo/gentoo/pull/10051 Signed-off-by: Lars Wendler gentoo.org> x11-wm/i3/i3-4.15.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x11-wm/i3/i3-4.15.ebuild b/x11-wm/i3/i3-4.15.ebuild index 350a31d9758..0bd559fa4ae 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