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 0651C138334 for ; Tue, 16 Oct 2018 08:44:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE30DE08A6; Tue, 16 Oct 2018 08:44:01 +0000 (UTC) Received: from smtp.gentoo.org (unknown [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 A056AE08A6 for ; Tue, 16 Oct 2018 08:44:01 +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 EF37F335CCC for ; Tue, 16 Oct 2018 08:43:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39884391 for ; Tue, 16 Oct 2018 08:43:37 +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: <1539679409.7ff3efbd82f058751a17193b6b7f40ecbbd22cf3.polynomial-c@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.1-r1.ebuild X-VCS-Directories: dev-libs/libinput/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7ff3efbd82f058751a17193b6b7f40ecbbd22cf3 X-VCS-Branch: master Date: Tue, 16 Oct 2018 08:43:37 +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: 03166c45-74ff-4101-9ef6-a51776680d4f X-Archives-Hash: ff3cd622daea927292b89283cdb04f38 commit: 7ff3efbd82f058751a17193b6b7f40ecbbd22cf3 Author: Lars Wendler gentoo org> AuthorDate: Tue Oct 16 08:43:29 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Oct 16 08:43:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ff3efbd dev-libs/libinput: Added anoter USE="doc" dep. Signed-off-by: Lars Wendler gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-libs/libinput/libinput-1.12.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/libinput/libinput-1.12.1-r1.ebuild b/dev-libs/libinput/libinput-1.12.1-r1.ebuild index 35d61bb2738..6da9ac2bd8d 100644 --- a/dev-libs/libinput/libinput-1.12.1-r1.ebuild +++ b/dev-libs/libinput/libinput-1.12.1-r1.ebuild @@ -26,6 +26,7 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/pkgconfig doc? ( + dev-python/CommonMark dev-python/recommonmark dev-python/sphinx >=app-doc/doxygen-1.8.3