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 226AE138334 for ; Thu, 5 Sep 2019 17:30:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD73EE081E; Thu, 5 Sep 2019 17:30:34 +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 7A0E4E0821 for ; Thu, 5 Sep 2019 17:30:34 +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 0941834ACF8 for ; Thu, 5 Sep 2019 17:30:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F05627F6 for ; Thu, 5 Sep 2019 17:30:28 +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: <1567704620.1ac32d83a359f9ae3207785453ea03f1de8bcb27.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-argustv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-9999.ebuild X-VCS-Directories: media-plugins/kodi-pvr-argustv/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 1ac32d83a359f9ae3207785453ea03f1de8bcb27 X-VCS-Branch: master Date: Thu, 5 Sep 2019 17:30:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 258a32f0-19f5-4f1b-96cb-9aa2b16bf6de X-Archives-Hash: 8a86c3cb51b5972a45aeb603602047f8 commit: 1ac32d83a359f9ae3207785453ea03f1de8bcb27 Author: Craig Andrews gentoo org> AuthorDate: Thu Sep 5 16:23:23 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Thu Sep 5 17:30:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac32d83 media-plugins/kodi-pvr-argustv: Fix -9999 dependencies Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Craig Andrews gentoo.org> media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-9999.ebuild b/media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-9999.ebuild index a36cdf82997..64d10d3212c 100644 --- a/media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-9999.ebuild +++ b/media-plugins/kodi-pvr-argustv/kodi-pvr-argustv-9999.ebuild @@ -28,8 +28,8 @@ SLOT="0" IUSE="" DEPEND=" - =media-tv/kodi-9999 - =media-libs/kodi-platform-9999 + ~media-tv/kodi-9999 + ~media-libs/kodi-platform-9999 dev-libs/jsoncpp "