diff options
author | Sam James <sam@gentoo.org> | 2024-02-20 05:37:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-20 05:37:09 +0000 |
commit | 4f294b0463f4890fcb9e75234053637a8ab60645 (patch) | |
tree | 0baf4fd33ad6075667bc8b076eecf76dc6e627ca /dev-vcs/mercurial | |
parent | dev-python/moto: Stabilize 4.2.12 x86, #921481 (diff) | |
download | gentoo-4f294b0463f4890fcb9e75234053637a8ab60645.tar.gz gentoo-4f294b0463f4890fcb9e75234053637a8ab60645.tar.bz2 gentoo-4f294b0463f4890fcb9e75234053637a8ab60645.zip |
dev-vcs/mercurial: Stabilize 6.5.3 ppc, #918865
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/mercurial')
-rw-r--r-- | dev-vcs/mercurial/mercurial-6.5.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/mercurial/mercurial-6.5.3.ebuild b/dev-vcs/mercurial/mercurial-6.5.3.ebuild index d71cc54e9e7b..2bd9e7836737 100644 --- a/dev-vcs/mercurial/mercurial-6.5.3.ebuild +++ b/dev-vcs/mercurial/mercurial-6.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -171,7 +171,7 @@ SRC_URI="https://www.mercurial-scm.org/release/${P}.tar.gz LICENSE="GPL-2+ rust? ( 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD MIT MPL-2.0 PSF-2 Unicode-DFS-2016 Unlicense ZLIB )" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE="+chg emacs gpg test tk rust" BDEPEND="rust? ( ${RUST_DEPEND} )" |