diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-08-11 20:49:26 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-08-11 20:49:26 -0400 |
commit | 9fb91ac35432f8b51b7d0fe9b0c1cb317a7d91f2 (patch) | |
tree | 2d184e0c55885eb4d471ee9d73ba816e10951c9a /gui-apps/grim | |
parent | gui-apps/waybar: stylistic changes (diff) | |
download | gentoo-9fb91ac35432f8b51b7d0fe9b0c1cb317a7d91f2.tar.gz gentoo-9fb91ac35432f8b51b7d0fe9b0c1cb317a7d91f2.tar.bz2 gentoo-9fb91ac35432f8b51b7d0fe9b0c1cb317a7d91f2.zip |
gui-apps/grim: stylistic changes
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'gui-apps/grim')
-rw-r--r-- | gui-apps/grim/grim-1.2.0.ebuild | 9 | ||||
-rw-r--r-- | 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 ffefad181cdd..818ccfb4b9e2 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 ffefad181cdd..818ccfb4b9e2 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 |