diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-19 09:07:59 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-19 09:07:59 +0000 |
commit | f19bcdc276535ea610a7dc768d8e7708263e701c (patch) | |
tree | 3b76393479486fc00d51b5ef81e0a40cb6b03717 /dev-haskell/quickcheck-io | |
parent | Stable for amd64, wrt bug #539114 (diff) | |
download | gentoo-2-f19bcdc276535ea610a7dc768d8e7708263e701c.tar.gz gentoo-2-f19bcdc276535ea610a7dc768d8e7708263e701c.tar.bz2 gentoo-2-f19bcdc276535ea610a7dc768d8e7708263e701c.zip |
Stable for amd64, wrt bug #535002
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/quickcheck-io')
-rw-r--r-- | dev-haskell/quickcheck-io/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/quickcheck-io/quickcheck-io-0.1.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/quickcheck-io/ChangeLog b/dev-haskell/quickcheck-io/ChangeLog index 9cc4cf7489fe..f3472831b88d 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck-io/ChangeLog,v 1.5 2014/07/25 08:58:26 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck-io/ChangeLog,v 1.6 2015/02/19 09:07:59 ago Exp $ + + 19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> quickcheck-io-0.1.1-r1.ebuild: + Stable for amd64, wrt bug #535002 25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml: Drop redundant '<maintainer>' field, leave only '<herd>'. diff --git a/dev-haskell/quickcheck-io/quickcheck-io-0.1.1-r1.ebuild b/dev-haskell/quickcheck-io/quickcheck-io-0.1.1-r1.ebuild index 5e42929e75a3..677b15f74f5d 100644 --- a/dev-haskell/quickcheck-io/quickcheck-io-0.1.1-r1.ebuild +++ b/dev-haskell/quickcheck-io/quickcheck-io-0.1.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.1-r1.ebuild,v 1.1 2014/07/02 12:34:42 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck-io/quickcheck-io-0.1.1-r1.ebuild,v 1.2 2015/02/19 09:07:59 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?] |