diff options
Diffstat (limited to 'dev-haskell/cryptohash')
-rw-r--r-- | dev-haskell/cryptohash/cryptohash-0.10.0.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/cryptohash/cryptohash-0.11.1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/cryptohash/cryptohash-0.10.0.ebuild b/dev-haskell/cryptohash/cryptohash-0.10.0.ebuild index a7a56512bd27..b7a44a1a548c 100644 --- a/dev-haskell/cryptohash/cryptohash-0.10.0.ebuild +++ b/dev-haskell/cryptohash/cryptohash-0.10.0.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="" RDEPEND="dev-haskell/byteable:=[profile?] diff --git a/dev-haskell/cryptohash/cryptohash-0.11.1.ebuild b/dev-haskell/cryptohash/cryptohash-0.11.1.ebuild index 561047e817d2..502143ad01c4 100644 --- a/dev-haskell/cryptohash/cryptohash-0.11.1.ebuild +++ b/dev-haskell/cryptohash/cryptohash-0.11.1.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="" RDEPEND="dev-haskell/byteable:=[profile?] |