diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-27 11:19:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-27 11:19:26 +0000 |
commit | 47bcf7aac61ecfe68833597c135161f4b4f7da04 (patch) | |
tree | 19510b803e90c87d28e1234b46020da04cd22d4c /dev-haskell/utf8-string | |
parent | Stable for sparc, wrt bug #534812 (diff) | |
download | gentoo-2-47bcf7aac61ecfe68833597c135161f4b4f7da04.tar.gz gentoo-2-47bcf7aac61ecfe68833597c135161f4b4f7da04.tar.bz2 gentoo-2-47bcf7aac61ecfe68833597c135161f4b4f7da04.zip |
Stable for sparc, wrt bug #535022
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/utf8-string')
-rw-r--r-- | dev-haskell/utf8-string/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/utf8-string/utf8-string-0.3.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/utf8-string/ChangeLog b/dev-haskell/utf8-string/ChangeLog index 4e0f566e496b..8ac5d1bf379f 100644 --- a/dev-haskell/utf8-string/ChangeLog +++ b/dev-haskell/utf8-string/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/utf8-string # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.33 2015/02/24 09:06:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.34 2015/02/27 11:19:26 ago Exp $ + + 27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.8.ebuild: + Stable for sparc, wrt bug #535022 24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.8.ebuild: Stable for alpha, wrt bug #535022 diff --git a/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild b/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild index 6c4da216a4f9..66243811dc32 100644 --- a/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild +++ b/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v 1.6 2015/02/24 09:06:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v 1.7 2015/02/27 11:19:26 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 ~amd64-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND=">=dev-lang/ghc-7.4.1:= |