mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
gui-apps/slurp: stylistic changes and BDEPEND
* app-text/scdoc should require -9999 when using live ebuild Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user