diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-09-18 18:48:42 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-09-18 19:37:24 +0200 |
commit | 06df4d8fa20746b0322fd2908daf2c0c65957839 (patch) | |
tree | 13566562e88f03ed230c3309a04297c953202809 /sys-fs/compsize/compsize-1.5.ebuild | |
parent | sys-fs/compsize: drop 1.3, 1.4 (diff) | |
download | gentoo-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.ebuild | 4 |
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" |