diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 14:53:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-25 14:53:08 +0000 |
commit | f1fd352f8d7fd933fdc7d098a44b3690444c79fb (patch) | |
tree | 0754316ccd1e7cd8334bf1d6881009a1cf439491 /dev-haskell/hxt-charproperties | |
parent | Stable for amd64, wrt bug #464338 (diff) | |
download | gentoo-2-f1fd352f8d7fd933fdc7d098a44b3690444c79fb.tar.gz gentoo-2-f1fd352f8d7fd933fdc7d098a44b3690444c79fb.tar.bz2 gentoo-2-f1fd352f8d7fd933fdc7d098a44b3690444c79fb.zip |
Stable for amd64, wrt bug #464338
(Portage version: 2.1.12.9/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/hxt-charproperties')
-rw-r--r-- | dev-haskell/hxt-charproperties/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-haskell/hxt-charproperties/ChangeLog b/dev-haskell/hxt-charproperties/ChangeLog index 462413541b67..82d0e44ee1e2 100644 --- a/dev-haskell/hxt-charproperties/ChangeLog +++ b/dev-haskell/hxt-charproperties/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/hxt-charproperties -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-charproperties/ChangeLog,v 1.3 2012/09/12 16:01:17 qnikst Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-charproperties/ChangeLog,v 1.4 2013/06/25 14:53:08 ago Exp $ + + 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> + hxt-charproperties-9.1.1.ebuild: + Stable for amd64, wrt bug #464338 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> hxt-charproperties-9.1.0.ebuild, hxt-charproperties-9.1.1.ebuild: diff --git a/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.ebuild b/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.ebuild index 4842d1098b56..3f28becadcc9 100644 --- a/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.ebuild +++ b/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.ebuild,v 1.2 2012/09/12 16:01:17 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hxt-charproperties/hxt-charproperties-9.1.1.ebuild,v 1.3 2013/06/25 14:53:08 ago Exp $ EAPI=4 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND=">=dev-lang/ghc-6.10.1" |