summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-03-12 08:48:09 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-03-12 08:48:59 -0500
commit43a9510719ac2f78ce1d63a1b8c0dfeb39441990 (patch)
treec4381dd8b791596bc90e4357875ed721908cae57 /gui-wm/sway/sway-9999.ebuild
parentgui-libs/wlroots: 0.5.0 bump (diff)
downloadgentoo-43a9510719ac2f78ce1d63a1b8c0dfeb39441990.tar.gz
gentoo-43a9510719ac2f78ce1d63a1b8c0dfeb39441990.tar.bz2
gentoo-43a9510719ac2f78ce1d63a1b8c0dfeb39441990.zip
gui-wm/sway: 1.0 bump
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-wm/sway/sway-9999.ebuild')
-rw-r--r--gui-wm/sway/sway-9999.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/gui-wm/sway/sway-9999.ebuild b/gui-wm/sway/sway-9999.ebuild
index 9a8de212b485..0c258524b150 100644
--- a/gui-wm/sway/sway-9999.ebuild
+++ b/gui-wm/sway/sway-9999.ebuild
@@ -44,7 +44,7 @@ DEPEND="
if [[ ${PV} == 9999 ]]; then
DEPEND+="~gui-libs/wlroots-9999[elogind=,systemd=,X=]"
else
- DEPEND+=">=gui-libs/wlroots-0.4.1[elogind=,systemd=,X=]"
+ DEPEND+=">=gui-libs/wlroots-0.5.0[elogind=,systemd=,X=]"
fi
RDEPEND="
x11-misc/xkeyboard-config
@@ -53,12 +53,11 @@ RDEPEND="
BDEPEND="
>=dev-libs/wayland-protocols-1.14
virtual/pkgconfig
- man? ( >=app-text/scdoc-1.8.1 )
"
if [[ ${PV} == 9999 ]]; then
- BDEPEND+="~app-text/scdoc-9999"
+ BDEPEND+="man? ( ~app-text/scdoc-9999 )"
else
- BDEPEND+=">=app-text/scdoc-1.9.3"
+ BDEPEND+="man? ( >=app-text/scdoc-1.9.3 )"
fi
src_prepare() {