diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-05 18:12:45 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-05 18:12:51 +0200 |
commit | a3c75b8b94db03a3f0836c78bbba91810afb914e (patch) | |
tree | d2eca8a01198c5d43e1c7fdfbb7b82cae36c097b /sys-fs/mtd-utils | |
parent | app-emulation/spice-9999: minimum dep fixes (diff) | |
download | gentoo-a3c75b8b94db03a3f0836c78bbba91810afb914e.tar.gz gentoo-a3c75b8b94db03a3f0836c78bbba91810afb914e.tar.bz2 gentoo-a3c75b8b94db03a3f0836c78bbba91810afb914e.zip |
sys-fs/mtd-utils: Stabilize 2.1.3 ppc64, #830606
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.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-fs/mtd-utils/mtd-utils-2.1.3.ebuild b/sys-fs/mtd-utils/mtd-utils-2.1.3.ebuild index 0cfd35235d4f..fa65393bfc09 100644 --- a/sys-fs/mtd-utils/mtd-utils-2.1.3.ebuild +++ b/sys-fs/mtd-utils/mtd-utils-2.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sigma-star/mtd-utils/archive/v${PV}.tar.gz -> ${P}.t 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=" |