diff options
author | 2013-08-18 13:45:13 +0000 | |
---|---|---|
committer | 2013-08-18 13:45:13 +0000 | |
commit | 3159ded0c323812142f1b1cc13ab6e4d667eb8bc (patch) | |
tree | 8f9420de2e634f27e31c253a9eecef6c01fef631 /dev-haskell | |
parent | Stable for x86, wrt bug #480552 (diff) | |
download | gentoo-2-3159ded0c323812142f1b1cc13ab6e4d667eb8bc.tar.gz gentoo-2-3159ded0c323812142f1b1cc13ab6e4d667eb8bc.tar.bz2 gentoo-2-3159ded0c323812142f1b1cc13ab6e4d667eb8bc.zip |
Stable for x86, wrt bug #480554
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/attoparsec/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/attoparsec/attoparsec-0.10.4.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/attoparsec/ChangeLog b/dev-haskell/attoparsec/ChangeLog index 43e896d83ff3..c47ddff40d14 100644 --- a/dev-haskell/attoparsec/ChangeLog +++ b/dev-haskell/attoparsec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/attoparsec # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec/ChangeLog,v 1.2 2013/08/11 08:41:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec/ChangeLog,v 1.3 2013/08/18 13:45:13 ago Exp $ + + 18 Aug 2013; Agostino Sarubbo <ago@gentoo.org> attoparsec-0.10.4.0.ebuild: + Stable for x86, wrt bug #480554 11 Aug 2013; Agostino Sarubbo <ago@gentoo.org> attoparsec-0.10.4.0.ebuild: Stable for amd64, wrt bug #480554 diff --git a/dev-haskell/attoparsec/attoparsec-0.10.4.0.ebuild b/dev-haskell/attoparsec/attoparsec-0.10.4.0.ebuild index 871cf537b196..574c5e5b7fc2 100644 --- a/dev-haskell/attoparsec/attoparsec-0.10.4.0.ebuild +++ b/dev-haskell/attoparsec/attoparsec-0.10.4.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/attoparsec/attoparsec-0.10.4.0.ebuild,v 1.2 2013/08/11 08:41:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/attoparsec/attoparsec-0.10.4.0.ebuild,v 1.3 2013/08/18 13:45:13 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="" RDEPEND="dev-haskell/deepseq:=[profile?] |