aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-09-22 21:07:08 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-09-22 21:14:51 +0200
commit493d115a47b9355c9a201989912e72a779941373 (patch)
treef2d51a65b6e2817e2642ea28c3312f01a65d27e0 /x11-themes
parentx11-misc/pcmanfm-qt: Sync with Gentoo ebuild repo (diff)
downloadqt-493d115a47b9355c9a201989912e72a779941373.tar.gz
qt-493d115a47b9355c9a201989912e72a779941373.tar.bz2
qt-493d115a47b9355c9a201989912e72a779941373.zip
x11-themes/lxqt-themes: Sync with Gentoo ebuild repo
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/lxqt-themes/lxqt-themes-9999.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild b/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild
index f460989c..22f37c6f 100644
--- a/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild
+++ b/x11-themes/lxqt-themes/lxqt-themes-9999.ebuild
@@ -5,10 +5,10 @@ EAPI=7
inherit cmake
-DESCRIPTION="Themes, graphics and icons for LXQt"
+DESCRIPTION="LXQt Themes"
HOMEPAGE="https://lxqt.github.io/"
-if [[ ${PV} = *9999* ]]; then
+if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else
@@ -19,6 +19,4 @@ fi
LICENSE="LGPL-2.1+"
SLOT="0"
-BDEPEND=">=dev-util/lxqt-build-tools-0.6.0"
-RDEPEND=""
-DEPEND="${RDEPEND}"
+BDEPEND=">=dev-util/lxqt-build-tools-0.9.0"