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 5FCE6138334 for ; Fri, 27 Jul 2018 17:23:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B87D8E0822; Fri, 27 Jul 2018 17:23:02 +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 87ECEE0822 for ; Fri, 27 Jul 2018 17:23:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8D16A335CC6 for ; Fri, 27 Jul 2018 17:23:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FAA737D for ; Fri, 27 Jul 2018 17:22:59 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1532712169.472a64a8910a97986ce16e23ba9bc42746815b75.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/lirc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/lirc/lirc-0.10.1.ebuild X-VCS-Directories: app-misc/lirc/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 472a64a8910a97986ce16e23ba9bc42746815b75 X-VCS-Branch: master Date: Fri, 27 Jul 2018 17:22:59 +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: f5fc6c41-5cc3-4845-8cc7-fd09d373836a X-Archives-Hash: 91c65e3cdbc8fa5afa8e1abe80586f14 commit: 472a64a8910a97986ce16e23ba9bc42746815b75 Author: Craig Andrews gentoo org> AuthorDate: Fri Jul 27 17:22:09 2018 +0000 Commit: Craig Andrews gentoo org> CommitDate: Fri Jul 27 17:22:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=472a64a8 app-misc/lirc: Add dependency on dev-python/setuptools Closes: https://bugs.gentoo.org/642172 Package-Manager: Portage-2.3.43, Repoman-2.3.10 app-misc/lirc/lirc-0.10.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-misc/lirc/lirc-0.10.1.ebuild b/app-misc/lirc/lirc-0.10.1.ebuild index 2553dd192c8..089e859cb3e 100644 --- a/app-misc/lirc/lirc-0.10.1.ebuild +++ b/app-misc/lirc/lirc-0.10.1.ebuild @@ -52,6 +52,7 @@ COMMON_DEPEND=" DEPEND=" ${COMMON_DEPEND} dev-libs/libxslt + dev-python/setuptools[${PYTHON_USEDEP}] doc? ( app-doc/doxygen ) sys-apps/kmod sys-kernel/linux-headers