diff options
author | 2013-03-27 09:29:36 +0000 | |
---|---|---|
committer | 2013-03-27 09:29:36 +0000 | |
commit | f01d278c474134180c5599d3ace60cf909a2904f (patch) | |
tree | 36408423dac2bd2492ace780c96ccf4d9ef1c8db /dev-haskell/text | |
parent | Stable for ppc64, wrt bug #456518 (diff) | |
download | gentoo-2-f01d278c474134180c5599d3ace60cf909a2904f.tar.gz gentoo-2-f01d278c474134180c5599d3ace60cf909a2904f.tar.bz2 gentoo-2-f01d278c474134180c5599d3ace60cf909a2904f.zip |
Stable for ppc64, wrt bug #456520
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/text')
-rw-r--r-- | dev-haskell/text/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/text/text-0.11.2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/text/ChangeLog b/dev-haskell/text/ChangeLog index b13d0cb2ac67..8a6db7dda88a 100644 --- a/dev-haskell/text/ChangeLog +++ b/dev-haskell/text/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/text # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/ChangeLog,v 1.23 2013/03/25 20:46:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/ChangeLog,v 1.24 2013/03/27 09:29:36 ago Exp $ + + 27 Mar 2013; Agostino Sarubbo <ago@gentoo.org> text-0.11.2.3.ebuild: + Stable for ppc64, wrt bug #456520 25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> text-0.11.2.3.ebuild: Stable for x86, wrt bug #456520 diff --git a/dev-haskell/text/text-0.11.2.3.ebuild b/dev-haskell/text/text-0.11.2.3.ebuild index 157c86d72934..59a01780dec9 100644 --- a/dev-haskell/text/text-0.11.2.3.ebuild +++ b/dev-haskell/text/text-0.11.2.3.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/text/text-0.11.2.3.ebuild,v 1.5 2013/03/25 20:46:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/text-0.11.2.3.ebuild,v 1.6 2013/03/27 09:29:36 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="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" # tests fail to build: # <command line>: cannot satisfy -package-id text-0.11.2.3-inplace: # text-0.11.2.3-inplace is shadowed by package text-0.11.2.3-db61832d0c4660614c4ceff234ed4abb |