diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-13 20:56:01 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-13 21:01:09 +0100 |
commit | 3d8a56a490892199abc775af31e2b94840cfe404 (patch) | |
tree | 37b4a201c66053a8690362411c0f58eb0489b792 /dev-haskell/quickcheck | |
parent | dev-python/pyasn1-modules: 0.2.8 + EAPI 7 (diff) | |
download | gentoo-3d8a56a490892199abc775af31e2b94840cfe404.tar.gz gentoo-3d8a56a490892199abc775af31e2b94840cfe404.tar.bz2 gentoo-3d8a56a490892199abc775af31e2b94840cfe404.zip |
*/*: destabilize dev-lang/ghc for all arches
dev-lang/ghc is a fast-moving target without much of stable
API across major GHC releases. This makes stabilization process
a fragile process.
The change moves all haskell revdeps to pure ~arch. There are
not many outside dev-haskell/*:
- app-emulation/ganeti
- app-text/pandoc
- dev-util/bustle
- dev-util/shellcheck
- dev-vcs/darcs
- x11-wm/xmonad/xmonad
Existing stable haskell users are recommended to keyword
used packages and all of dev-haskell/* to ease upgrades.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
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.8.1.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-2.8.2.ebuild | 2 | ||||
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-2.9.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 8419022c7246..daef13bc6639 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 ppc ppc64 x86 ~amd64-linux" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux" IUSE="+template-haskell" RDEPEND="dev-haskell/extensible-exceptions:=[profile?] diff --git a/dev-haskell/quickcheck/quickcheck-2.8.1.ebuild b/dev-haskell/quickcheck/quickcheck-2.8.1.ebuild index f39049c400db..9f151ada5e84 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 ~ppc ~ppc64 x86 ~amd64-linux" +KEYWORDS="~amd64 ~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 9aaf45111349..b7431f873a2f 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 ~ppc ~ppc64 x86 ~amd64-linux" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux" IUSE="+template-haskell" RESTRICT=test # to avoid test circular depends diff --git a/dev-haskell/quickcheck/quickcheck-2.9.2.ebuild b/dev-haskell/quickcheck/quickcheck-2.9.2.ebuild index 4a0ebf89f900..da927a6a25b4 100644 --- a/dev-haskell/quickcheck/quickcheck-2.9.2.ebuild +++ b/dev-haskell/quickcheck/quickcheck-2.9.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 x86 ~amd64-linux" +KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="+template-haskell" RESTRICT=test # to avoid test circular depends |