diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2013-11-05 11:40:57 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2013-11-05 11:40:57 +0000 |
commit | a06516e19bd89ede00c6ca8b69fa1e1c572105a1 (patch) | |
tree | c3e8bc853acaf059f99af3e9e8fedb39d4fbe7e6 /dev-haskell | |
parent | Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkan... (diff) | |
download | gentoo-2-a06516e19bd89ede00c6ca8b69fa1e1c572105a1.tar.gz gentoo-2-a06516e19bd89ede00c6ca8b69fa1e1c572105a1.tar.bz2 gentoo-2-a06516e19bd89ede00c6ca8b69fa1e1c572105a1.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')
-rw-r--r-- | dev-haskell/zlib-conduit/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/zlib-conduit/zlib-conduit-1.0.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/zlib-conduit/ChangeLog b/dev-haskell/zlib-conduit/ChangeLog index 75e79ef2a5c6..a817b343f495 100644 --- a/dev-haskell/zlib-conduit/ChangeLog +++ b/dev-haskell/zlib-conduit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/zlib-conduit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib-conduit/ChangeLog,v 1.1 2013/08/26 08:16:32 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib-conduit/ChangeLog,v 1.2 2013/11/05 11:40:57 chainsaw Exp $ + + 05 Nov 2013; Tony Vroon <chainsaw@gentoo.org> zlib-conduit-1.0.0.ebuild: + Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El + Lazkani in bug #488750. *zlib-conduit-1.0.0 (26 Aug 2013) diff --git a/dev-haskell/zlib-conduit/zlib-conduit-1.0.0.ebuild b/dev-haskell/zlib-conduit/zlib-conduit-1.0.0.ebuild index 23ccb0414cc5..d6cf41daf8fd 100644 --- a/dev-haskell/zlib-conduit/zlib-conduit-1.0.0.ebuild +++ b/dev-haskell/zlib-conduit/zlib-conduit-1.0.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/zlib-conduit/zlib-conduit-1.0.0.ebuild,v 1.1 2013/08/26 08:16:32 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib-conduit/zlib-conduit-1.0.0.ebuild,v 1.2 2013/11/05 11:40:57 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="+debug" RDEPEND="=dev-haskell/conduit-1.0*:=[profile?] |