Skip to content

Commit

Permalink
gui-apps/grim: stylistic changes
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
FuzzyGophers committed Aug 12, 2019
1 parent a2f6ede commit 9fb91ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions gui-apps/grim/grim-1.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 4 additions & 5 deletions gui-apps/grim/grim-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9fb91ac

Please sign in to comment.