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 B718A139695 for ; Tue, 21 Feb 2017 08:51:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2038B21C039; Tue, 21 Feb 2017 08:51:52 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00E9621C039 for ; Tue, 21 Feb 2017 08:51:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31AE4340C97 for ; Tue, 21 Feb 2017 08:51:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B4714F58 for ; Tue, 21 Feb 2017 08:51:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1487667103.368c739eb5e773b92a97a06a929a8e66b14b47b4.mgorny@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.9.4c.ebuild X-VCS-Directories: app-misc/lirc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 368c739eb5e773b92a97a06a929a8e66b14b47b4 X-VCS-Branch: master Date: Tue, 21 Feb 2017 08:51:49 +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: 46207b3f-ea6b-463a-b869-e24c348c7f11 X-Archives-Hash: f17eaad4d39ed3558f109b2ff44ee587 commit: 368c739eb5e773b92a97a06a929a8e66b14b47b4 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 20 21:16:55 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 21 08:51:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=368c739e app-misc/lirc: Add missing PYTHON_REQUIRED_USE app-misc/lirc/lirc-0.9.4c.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-misc/lirc/lirc-0.9.4c.ebuild b/app-misc/lirc/lirc-0.9.4c.ebuild index a3cc9965ab..1b1d7cdb02 100644 --- a/app-misc/lirc/lirc-0.9.4c.ebuild +++ b/app-misc/lirc/lirc-0.9.4c.ebuild @@ -27,6 +27,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="audio doc ftdi gtk inputlirc static-libs systemd usb X" REQUIRED_USE=" + ${PYTHON_DEPS} gtk? ( X ) "