commit: c8d0b4dbd0e7889b2d80201900c9b9be0ead0af2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon Sep 9 21:40:55 2024 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Tue Oct 1 21:02:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d0b4db
dev-vcs/git-annex: Drop stable keywords Depends on dev-haskell/* packages, which are losing stable keywords. Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-vcs/git-annex/git-annex-10.20220624.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/git-annex/git-annex-10.20220624.ebuild b/dev-vcs/git-annex/git-annex-10.20220624.ebuild index 47a14cc79186..5944ba071791 100644 --- a/dev-vcs/git-annex/git-annex-10.20220624.ebuild +++ b/dev-vcs/git-annex/git-annex-10.20220624.ebuild @@ -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 )"