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 7D56D1382C5 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 88A83E0830; 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 63644E0830 for ; Fri, 4 May 2018 10:35:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5494E335C63 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 B9BD73D 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: <1525430122.3e6a31b5c5ce6675d917a17cfe94f0a3eb6c8707.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-ttf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/sdl2-ttf/sdl2-ttf-2.0.14.ebuild X-VCS-Directories: media-libs/sdl2-ttf/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3e6a31b5c5ce6675d917a17cfe94f0a3eb6c8707 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: 008ed271-507c-44aa-943a-6d5f772afc41 X-Archives-Hash: 721ba0e4bae018df41757bbddc0b8c76 commit: 3e6a31b5c5ce6675d917a17cfe94f0a3eb6c8707 Author: Lars Wendler gentoo org> AuthorDate: Fri May 4 10:35:22 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri May 4 10:35:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6a31b5 media-libs/sdl2-ttf: We need virtual/pkgconfig in DEPEND now. Package-Manager: Portage-2.3.35, Repoman-2.3.9 media-libs/sdl2-ttf/sdl2-ttf-2.0.14.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/sdl2-ttf/sdl2-ttf-2.0.14.ebuild b/media-libs/sdl2-ttf/sdl2-ttf-2.0.14.ebuild index 2e741425b72..9bb754c90b1 100644 --- a/media-libs/sdl2-ttf/sdl2-ttf-2.0.14.ebuild +++ b/media-libs/sdl2-ttf/sdl2-ttf-2.0.14.ebuild @@ -18,7 +18,8 @@ RDEPEND="X? ( >=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}] ) >=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}] >=media-libs/freetype-2.5.0.1[${MULTILIB_USEDEP}] virtual/opengl[${MULTILIB_USEDEP}]" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + virtual/pkgconfig" S="${WORKDIR}/${MY_P}"