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 B779A138334 for ; Sat, 22 Dec 2018 11:44:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E292E0AB1; Sat, 22 Dec 2018 11:44:01 +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 26ADBE0A9C for ; Sat, 22 Dec 2018 11:44:01 +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 BE287335CEE for ; Sat, 22 Dec 2018 11:43:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 528EC4F7 for ; Sat, 22 Dec 2018 11:43:56 +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: <1545479005.65d608c760831acfdb3dc925be647bef6628e750.asturm@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.7-r1.ebuild X-VCS-Directories: media-gfx/viewnior/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 65d608c760831acfdb3dc925be647bef6628e750 X-VCS-Branch: master Date: Sat, 22 Dec 2018 11:43:56 +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: 74b69f4a-e57d-46ed-9904-2b2dbbeeea28 X-Archives-Hash: 69bde7419cb44ddf9d257db19b175a20 commit: 65d608c760831acfdb3dc925be647bef6628e750 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 22 11:21:34 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 22 11:43:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d608c7 media-gfx/viewnior: Fix RDEPEND sorting/style See also: https://github.com/gentoo/gentoo/pull/10451 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/viewnior/viewnior-1.7-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-gfx/viewnior/viewnior-1.7-r1.ebuild b/media-gfx/viewnior/viewnior-1.7-r1.ebuild index 2ef58426b49..57b9250ec62 100644 --- a/media-gfx/viewnior/viewnior-1.7-r1.ebuild +++ b/media-gfx/viewnior/viewnior-1.7-r1.ebuild @@ -15,10 +15,11 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="media-gfx/exiv2:0= +RDEPEND=" dev-libs/glib:2 - x11-libs/gtk+:2" - + media-gfx/exiv2:0= + x11-libs/gtk+:2 +" DEPEND="${RDEPEND} dev-util/glib-utils virtual/pkgconfig