diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-08 19:00:09 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-01-08 19:00:09 +0200 |
commit | 7b1831c6a3766008ff0e65500d046a62370e77f1 (patch) | |
tree | 4e2f8d2d80e5a55d329bb6598b6ad04e226aa623 /sys-fs/mtd-utils | |
parent | dev-python/cleo: Stabilize 2.0.1 ALLARCHES, #890216 (diff) | |
download | gentoo-7b1831c6a3766008ff0e65500d046a62370e77f1.tar.gz gentoo-7b1831c6a3766008ff0e65500d046a62370e77f1.tar.bz2 gentoo-7b1831c6a3766008ff0e65500d046a62370e77f1.zip |
sys-fs/mtd-utils: Stabilize 2.1.5 ppc, #890220
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-fs/mtd-utils')
-rw-r--r-- | sys-fs/mtd-utils/mtd-utils-2.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/mtd-utils/mtd-utils-2.1.5.ebuild b/sys-fs/mtd-utils/mtd-utils-2.1.5.ebuild index 2a257eabb439..01cdfb91d6f9 100644 --- a/sys-fs/mtd-utils/mtd-utils-2.1.5.ebuild +++ b/sys-fs/mtd-utils/mtd-utils-2.1.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -9,7 +9,7 @@ SRC_URI="https://infraroot.at/pub/mtd/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" IUSE="+lzo xattr +zstd" DEPEND=" |