diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-18 08:37:19 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-18 08:37:19 +0000 |
commit | eaaa2e2a3602e1c45e58f10f39c649a63fe7fe47 (patch) | |
tree | 38bf28d1752f6f85a56044b79dfb5a2863d0b9b5 /dev-haskell/utf8-string | |
parent | Stable for ppc64, wrt bug #534742 (diff) | |
download | gentoo-2-eaaa2e2a3602e1c45e58f10f39c649a63fe7fe47.tar.gz gentoo-2-eaaa2e2a3602e1c45e58f10f39c649a63fe7fe47.tar.bz2 gentoo-2-eaaa2e2a3602e1c45e58f10f39c649a63fe7fe47.zip |
Stable for ppc64, wrt bug #535022
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", 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 15d4fa8faebc..88acb9ed97e3 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.30 2015/01/17 13:40:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/ChangeLog,v 1.31 2015/01/18 08:37:19 ago Exp $ + + 18 Jan 2015; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.8.ebuild: + Stable for ppc64, wrt bug #535022 17 Jan 2015; Agostino Sarubbo <ago@gentoo.org> utf8-string-0.3.8.ebuild: Stable for ppc, 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 b2ecad33a925..1dcc8e7e9adb 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.3 2015/01/17 13:40:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/utf8-string/utf8-string-0.3.8.ebuild,v 1.4 2015/01/18 08:37:19 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:= |