diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2013-11-05 11:46:33 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2013-11-05 11:46:33 +0000 |
commit | 133473248a9df0d462edeb4e2cd61de2ea94acc8 (patch) | |
tree | 3147613484cb378701e4903b724c01da40b6428b /dev-haskell/http-attoparsec | |
parent | Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkan... (diff) | |
download | gentoo-2-133473248a9df0d462edeb4e2cd61de2ea94acc8.tar.gz gentoo-2-133473248a9df0d462edeb4e2cd61de2ea94acc8.tar.bz2 gentoo-2-133473248a9df0d462edeb4e2cd61de2ea94acc8.zip |
Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkani in bug #488750.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
Diffstat (limited to 'dev-haskell/http-attoparsec')
-rw-r--r-- | dev-haskell/http-attoparsec/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/http-attoparsec/http-attoparsec-0.1.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/http-attoparsec/ChangeLog b/dev-haskell/http-attoparsec/ChangeLog index fbca60b2f54c..0772a8958861 100644 --- a/dev-haskell/http-attoparsec/ChangeLog +++ b/dev-haskell/http-attoparsec/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/http-attoparsec # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-attoparsec/ChangeLog,v 1.1 2013/08/26 08:31:18 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-attoparsec/ChangeLog,v 1.2 2013/11/05 11:46:33 chainsaw Exp $ + + 05 Nov 2013; Tony Vroon <chainsaw@gentoo.org> http-attoparsec-0.1.0.ebuild: + Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El + Lazkani in bug #488750. *http-attoparsec-0.1.0 (26 Aug 2013) diff --git a/dev-haskell/http-attoparsec/http-attoparsec-0.1.0.ebuild b/dev-haskell/http-attoparsec/http-attoparsec-0.1.0.ebuild index 35782614800c..c176d9e7fe12 100644 --- a/dev-haskell/http-attoparsec/http-attoparsec-0.1.0.ebuild +++ b/dev-haskell/http-attoparsec/http-attoparsec-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/http-attoparsec/http-attoparsec-0.1.0.ebuild,v 1.1 2013/08/26 08:31:18 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/http-attoparsec/http-attoparsec-0.1.0.ebuild,v 1.2 2013/11/05 11:46:33 chainsaw 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/attoparsec-0.10.4.0:=[profile?] |