diff options
author | Sam James <sam@gentoo.org> | 2022-01-10 22:59:37 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-10 22:59:37 +0000 |
commit | c993893d718f7c64d1502c8aaa0e6f688a674a85 (patch) | |
tree | 7a86c93440bab20b4be8de9f5a702e1c659a23dc /dev-vcs/stgit | |
parent | sys-fs/inotify-tools: Stabilize 3.21.9.6 arm, #830136 (diff) | |
download | gentoo-c993893d718f7c64d1502c8aaa0e6f688a674a85.tar.gz gentoo-c993893d718f7c64d1502c8aaa0e6f688a674a85.tar.bz2 gentoo-c993893d718f7c64d1502c8aaa0e6f688a674a85.zip |
dev-vcs/stgit: Stabilize 1.4 ALLARCHES, #830969
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs/stgit')
-rw-r--r-- | dev-vcs/stgit/stgit-1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/stgit/stgit-1.4.ebuild b/dev-vcs/stgit/stgit-1.4.ebuild index fae3f3498df8..ffb9c6761f48 100644 --- a/dev-vcs/stgit/stgit-1.4.ebuild +++ b/dev-vcs/stgit/stgit-1.4.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=7 @@ -18,7 +18,7 @@ SRC_URI="https://github.com/ctmarinas/stgit/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" IUSE="doc" RDEPEND=">=dev-vcs/git-1.6.3.3" |