commit: 4c0db842e8b87c5487adf836124cb3c351ce394f
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 9 21:38:01 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=4c0db842
app-arch/pack: Drop stable keywords
Depends on dev-haskell/* packages, which are losing stable keywords.
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
app-arch/pack/pack-0.0.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-arch/pack/pack-0.0.0.1.ebuild
b/app-arch/pack/pack-0.0.0.1.ebuild
index 811e9dd596ad..14f3d3bc73e4 100644
--- a/app-arch/pack/pack-0.0.0.1.ebuild
+++ b/app-arch/pack/pack-0.0.0.1.ebuild
@@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="~amd64 ~x86"
RDEPEND="
dev-lang/ghc:=