diff options
author | 2024-12-23 20:18:21 +0100 | |
---|---|---|
committer | 2024-12-23 20:18:21 +0100 | |
commit | fcd3a0366ebbe4aa470ea782bccf869e45c4e965 (patch) | |
tree | 2a3f0ebdb881f6e919a3fbf2eafd6608a5ceb4e8 | |
parent | app-text/msort: x86 stable (diff) | |
download | gentoo-fcd3a0366ebbe4aa470ea782bccf869e45c4e965.tar.gz gentoo-fcd3a0366ebbe4aa470ea782bccf869e45c4e965.tar.bz2 gentoo-fcd3a0366ebbe4aa470ea782bccf869e45c4e965.zip |
app-text/msort: fix qa VariableOrderWrong
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r-- | app-text/msort/msort-8.53-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/msort/msort-8.53-r3.ebuild b/app-text/msort/msort-8.53-r3.ebuild index eb304ace179c..8bc338c313a2 100644 --- a/app-text/msort/msort-8.53-r3.ebuild +++ b/app-text/msort/msort-8.53-r3.ebuild @@ -9,9 +9,9 @@ DESCRIPTION="A program for sorting files in sophisticated ways" HOMEPAGE="https://billposer.org/Software/msort.html" SRC_URI="https://billposer.org/Software/Downloads/${P}.tar.bz2" -KEYWORDS="amd64 x86" LICENSE="GPL-3 LGPL-3" SLOT="0" +KEYWORDS="amd64 x86" IUSE="heap +icu +libuninum" RDEPEND="dev-libs/tre |