diff options
author | 2015-07-05 14:48:34 +0000 | |
---|---|---|
committer | 2015-07-05 14:48:34 +0000 | |
commit | 7233fe8c5308f89b8802d68dc87021976ed4ad3b (patch) | |
tree | bdfb60f685bc04faf695ad29844b4ac64a7e7602 /dev-haskell | |
parent | Remove slot operators from || () block where they are broken. (diff) | |
download | gentoo-2-7233fe8c5308f89b8802d68dc87021976ed4ad3b.tar.gz gentoo-2-7233fe8c5308f89b8802d68dc87021976ed4ad3b.tar.bz2 gentoo-2-7233fe8c5308f89b8802d68dc87021976ed4ad3b.zip |
x86 stable wrt bug #550412
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/optparse-applicative/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/optparse-applicative/optparse-applicative-0.7.0.2.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-haskell/optparse-applicative/ChangeLog b/dev-haskell/optparse-applicative/ChangeLog index a69a8eb3780a..00602b909871 100644 --- a/dev-haskell/optparse-applicative/ChangeLog +++ b/dev-haskell/optparse-applicative/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/optparse-applicative # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/ChangeLog,v 1.9 2015/06/06 15:01:55 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/ChangeLog,v 1.10 2015/07/05 14:48:34 zlogene Exp $ + + 05 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> + optparse-applicative-0.7.0.2.ebuild: + x86 stable wrt bug #550412 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: Add github to remote-id in metadata.xml diff --git a/dev-haskell/optparse-applicative/optparse-applicative-0.7.0.2.ebuild b/dev-haskell/optparse-applicative/optparse-applicative-0.7.0.2.ebuild index f7ed5ee9c231..58a516265d0f 100644 --- a/dev-haskell/optparse-applicative/optparse-applicative-0.7.0.2.ebuild +++ b/dev-haskell/optparse-applicative/optparse-applicative-0.7.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 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/optparse-applicative/optparse-applicative-0.7.0.2.ebuild,v 1.1 2013/10/19 11:51:51 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/optparse-applicative/optparse-applicative-0.7.0.2.ebuild,v 1.2 2015/07/05 14:48:34 zlogene 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 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86" IUSE="" RDEPEND=">=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.4:=[profile?] |