diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2013-11-05 11:34:17 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2013-11-05 11:34:17 +0000 |
commit | 39c832520e4b529d0b77321980e40f6ebcb99e7d (patch) | |
tree | 40d677a71da3bf87b136154b7a319fdb499791c7 /dev-haskell/crypto-cipher-tests | |
parent | Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El Lazkan... (diff) | |
download | gentoo-2-39c832520e4b529d0b77321980e40f6ebcb99e7d.tar.gz gentoo-2-39c832520e4b529d0b77321980e40f6ebcb99e7d.tar.bz2 gentoo-2-39c832520e4b529d0b77321980e40f6ebcb99e7d.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/crypto-cipher-tests')
-rw-r--r-- | dev-haskell/crypto-cipher-tests/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/crypto-cipher-tests/crypto-cipher-tests-0.0.7.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-haskell/crypto-cipher-tests/ChangeLog b/dev-haskell/crypto-cipher-tests/ChangeLog index 0c7bc56125e6..2c3bb536129b 100644 --- a/dev-haskell/crypto-cipher-tests/ChangeLog +++ b/dev-haskell/crypto-cipher-tests/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/crypto-cipher-tests # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-cipher-tests/ChangeLog,v 1.1 2013/09/13 05:53:02 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-cipher-tests/ChangeLog,v 1.2 2013/11/05 11:34:17 chainsaw Exp $ + + 05 Nov 2013; Tony Vroon <chainsaw@gentoo.org> + crypto-cipher-tests-0.0.7.ebuild: + Marked stable on AMD64 based on arch testing by Elijah "Armageddon" El + Lazkani in bug #488750. *crypto-cipher-tests-0.0.7 (13 Sep 2013) diff --git a/dev-haskell/crypto-cipher-tests/crypto-cipher-tests-0.0.7.ebuild b/dev-haskell/crypto-cipher-tests/crypto-cipher-tests-0.0.7.ebuild index 7d8d9c4dcdbe..c2030dcc3354 100644 --- a/dev-haskell/crypto-cipher-tests/crypto-cipher-tests-0.0.7.ebuild +++ b/dev-haskell/crypto-cipher-tests/crypto-cipher-tests-0.0.7.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/crypto-cipher-tests/crypto-cipher-tests-0.0.7.ebuild,v 1.1 2013/09/13 05:53:02 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/crypto-cipher-tests/crypto-cipher-tests-0.0.7.ebuild,v 1.2 2013/11/05 11:34:17 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/byteable-0.1.1:=[profile?] |