aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2024-04-17 20:03:31 +0300
committerJimi Huotari <chiitoo@gentoo.org>2024-04-21 20:25:22 +0300
commit26427e097265777bba4d64aedda4c2f9f33107f6 (patch)
treeea63f015c8f9bbacfc6f8c20b82de3d8d2a38690 /x11-libs
parentlxqt-base/lxqt-meta: remove USE="minimal" and openbox dependency (diff)
downloadqt-26427e097265777bba4d64aedda4c2f9f33107f6.tar.gz
qt-26427e097265777bba4d64aedda4c2f9f33107f6.tar.bz2
qt-26427e097265777bba4d64aedda4c2f9f33107f6.zip
*/*: unify style between lxqt and friends
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/libfm-qt/libfm-qt-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libfm-qt/libfm-qt-9999.ebuild b/x11-libs/libfm-qt/libfm-qt-9999.ebuild
index 15f7653a..aecadd40 100644
--- a/x11-libs/libfm-qt/libfm-qt-9999.ebuild
+++ b/x11-libs/libfm-qt/libfm-qt-9999.ebuild
@@ -10,7 +10,7 @@ inherit cmake xdg-utils
DESCRIPTION="Qt Library for Building File Managers"
HOMEPAGE="https://lxqt-project.org/"
-if [[ "${PV}" == "9999" ]]; then
+if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
else