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 05945138334 for ; Sat, 20 Oct 2018 18:52:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1526E0893; Sat, 20 Oct 2018 18:52:13 +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 CF8F3E0893 for ; Sat, 20 Oct 2018 18:52:12 +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 7B3B3335CC8 for ; Sat, 20 Oct 2018 18:52:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6EF8451 for ; Sat, 20 Oct 2018 18:52:07 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1540061478.a5ae72a054ebbb118e82e807837a8e726f08a0fa.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/viewnior/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/viewnior/viewnior-1.6.ebuild X-VCS-Directories: media-gfx/viewnior/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: a5ae72a054ebbb118e82e807837a8e726f08a0fa X-VCS-Branch: master Date: Sat, 20 Oct 2018 18:52:07 +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: e479d1ab-5171-4968-aba3-2f764aed1698 X-Archives-Hash: 19979c8ecaaa3eb46f539dce7a01b4d3 commit: a5ae72a054ebbb118e82e807837a8e726f08a0fa Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 20 18:42:47 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 20 18:51:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5ae72a0 media-gfx/viewnior: Needs dev-util/glib-utils Closes: https://bugs.gentoo.org/668376 Signed-off-by: Pacho Ramos gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-gfx/viewnior/viewnior-1.6.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/media-gfx/viewnior/viewnior-1.6.ebuild b/media-gfx/viewnior/viewnior-1.6.ebuild index 1efc547aee7..501a6fa864c 100644 --- a/media-gfx/viewnior/viewnior-1.6.ebuild +++ b/media-gfx/viewnior/viewnior-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,10 +17,13 @@ IUSE="" DEPEND="dev-libs/glib:2 media-gfx/exiv2 >=x11-libs/gtk+-2.20:2 - x11-misc/shared-mime-info" -RDEPEND="${DEPEND}" + x11-misc/shared-mime-info +" +RDEPEND="${DEPEND} + dev-util/glib-utils +" -S=${WORKDIR}/${MY_PN}-${P} +S="${WORKDIR}/${MY_PN}-${P}" src_prepare() { default