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 25DC4138335 for ; Tue, 12 Jun 2018 16:05:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5640E08D9; Tue, 12 Jun 2018 16:05:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 9D47BE089B for ; Tue, 12 Jun 2018 16:05:51 +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 68E40335C90 for ; Tue, 12 Jun 2018 16:05:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3ADE2D5 for ; Tue, 12 Jun 2018 16:05:48 +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: <1528819542.a950f46ceb0a09e3d2cc49736e29e2003b7ed3c1.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/kodi/kodi-9999.ebuild X-VCS-Directories: media-tv/kodi/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: a950f46ceb0a09e3d2cc49736e29e2003b7ed3c1 X-VCS-Branch: master Date: Tue, 12 Jun 2018 16:05:48 +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: 35425ff2-12d2-4fff-8562-1c23a3c17efd X-Archives-Hash: cbc078c161ac6154c13616abcc96f49d commit: a950f46ceb0a09e3d2cc49736e29e2003b7ed3c1 Author: Craig Andrews gentoo org> AuthorDate: Tue Jun 12 15:51:06 2018 +0000 Commit: Craig Andrews gentoo org> CommitDate: Tue Jun 12 16:05:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a950f46c media-tv/kodi: ENABLE_LIRCCLIENT instead of ENABLE_LIRC See https://github.com/xbmc/xbmc/commit/6e156bea5bf3a7fb8967e888238b6a07b967a90b Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-tv/kodi/kodi-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index e8b03cc7838..75650d947f2 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -235,7 +235,7 @@ src_configure() { -DENABLE_INTERNAL_FFMPEG="$(usex !system-ffmpeg)" -DENABLE_CAP=$(usex caps) -DENABLE_LCMS2=$(usex lcms) - -DENABLE_LIRC=$(usex lirc) + -DENABLE_LIRCCLIENT=$(usex lirc) -DENABLE_MICROHTTPD=$(usex webserver) -DENABLE_MYSQLCLIENT=$(usex mysql) -DENABLE_NFS=$(usex nfs)