diff options
author | 2024-09-09 17:40:55 -0400 | |
---|---|---|
committer | 2024-10-01 17:02:44 -0400 | |
commit | c8d0b4dbd0e7889b2d80201900c9b9be0ead0af2 (patch) | |
tree | 4770b4a794f43f0a43c88efe5a41ed53e47bd9c9 /dev-vcs | |
parent | dev-vcs/darcs: Drop stable keywords (diff) | |
download | gentoo-c8d0b4dbd0e7889b2d80201900c9b9be0ead0af2.tar.gz gentoo-c8d0b4dbd0e7889b2d80201900c9b9be0ead0af2.tar.bz2 gentoo-c8d0b4dbd0e7889b2d80201900c9b9be0ead0af2.zip |
dev-vcs/git-annex: Drop stable keywords
Depends on dev-haskell/* packages, which are losing stable keywords.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-annex/git-annex-10.20220624.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 )" |