diff options
author | hololeap <hololeap@users.noreply.github.com> | 2023-03-15 17:45:29 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-17 18:22:32 +0000 |
commit | 90c6f0f6cc3a9a8b701af8507cd2438fbb3e7704 (patch) | |
tree | 9ee9bf32a5a7115fb702f9f36bc1511627e4ee26 /dev-vcs | |
parent | dev-vcs/darcs: Stabilize for amd64 (diff) | |
download | gentoo-90c6f0f6cc3a9a8b701af8507cd2438fbb3e7704.tar.gz gentoo-90c6f0f6cc3a9a8b701af8507cd2438fbb3e7704.tar.bz2 gentoo-90c6f0f6cc3a9a8b701af8507cd2438fbb3e7704.zip |
dev-vcs/git-annex: Stabilize for amd64
Signed-off-by: hololeap <hololeap@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-annex/git-annex-10.20220624.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/git-annex/git-annex-10.20220624.ebuild b/dev-vcs/git-annex/git-annex-10.20220624.ebuild index 168e00c73277..533212eb0b99 100644 --- a/dev-vcs/git-annex/git-annex-10.20220624.ebuild +++ b/dev-vcs/git-annex/git-annex-10.20220624.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ HOMEPAGE="https://git-annex.branchable.com/" LICENSE="AGPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux" IUSE="+assistant +benchmark +dbus debug doc +gitlfs +magicmime +pairing +torrentparser +webapp" REQUIRED_USE="webapp? ( assistant )" |