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 C43D0138334 for ; Tue, 26 Jun 2018 21:07:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB702E0880; Tue, 26 Jun 2018 21:07:36 +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 88BEBE0880 for ; Tue, 26 Jun 2018 21:07:36 +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 6DB5F335CB6 for ; Tue, 26 Jun 2018 21:07:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9AA82C2 for ; Tue, 26 Jun 2018 21:07:31 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1530047243.6a169aac639fc33b2e8b4881278fd0cec62649de.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/mythtv/mythtv-0.28.1-r4.ebuild X-VCS-Directories: media-tv/mythtv/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 6a169aac639fc33b2e8b4881278fd0cec62649de X-VCS-Branch: master Date: Tue, 26 Jun 2018 21:07:31 +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: 0464498a-c944-41ce-85fb-ddf1ff7ba80d X-Archives-Hash: f3054757477b432457c767f5daa1b6a9 commit: 6a169aac639fc33b2e8b4881278fd0cec62649de Author: Lars Wendler gentoo org> AuthorDate: Tue Jun 26 21:07:23 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Jun 26 21:07:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a169aac media-tv/mythtv: Added virtual/pkgconfig to DEPEND. Bug: https://bugs.gentoo.org/658534 Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-tv/mythtv/mythtv-0.28.1-r4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-tv/mythtv/mythtv-0.28.1-r4.ebuild b/media-tv/mythtv/mythtv-0.28.1-r4.ebuild index 9faa120b8df..b5d2925cc37 100644 --- a/media-tv/mythtv/mythtv-0.28.1-r4.ebuild +++ b/media-tv/mythtv/mythtv-0.28.1-r4.ebuild @@ -129,6 +129,7 @@ RDEPEND="${COMMON} " DEPEND="${COMMON} dev-lang/yasm + virtual/pkgconfig x11-base/xorg-proto "