diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-09-09 17:41:26 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-10-01 17:02:43 -0400 |
commit | 122e9f3ff64a1c3d0ac507c48d441d1492f51d67 (patch) | |
tree | 30194b709bdaddc9af8bd94c5809b84bc69748f4 /net-mail | |
parent | dev-util/shelltestrunner: Drop stable keywords (diff) | |
download | gentoo-122e9f3ff64a1c3d0ac507c48d441d1492f51d67.tar.gz gentoo-122e9f3ff64a1c3d0ac507c48d441d1492f51d67.tar.bz2 gentoo-122e9f3ff64a1c3d0ac507c48d441d1492f51d67.zip |
net-mail/list-remote-forwards: Drop stable keywords
Depends on dev-haskell/* packages, which are losing stable keywords.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/list-remote-forwards/list-remote-forwards-0.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/list-remote-forwards/list-remote-forwards-0.0.3.ebuild b/net-mail/list-remote-forwards/list-remote-forwards-0.0.3.ebuild index 9d9856601f62..c7b03f461299 100644 --- a/net-mail/list-remote-forwards/list-remote-forwards-0.0.3.ebuild +++ b/net-mail/list-remote-forwards/list-remote-forwards-0.0.3.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="AGPL-3" SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" # dev-haskell/dns and dev-haskell/resolv conflict # https://github.com/sol/doctest/issues/119 |