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 37F6C1382C5 for ; Fri, 4 May 2018 10:35:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F911E0825; Fri, 4 May 2018 10:35:32 +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 3ED9AE0825 for ; Fri, 4 May 2018 10:35:32 +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 40BD6335C43 for ; Fri, 4 May 2018 10:35:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A71553C for ; Fri, 4 May 2018 10:35:29 +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: <1525430098.2b26aa05e909cf14d64288dbdbd120bf4569c10f.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl-ttf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild X-VCS-Directories: media-libs/sdl-ttf/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2b26aa05e909cf14d64288dbdbd120bf4569c10f X-VCS-Branch: master Date: Fri, 4 May 2018 10:35:29 +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: e6e83148-c953-410e-9339-ffb2663dada2 X-Archives-Hash: 772ac0fab9c4da9b9229f9b2ac06ab9b commit: 2b26aa05e909cf14d64288dbdbd120bf4569c10f Author: Lars Wendler gentoo org> AuthorDate: Fri May 4 10:34:58 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri May 4 10:34:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b26aa05 media-libs/sdl-ttf: We need virtual/pkgconfig in DEPEND now. Package-Manager: Portage-2.3.35, Repoman-2.3.9 media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild b/media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild index e72a1d47b82..61ff98347e5 100644 --- a/media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild +++ b/media-libs/sdl-ttf/sdl-ttf-2.0.11-r1.ebuild @@ -18,7 +18,8 @@ RDEPEND=" X? ( >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] ) >=media-libs/libsdl-1.2.15-r4[${MULTILIB_USEDEP}] >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + virtual/pkgconfig" S=${WORKDIR}/${MY_P}