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 3D9B01396D0 for ; Thu, 17 Aug 2017 20:08:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DD1AE0D43; Thu, 17 Aug 2017 20:08:31 +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 5B30AE0D43 for ; Thu, 17 Aug 2017 20:08:31 +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 1F5E33417DB for ; Thu, 17 Aug 2017 20:08:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD7C1793D for ; Thu, 17 Aug 2017 20:08:27 +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: <1503000372.d5411885ae18fe4fecc9288912af51833ef91937.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sxiv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/sxiv/sxiv-9999.ebuild X-VCS-Directories: media-gfx/sxiv/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: d5411885ae18fe4fecc9288912af51833ef91937 X-VCS-Branch: master Date: Thu, 17 Aug 2017 20:08:27 +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: bdd00bd2-a272-4a89-95aa-8b6c83b1eaa2 X-Archives-Hash: 6ed77e23eee76fb75477d8893fba3f00 commit: d5411885ae18fe4fecc9288912af51833ef91937 Author: Tim Harder gentoo org> AuthorDate: Thu Aug 17 20:06:12 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Aug 17 20:06:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5411885 media-gfx/sxiv: add missing libXft dep media-gfx/sxiv/sxiv-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/sxiv/sxiv-9999.ebuild b/media-gfx/sxiv/sxiv-9999.ebuild index d6b5f0192b8..3e670c67d76 100644 --- a/media-gfx/sxiv/sxiv-9999.ebuild +++ b/media-gfx/sxiv/sxiv-9999.ebuild @@ -25,6 +25,7 @@ RDEPEND=" gif? ( media-libs/giflib:0= ) media-libs/imlib2[X,gif?] x11-libs/libX11 + x11-libs/libXft " DEPEND="${RDEPEND}"