From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1105180-garchives=archives.gentoo.org@lists.gentoo.org>
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 DA835138335
	for <garchives@archives.gentoo.org>; Mon, 12 Aug 2019 00:53:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 91810E069C;
	Mon, 12 Aug 2019 00:53:01 +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 3B3C8E05C1
	for <gentoo-commits@lists.gentoo.org>; Mon, 12 Aug 2019 00:53:01 +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 C17F934992E
	for <gentoo-commits@lists.gentoo.org>; Mon, 12 Aug 2019 00:52:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B714D761
	for <gentoo-commits@lists.gentoo.org>; Mon, 12 Aug 2019 00:52:57 +0000 (UTC)
From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" <bman@gentoo.org>
Message-ID: <1565570966.9fb91ac35432f8b51b7d0fe9b0c1cb317a7d91f2.bman@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/grim/
X-VCS-Repository: repo/gentoo
X-VCS-Files: gui-apps/grim/grim-1.2.0.ebuild gui-apps/grim/grim-9999.ebuild
X-VCS-Directories: gui-apps/grim/
X-VCS-Committer: bman
X-VCS-Committer-Name: Aaron Bauman
X-VCS-Revision: 9fb91ac35432f8b51b7d0fe9b0c1cb317a7d91f2
X-VCS-Branch: master
Date: Mon, 12 Aug 2019 00:52:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 1b538673-2fde-46c3-a5dc-c845b2be45f8
X-Archives-Hash: 0f99d9fb6b434593cab446dfa1bb2013

commit:     9fb91ac35432f8b51b7d0fe9b0c1cb317a7d91f2
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 12 00:49:26 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 00:49:26 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb91ac3

gui-apps/grim: stylistic changes

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 gui-apps/grim/grim-1.2.0.ebuild | 9 ++++-----
 gui-apps/grim/grim-9999.ebuild  | 9 ++++-----
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/gui-apps/grim/grim-1.2.0.ebuild b/gui-apps/grim/grim-1.2.0.ebuild
index ffefad181cd..818ccfb4b9e 100644
--- a/gui-apps/grim/grim-1.2.0.ebuild
+++ b/gui-apps/grim/grim-1.2.0.ebuild
@@ -24,11 +24,10 @@ DEPEND="
 	>=dev-libs/wayland-protocols-1.14
 	dev-libs/wayland
 	jpeg? ( virtual/jpeg )
-	x11-libs/cairo
-"
-RDEPEND="
-	${DEPEND}
-"
+	x11-libs/cairo"
+
+RDEPEND="${DEPEND}"
+
 if [[ ${PV} == 9999 ]]; then
 	BDEPEND+="man? ( ~app-text/scdoc-9999 )"
 else

diff --git a/gui-apps/grim/grim-9999.ebuild b/gui-apps/grim/grim-9999.ebuild
index ffefad181cd..818ccfb4b9e 100644
--- a/gui-apps/grim/grim-9999.ebuild
+++ b/gui-apps/grim/grim-9999.ebuild
@@ -24,11 +24,10 @@ DEPEND="
 	>=dev-libs/wayland-protocols-1.14
 	dev-libs/wayland
 	jpeg? ( virtual/jpeg )
-	x11-libs/cairo
-"
-RDEPEND="
-	${DEPEND}
-"
+	x11-libs/cairo"
+
+RDEPEND="${DEPEND}"
+
 if [[ ${PV} == 9999 ]]; then
 	BDEPEND+="man? ( ~app-text/scdoc-9999 )"
 else