diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-08 16:07:27 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-08 16:07:27 +0000 |
commit | 4d65f4f380390806a38cdc915e9b520de9c55c67 (patch) | |
tree | 36c624ea42c87dd602050bd6b2de18fb9277e2db /dev-haskell/aeson-pretty | |
parent | Stable for amd64, wrt bug #550390 (diff) | |
download | gentoo-2-4d65f4f380390806a38cdc915e9b520de9c55c67.tar.gz gentoo-2-4d65f4f380390806a38cdc915e9b520de9c55c67.tar.bz2 gentoo-2-4d65f4f380390806a38cdc915e9b520de9c55c67.zip |
Stable for amd64, wrt bug #550390
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/aeson-pretty')
-rw-r--r-- | dev-haskell/aeson-pretty/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/aeson-pretty/aeson-pretty-0.7.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-haskell/aeson-pretty/ChangeLog b/dev-haskell/aeson-pretty/ChangeLog index 19b14f24c75d..7dc8a7c331a0 100644 --- a/dev-haskell/aeson-pretty/ChangeLog +++ b/dev-haskell/aeson-pretty/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/aeson-pretty # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/aeson-pretty/ChangeLog,v 1.6 2015/06/06 10:10:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/aeson-pretty/ChangeLog,v 1.7 2015/06/08 16:07:27 ago Exp $ + + 08 Jun 2015; Agostino Sarubbo <ago@gentoo.org> aeson-pretty-0.7.1.ebuild: + Stable for amd64, wrt bug #550390 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: Add github to remote-id in metadata.xml diff --git a/dev-haskell/aeson-pretty/aeson-pretty-0.7.1.ebuild b/dev-haskell/aeson-pretty/aeson-pretty-0.7.1.ebuild index a77ba20adaab..9c5bd5512405 100644 --- a/dev-haskell/aeson-pretty/aeson-pretty-0.7.1.ebuild +++ b/dev-haskell/aeson-pretty/aeson-pretty-0.7.1.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/aeson-pretty/aeson-pretty-0.7.1.ebuild,v 1.2 2014/07/25 09:16:15 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/aeson-pretty/aeson-pretty-0.7.1.ebuild,v 1.3 2015/06/08 16:07:27 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="lib-only" RDEPEND=">=dev-haskell/aeson-0.6:=[profile?] |