diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-03-16 22:36:55 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-03-16 22:36:55 +0100 |
commit | 33bb31400db4f8efef77dd5379774b61aea2082e (patch) | |
tree | 0c47108e83c4d161fb5a59f37dd61d8a47af19c4 /dev-haskell | |
parent | media-sound/amsynth: amd64 stable wrt bug #679940 (diff) | |
download | gentoo-33bb31400db4f8efef77dd5379774b61aea2082e.tar.gz gentoo-33bb31400db4f8efef77dd5379774b61aea2082e.tar.bz2 gentoo-33bb31400db4f8efef77dd5379774b61aea2082e.zip |
dev-haskell/quickcheck: amd64 stable wrt bug #667778
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/quickcheck/quickcheck-2.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/quickcheck/quickcheck-2.8.2.ebuild b/dev-haskell/quickcheck/quickcheck-2.8.2.ebuild index 23670805e165..d18f120d6bc7 100644 --- a/dev-haskell/quickcheck/quickcheck-2.8.2.ebuild +++ b/dev-haskell/quickcheck/quickcheck-2.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="2/${PV}" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux" IUSE="+template_haskell" RESTRICT=test # to avoid test circular depends |