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 74E02138334 for ; Tue, 2 Apr 2019 19:00:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D3FAE0B18; Tue, 2 Apr 2019 19:00: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 51848E0B18 for ; Tue, 2 Apr 2019 19:00:03 +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 C908F335CCF for ; Tue, 2 Apr 2019 19:00:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8CB2A8 for ; Tue, 2 Apr 2019 18:59:59 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1554231573.c82aa744b4a1977da04bb28a5e3b1fc86cf99688.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/feh/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/feh/feh-3.1.1.ebuild media-gfx/feh/feh-3.1.3.ebuild X-VCS-Directories: media-gfx/feh/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: c82aa744b4a1977da04bb28a5e3b1fc86cf99688 X-VCS-Branch: master Date: Tue, 2 Apr 2019 18:59:59 +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: 804c8792-284e-4a16-b548-82a6afb298f0 X-Archives-Hash: d49ce39312cfbb0a96ef197ea4ba561a commit: c82aa744b4a1977da04bb28a5e3b1fc86cf99688 Author: Tim Harder gentoo org> AuthorDate: Tue Apr 2 18:56:33 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Tue Apr 2 18:59:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c82aa744 media-gfx/feh: add test dep on media-libs/imlib2[gif,jpeg,png] Closes: https://bugs.gentoo.org/474556 Closes: https://bugs.gentoo.org/633802 Signed-off-by: Tim Harder gentoo.org> media-gfx/feh/feh-3.1.1.ebuild | 1 + media-gfx/feh/feh-3.1.3.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-gfx/feh/feh-3.1.1.ebuild b/media-gfx/feh/feh-3.1.1.ebuild index 98f7cb6d011..d988ac50698 100644 --- a/media-gfx/feh/feh-3.1.1.ebuild +++ b/media-gfx/feh/feh-3.1.1.ebuild @@ -27,6 +27,7 @@ DEPEND="${COMMON_DEPEND} test? ( >=dev-lang/perl-5.10 dev-perl/Test-Command + media-libs/imlib2[gif,jpeg,png] )" PATCHES=( "${FILESDIR}"/${PN}-2.6.2-debug-cflags.patch ) diff --git a/media-gfx/feh/feh-3.1.3.ebuild b/media-gfx/feh/feh-3.1.3.ebuild index 06c60d87c45..e701805c82c 100644 --- a/media-gfx/feh/feh-3.1.3.ebuild +++ b/media-gfx/feh/feh-3.1.3.ebuild @@ -27,6 +27,7 @@ DEPEND="${COMMON_DEPEND} test? ( >=dev-lang/perl-5.10 dev-perl/Test-Command + media-libs/imlib2[gif,jpeg,png] )" PATCHES=( "${FILESDIR}"/${PN}-2.6.2-debug-cflags.patch )