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 2A0B0138334 for ; Sat, 13 Oct 2018 21:23:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2A1AE08EB; Sat, 13 Oct 2018 21:23:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BBFA2E08EB for ; Sat, 13 Oct 2018 21:23:54 +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 2BB74335C5B for ; Sat, 13 Oct 2018 21:23:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C842242A for ; Sat, 13 Oct 2018 21:23:44 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1539465801.fbbaa056d7a1371412cce13872085349f517f940.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libinput/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libinput/libinput-1.12.0.ebuild dev-libs/libinput/libinput-1.12.1.ebuild X-VCS-Directories: dev-libs/libinput/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: fbbaa056d7a1371412cce13872085349f517f940 X-VCS-Branch: master Date: Sat, 13 Oct 2018 21:23:44 +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: d6201ee2-1744-4f2e-86dc-4aed1f333a65 X-Archives-Hash: e9f37347c10bb3dd713fb50306d9c878 commit: fbbaa056d7a1371412cce13872085349f517f940 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Oct 13 21:23:21 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Oct 13 21:23:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbbaa056 dev-libs/libinput: Add dev-python/sphinx for docs building Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 dev-libs/libinput/libinput-1.12.0.ebuild | 3 ++- dev-libs/libinput/libinput-1.12.1.ebuild | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-libs/libinput/libinput-1.12.0.ebuild b/dev-libs/libinput/libinput-1.12.0.ebuild index e26ac3c3c0f..c19ff354838 100644 --- a/dev-libs/libinput/libinput-1.12.0.ebuild +++ b/dev-libs/libinput/libinput-1.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -26,6 +26,7 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/pkgconfig doc? ( + dev-python/sphinx >=app-doc/doxygen-1.8.3 >=media-gfx/graphviz-2.38.0 ) diff --git a/dev-libs/libinput/libinput-1.12.1.ebuild b/dev-libs/libinput/libinput-1.12.1.ebuild index e4f4f74efb7..c19ff354838 100644 --- a/dev-libs/libinput/libinput-1.12.1.ebuild +++ b/dev-libs/libinput/libinput-1.12.1.ebuild @@ -26,6 +26,7 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/pkgconfig doc? ( + dev-python/sphinx >=app-doc/doxygen-1.8.3 >=media-gfx/graphviz-2.38.0 )