diff options
Diffstat (limited to 'dev-haskell/quickcheck')
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-2.6.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-2.7.6.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-2.8.1.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-2.8.2.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/quickcheck/quickcheck-2.6.ebuild b/dev-haskell/quickcheck/quickcheck-2.6.ebuild index dabe8fe50df4..3d6e173b55fc 100644 --- a/dev-haskell/quickcheck/quickcheck-2.6.ebuild +++ b/dev-haskell/quickcheck/quickcheck-2.6.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="2/${PV}" -KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux" +KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~amd64-linux" IUSE="+template-haskell" RDEPEND="dev-haskell/extensible-exceptions:=[profile?] diff --git a/dev-haskell/quickcheck/quickcheck-2.7.6.ebuild b/dev-haskell/quickcheck/quickcheck-2.7.6.ebuild index 7b451df2abc2..de452ceda63e 100644 --- a/dev-haskell/quickcheck/quickcheck-2.7.6.ebuild +++ b/dev-haskell/quickcheck/quickcheck-2.7.6.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="2/${PV}" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux" IUSE="+template-haskell" RDEPEND="dev-haskell/random:=[profile?] diff --git a/dev-haskell/quickcheck/quickcheck-2.8.1.ebuild b/dev-haskell/quickcheck/quickcheck-2.8.1.ebuild index c80611d94c0e..a7eb4aff0626 100644 --- a/dev-haskell/quickcheck/quickcheck-2.8.1.ebuild +++ b/dev-haskell/quickcheck/quickcheck-2.8.1.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="2/${PV}" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux" IUSE="+template-haskell" RDEPEND="dev-haskell/random:=[profile?] diff --git a/dev-haskell/quickcheck/quickcheck-2.8.2.ebuild b/dev-haskell/quickcheck/quickcheck-2.8.2.ebuild index ec26c134abb7..506dd60ec872 100644 --- a/dev-haskell/quickcheck/quickcheck-2.8.2.ebuild +++ b/dev-haskell/quickcheck/quickcheck-2.8.2.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="2/${PV}" -KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux" +KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux" IUSE="+template-haskell" RESTRICT=test # to avoid test circular depends |