diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2024-04-17 20:03:31 +0300 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2024-04-21 20:25:22 +0300 |
commit | 26427e097265777bba4d64aedda4c2f9f33107f6 (patch) | |
tree | ea63f015c8f9bbacfc6f8c20b82de3d8d2a38690 /app-arch/lxqt-archiver | |
parent | lxqt-base/lxqt-meta: remove USE="minimal" and openbox dependency (diff) | |
download | qt-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 'app-arch/lxqt-archiver')
-rw-r--r-- | app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild index f41e52c0..8414b33d 100644 --- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild +++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild @@ -10,7 +10,7 @@ inherit cmake xdg-utils DESCRIPTION="Qt GUI File Archiver" 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 |