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 B330D138350 for ; Mon, 3 Feb 2020 13:38:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7144E0858; Mon, 3 Feb 2020 13:38:03 +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 9219EE0858 for ; Mon, 3 Feb 2020 13:38:03 +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 82CF634DF5A for ; Mon, 3 Feb 2020 13:38:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39F5D35 for ; Mon, 3 Feb 2020 13:38:01 +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: <1580737076.a20ded6b6a64f5b2fe52fa92554ea218f9613f6e.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-peripheral-joystick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-9999.ebuild X-VCS-Directories: media-plugins/kodi-peripheral-joystick/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: a20ded6b6a64f5b2fe52fa92554ea218f9613f6e X-VCS-Branch: master Date: Mon, 3 Feb 2020 13:38:01 +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: cd7d6afb-2093-4a95-a461-f92a5777b1d2 X-Archives-Hash: 88ee6d9a39efaf8662501c625293ec49 commit: a20ded6b6a64f5b2fe52fa92554ea218f9613f6e Author: Craig Andrews gentoo org> AuthorDate: Mon Feb 3 13:37:31 2020 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon Feb 3 13:37:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a20ded6b media-plugins/kodi-peripheral-joystick: Add tinyxml to depends See https://github.com/xbmc/peripheral.joystick/commit/d5687df Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Craig Andrews gentoo.org> .../kodi-peripheral-joystick/kodi-peripheral-joystick-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-9999.ebuild b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-9999.ebuild index 68cb4f25ec0..986cb29e721 100644 --- a/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-9999.ebuild +++ b/media-plugins/kodi-peripheral-joystick/kodi-peripheral-joystick-9999.ebuild @@ -32,6 +32,7 @@ DEPEND=" ~media-tv/kodi-9999 ~media-libs/kodi-platform-9999 dev-libs/libpcre + dev-libs/tinyxml " RDEPEND=" ${DEPEND}