diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-03 11:56:02 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-03 11:56:02 +0000 |
commit | 67288f60c31a0c457022febfcf1786712d826e72 (patch) | |
tree | 4efd1422ce09b4400eaa42a4d34ad55ae1fb940f /dev-haskell/text | |
parent | Stable for ia64, wrt bug #470648 (diff) | |
download | gentoo-2-67288f60c31a0c457022febfcf1786712d826e72.tar.gz gentoo-2-67288f60c31a0c457022febfcf1786712d826e72.tar.bz2 gentoo-2-67288f60c31a0c457022febfcf1786712d826e72.zip |
Stable for ia64, wrt bug #480564
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", 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.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/text/ChangeLog b/dev-haskell/text/ChangeLog index 2b32771fe122..d010c1827fc9 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.35 2013/09/02 20:19:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/ChangeLog,v 1.36 2013/09/03 11:56:02 ago Exp $ + + 03 Sep 2013; Agostino Sarubbo <ago@gentoo.org> text-0.11.3.1.ebuild: + Stable for ia64, wrt bug #480564 02 Sep 2013; Agostino Sarubbo <ago@gentoo.org> text-0.11.3.1.ebuild: Stable for alpha, wrt bug #480564 diff --git a/dev-haskell/text/text-0.11.3.1.ebuild b/dev-haskell/text/text-0.11.3.1.ebuild index ce1f44989cf1..059d13639355 100644 --- a/dev-haskell/text/text-0.11.3.1.ebuild +++ b/dev-haskell/text/text-0.11.3.1.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.3.1.ebuild,v 1.6 2013/09/02 20:19:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text/text-0.11.3.1.ebuild,v 1.7 2013/09/03 11:56:02 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" IUSE="developer" RDEPEND=">=dev-haskell/deepseq-1.1.0.0:=[profile?] |