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 AFE5A138334 for ; Mon, 30 Jul 2018 18:48:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 526E7E07D8; Mon, 30 Jul 2018 18:48:01 +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 22C49E07D8 for ; Mon, 30 Jul 2018 18:48:00 +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 1F3C3335C0C for ; Mon, 30 Jul 2018 18:47:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01A99385 for ; Mon, 30 Jul 2018 18:47:56 +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: <1532976466.77786ac8e7d1b784f2ddb696da0ba5d91be02a54.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: 77786ac8e7d1b784f2ddb696da0ba5d91be02a54 X-VCS-Branch: master Date: Mon, 30 Jul 2018 18:47:56 +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: 7c6b0dc8-bacf-47dd-9a9e-218ae429a45c X-Archives-Hash: 5c6279a4a71e7cdb89f19074b46b8d47 commit: 77786ac8e7d1b784f2ddb696da0ba5d91be02a54 Author: Craig Andrews gentoo org> AuthorDate: Mon Jul 30 18:44:43 2018 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon Jul 30 18:47:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77786ac8 app-misc/lirc: Fix pkg_setup() Add python-single-r1_pkg_setup and linux-info_pkg_setup to pkg_setup Closes: https://bugs.gentoo.org/662334 Package-Manager: Portage-2.3.44, Repoman-2.3.10 app-misc/lirc/lirc-0.10.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-misc/lirc/lirc-0.10.1.ebuild b/app-misc/lirc/lirc-0.10.1.ebuild index 089e859cb3e..c31dc9f61af 100644 --- a/app-misc/lirc/lirc-0.10.1.ebuild +++ b/app-misc/lirc/lirc-0.10.1.ebuild @@ -69,6 +69,8 @@ RDEPEND=" pkg_setup() { use uinput && CONFIG_CHECK="INPUT_UINPUT" + python-single-r1_pkg_setup + linux-info_pkg_setup } src_configure() {