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