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 2987B138239 for ; Wed, 23 Dec 2020 23:59:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60B872BC011; Wed, 23 Dec 2020 23:59:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B127D2BC011 for ; Wed, 23 Dec 2020 23:59:08 +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 6BF4634195D for ; Wed, 23 Dec 2020 23:59:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C54B4B8 for ; Wed, 23 Dec 2020 23:59:05 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1608767927.3f834b13f73a8d173bf5ce83ba39061b2f2c7c39.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-gfx/grafx2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild media-gfx/grafx2/grafx2-2.7.2978.ebuild X-VCS-Directories: media-gfx/grafx2/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 3f834b13f73a8d173bf5ce83ba39061b2f2c7c39 X-VCS-Branch: dev Date: Wed, 23 Dec 2020 23:59:05 +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: e368213b-d239-4862-b587-8926911e9237 X-Archives-Hash: c0fa0b7e8c0e03d7b63b9cc68b1a8f15 commit: 3f834b13f73a8d173bf5ce83ba39061b2f2c7c39 Author: Theo Anderson posteo de> AuthorDate: Wed Dec 23 23:58:47 2020 +0000 Commit: Theo Anderson posteo de> CommitDate: Wed Dec 23 23:58:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3f834b13 media-gfx/grafx2: depend media-libs/sdl-image[tiff] Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Theo Anderson posteo.de> media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild | 2 +- media-gfx/grafx2/grafx2-2.7.2978.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild b/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild index a75f2620..32440b6e 100644 --- a/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild +++ b/media-gfx/grafx2/grafx2-2.7.2978-r100.ebuild @@ -21,7 +21,7 @@ RESTRICT="test" DEPEND=" media-libs/libsdl - media-libs/sdl-image + media-libs/sdl-image[tiff] media-libs/freetype media-libs/libpng ttf? ( media-libs/sdl-ttf ) diff --git a/media-gfx/grafx2/grafx2-2.7.2978.ebuild b/media-gfx/grafx2/grafx2-2.7.2978.ebuild index ac53ecd1..574d98c6 100644 --- a/media-gfx/grafx2/grafx2-2.7.2978.ebuild +++ b/media-gfx/grafx2/grafx2-2.7.2978.ebuild @@ -23,7 +23,7 @@ PATCHES=( DEPEND=" media-libs/libsdl - media-libs/sdl-image + media-libs/sdl-image[tiff] media-libs/freetype media-libs/libpng ttf? ( media-libs/sdl-ttf )