diff options
author | Sam James <sam@gentoo.org> | 2024-11-17 13:58:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-17 13:58:45 +0000 |
commit | 96f5a16293a82ef418700ae50b2b375e703766c0 (patch) | |
tree | f0703d7748eff5736ba2adc2cdc57f2477e17c6a /dev-vcs | |
parent | media-libs/aalib: fix variable order (diff) | |
download | gentoo-96f5a16293a82ef418700ae50b2b375e703766c0.tar.gz gentoo-96f5a16293a82ef418700ae50b2b375e703766c0.tar.bz2 gentoo-96f5a16293a82ef418700ae50b2b375e703766c0.zip |
dev-vcs/stgit: Stabilize 2.4.11-r1 arm, #943660
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/stgit/stgit-2.4.11-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/stgit/stgit-2.4.11-r1.ebuild b/dev-vcs/stgit/stgit-2.4.11-r1.ebuild index 4ad2d8e33b6a..23e7e6e16f24 100644 --- a/dev-vcs/stgit/stgit-2.4.11-r1.ebuild +++ b/dev-vcs/stgit/stgit-2.4.11-r1.ebuild @@ -178,7 +178,7 @@ LICENSE="GPL-2" # Dependent crate licenses LICENSE+=" Apache-2.0 BSD MIT Unicode-DFS-2016" SLOT="0/2" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="doc" DEPEND="doc? ( app-text/asciidoc )" |