diff options
Diffstat (limited to 'dev-haskell/comonad/comonad-5.ebuild')
-rw-r--r-- | dev-haskell/comonad/comonad-5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/comonad/comonad-5.ebuild b/dev-haskell/comonad/comonad-5.ebuild index 9903125e4a29..848465e4775e 100644 --- a/dev-haskell/comonad/comonad-5.ebuild +++ b/dev-haskell/comonad/comonad-5.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="+containers +contravariant +distributive +test-doctests" RESTRICT="!test? ( test )" |