summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-09-18 18:48:42 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-09-18 19:37:24 +0200
commit06df4d8fa20746b0322fd2908daf2c0c65957839 (patch)
tree13566562e88f03ed230c3309a04297c953202809 /sys-fs/compsize/compsize-1.5.ebuild
parentsys-fs/compsize: drop 1.3, 1.4 (diff)
downloadgentoo-06df4d8fa20746b0322fd2908daf2c0c65957839.tar.gz
gentoo-06df4d8fa20746b0322fd2908daf2c0c65957839.tar.bz2
gentoo-06df4d8fa20746b0322fd2908daf2c0c65957839.zip
sys-fs/compsize: fix variable order
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'sys-fs/compsize/compsize-1.5.ebuild')
-rw-r--r--sys-fs/compsize/compsize-1.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/compsize/compsize-1.5.ebuild b/sys-fs/compsize/compsize-1.5.ebuild
index 8c0a769fa8ad..2f5223f474b9 100644
--- a/sys-fs/compsize/compsize-1.5.ebuild
+++ b/sys-fs/compsize/compsize-1.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,8 +17,8 @@ else
fi
LICENSE="GPL-2+ GPL-2"
-IUSE="debug"
SLOT="0"
+IUSE="debug"
DEPEND="sys-fs/btrfs-progs"