Skip to content

Commit

Permalink
gui-apps/slurp: stylistic changes and BDEPEND
Browse files Browse the repository at this point in the history
* app-text/scdoc should require -9999 when using live ebuild

Signed-off-by: Aaron Bauman <[email protected]>
  • Loading branch information
FuzzyGophers committed Aug 12, 2019
1 parent 9fb91ac commit e91f620
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
9 changes: 4 additions & 5 deletions gui-apps/slurp/slurp-1.2.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ IUSE="+man"
DEPEND="
>=dev-libs/wayland-protocols-1.14
dev-libs/wayland
x11-libs/cairo
"
RDEPEND="
${DEPEND}
"
x11-libs/cairo"

RDEPEND="${DEPEND}"

if [[ ${PV} == 9999 ]]; then
BDEPEND+="man? ( ~app-text/scdoc-9999 )"
else
Expand Down
13 changes: 5 additions & 8 deletions gui-apps/slurp/slurp-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,11 @@ IUSE="+man"
DEPEND="
>=dev-libs/wayland-protocols-1.14
dev-libs/wayland
x11-libs/cairo
"
RDEPEND="
${DEPEND}
"
BDEPEND="
man? ( app-text/scdoc )
"
x11-libs/cairo"

RDEPEND="${DEPEND}"

BDEPEND="man? ( ~app-text/scdoc-9999 )"

src_configure() {
local emesonargs=(
Expand Down

0 comments on commit e91f620

Please sign in to comment.