diff options
author | Mart Raudsepp <leio@gentoo.org> | 2024-03-16 00:59:15 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2024-03-16 01:48:25 +0200 |
commit | 5f109426a0d0f1626004abe4cbfaa2cb8a035b59 (patch) | |
tree | be686bd7cda42479e5a9a92d3097e117629e7425 /dev-util/indent | |
parent | sys-kernel/gentoo-sources: 6.8.1,CPU opt and BMQ (USE=experimental) (diff) | |
download | gentoo-5f109426a0d0f1626004abe4cbfaa2cb8a035b59.tar.gz gentoo-5f109426a0d0f1626004abe4cbfaa2cb8a035b59.tar.bz2 gentoo-5f109426a0d0f1626004abe4cbfaa2cb8a035b59.zip |
dev-util/indent: keyword 2.2.12 for ~arm64
GStreamer development needs this older version as 2.2.13 changes indenting
in a backwards-incompatible way.
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-util/indent')
-rw-r--r-- | dev-util/indent/indent-2.2.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/indent/indent-2.2.12.ebuild b/dev-util/indent/indent-2.2.12.ebuild index a4678266e61d..11b20f5a8555 100644 --- a/dev-util/indent/indent-2.2.12.ebuild +++ b/dev-util/indent/indent-2.2.12.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 @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="nls" BDEPEND="app-text/texi2html |