summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <floss@bsd.ac>2021-04-22 15:30:35 -0400
committerJoonas Niilola <juippis@gentoo.org>2021-05-04 17:05:41 +0300
commitc97f664d75bd28bfed91a1bc8053a3284dd61136 (patch)
tree93ef252183f46996c474aa0eeda7bee832a469e0 /gui-apps/lavalauncher/lavalauncher-9999.ebuild
parentdev-python/watchdog: Bump to 2.1.0 (diff)
downloadgentoo-c97f664d75bd28bfed91a1bc8053a3284dd61136.tar.gz
gentoo-c97f664d75bd28bfed91a1bc8053a3284dd61136.tar.bz2
gentoo-c97f664d75bd28bfed91a1bc8053a3284dd61136.zip
gui-apps/lavalauncher: version bump to 2.1.0
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Closes: https://github.com/gentoo/gentoo/pull/20510 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'gui-apps/lavalauncher/lavalauncher-9999.ebuild')
-rw-r--r--gui-apps/lavalauncher/lavalauncher-9999.ebuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/gui-apps/lavalauncher/lavalauncher-9999.ebuild b/gui-apps/lavalauncher/lavalauncher-9999.ebuild
index e1c0172de5eb..a64a51811658 100644
--- a/gui-apps/lavalauncher/lavalauncher-9999.ebuild
+++ b/gui-apps/lavalauncher/lavalauncher-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,21 +23,16 @@ IUSE="+svg man"
RDEPEND="
dev-libs/wayland
- gnome-base/librsvg
x11-libs/cairo
+ svg? ( gnome-base/librsvg )
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-libs/wayland-protocols
virtual/pkgconfig
+ man? ( >=app-text/scdoc-1.9.3 )
"
-if [[ ${PV} == 9999 ]]; then
- BDEPEND+="man? ( ~app-text/scdoc-9999 )"
-else
- BDEPEND+="man? ( >=app-text/scdoc-1.9.3 )"
-fi
-
PATCHES=(
"${FILESDIR}/lavalauncher-remove-werror.patch"
)