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 1912A1382C5 for ; Sun, 18 Feb 2018 17:53:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D7BBE0AA4; Sun, 18 Feb 2018 17:53:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3A1FCE0AA4 for ; Sun, 18 Feb 2018 17:53:00 +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 D733E335C2E for ; Sun, 18 Feb 2018 17:52:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52B731C5 for ; Sun, 18 Feb 2018 17:52:57 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1518976370.87fbddc17a4526ae664d4ad49acc4feec7d391a9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-frontends/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild X-VCS-Directories: media-gfx/sane-frontends/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 87fbddc17a4526ae664d4ad49acc4feec7d391a9 X-VCS-Branch: master Date: Sun, 18 Feb 2018 17:52:57 +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: 106e7f6f-a10f-410d-89bb-f7d08339d461 X-Archives-Hash: c3e48aa44faf450a649baf1df361b876 commit: 87fbddc17a4526ae664d4ad49acc4feec7d391a9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 18 17:52:30 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 18 17:52:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87fbddc1 media-gfx/sane-frontends: Add missing deps Package-Manager: Portage-2.3.24, Repoman-2.3.6 media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild b/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild index 80bdaee930f..23971f598b7 100644 --- a/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild +++ b/media-gfx/sane-frontends/sane-frontends-1.0.14-r2.ebuild @@ -13,7 +13,10 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="gimp" -RDEPEND="" +RDEPEND=" + dev-libs/glib:2 + x11-libs/gtk+:2 +" DEPEND="${RDEPEND} media-gfx/sane-backends gimp? ( media-gfx/gimp:2 )