commit: 06df4d8fa20746b0322fd2908daf2c0c65957839 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Wed Sep 18 16:48:42 2024 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Wed Sep 18 17:37:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06df4d8f
sys-fs/compsize: fix variable order Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> sys-fs/compsize/compsize-1.5.ebuild | 4 ++-- sys-fs/compsize/compsize-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 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" diff --git a/sys-fs/compsize/compsize-9999.ebuild b/sys-fs/compsize/compsize-9999.ebuild index 8e5c209de18a..bc837c25a0d7 100644 --- a/sys-fs/compsize/compsize-9999.ebuild +++ b/sys-fs/compsize/compsize-9999.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"
