diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-11-24 19:35:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-11-24 19:35:25 +0000 |
commit | 668ec955be087e640bcceed8d41afab9723ef24e (patch) | |
tree | 6d01fd6cf74a4ec0c6a6ffc110e1d7f5c04edadd /dev-haskell/quickcheck-io | |
parent | Stable for x86, wrt bug #488750 (diff) | |
download | gentoo-2-668ec955be087e640bcceed8d41afab9723ef24e.tar.gz gentoo-2-668ec955be087e640bcceed8d41afab9723ef24e.tar.bz2 gentoo-2-668ec955be087e640bcceed8d41afab9723ef24e.zip |
Stable for x86, wrt bug #488750
(Portage version: 2.2.1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/quickcheck-io')
-rw-r--r-- | dev-haskell/quickcheck-io/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/quickcheck-io/quickcheck-io-0.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/quickcheck-io/ChangeLog b/dev-haskell/quickcheck-io/ChangeLog index bf777eab9b03..1188cc6a54d0 100644 --- a/dev-haskell/quickcheck-io/ChangeLog +++ b/dev-haskell/quickcheck-io/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/quickcheck-io # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck-io/ChangeLog,v 1.2 2013/11/05 10:02:29 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck-io/ChangeLog,v 1.3 2013/11/24 19:35:25 ago Exp $ + + 24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> quickcheck-io-0.1.0.ebuild: + Stable for x86, wrt bug #488750 05 Nov 2013; Tony Vroon <chainsaw@gentoo.org> quickcheck-io-0.1.0.ebuild: Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El diff --git a/dev-haskell/quickcheck-io/quickcheck-io-0.1.0.ebuild b/dev-haskell/quickcheck-io/quickcheck-io-0.1.0.ebuild index 5e8cdea35d74..c337d78dc312 100644 --- a/dev-haskell/quickcheck-io/quickcheck-io-0.1.0.ebuild +++ b/dev-haskell/quickcheck-io/quickcheck-io-0.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck-io/quickcheck-io-0.1.0.ebuild,v 1.2 2013/11/05 10:02:29 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck-io/quickcheck-io-0.1.0.ebuild,v 1.3 2013/11/24 19:35:25 ago Exp $ EAPI=5 @@ -15,7 +15,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?] |