diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-23 18:33:49 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-23 19:40:44 +0100 |
commit | 9f1f2b4769c5de4b251272a8de61fa56c962b85e (patch) | |
tree | 4e6f9b14b76ed72a1a9aaee2004bd47fa02558b8 /dev-haskell | |
parent | dev-haskell/extra: stable 1.5.1 for x86/amd64, bug #631138 (diff) | |
download | gentoo-9f1f2b4769c5de4b251272a8de61fa56c962b85e.tar.gz gentoo-9f1f2b4769c5de4b251272a8de61fa56c962b85e.tar.bz2 gentoo-9f1f2b4769c5de4b251272a8de61fa56c962b85e.zip |
dev-haskell/quickcheck-io: stable 0.1.4 for x86/amd64, bug #631138
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64 x86"
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/quickcheck-io/quickcheck-io-0.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/quickcheck-io/quickcheck-io-0.1.4.ebuild b/dev-haskell/quickcheck-io/quickcheck-io-0.1.4.ebuild index 0f7c18924b82..2da85b7d3ee2 100644 --- a/dev-haskell/quickcheck-io/quickcheck-io-0.1.4.ebuild +++ b/dev-haskell/quickcheck-io/quickcheck-io-0.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND=">=dev-haskell/hunit-1.2.5:=[profile?] |