summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-12-31 15:30:08 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-12-31 15:30:08 +0000
commitcfb7045c57c5001479359cd8e84138ff6c76a940 (patch)
tree863a92b34efdfcc527d8c3e379907765df576f75 /dev-haskell
parentAdd ~ppc64, wrt bug #449220 (diff)
downloadgentoo-2-cfb7045c57c5001479359cd8e84138ff6c76a940.tar.gz
gentoo-2-cfb7045c57c5001479359cd8e84138ff6c76a940.tar.bz2
gentoo-2-cfb7045c57c5001479359cd8e84138ff6c76a940.zip
Add ~ppc64, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/xml-types/ChangeLog5
-rw-r--r--dev-haskell/xml-types/xml-types-0.3.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/xml-types/ChangeLog b/dev-haskell/xml-types/ChangeLog
index e02e59e184e1..9e23896ec995 100644
--- a/dev-haskell/xml-types/ChangeLog
+++ b/dev-haskell/xml-types/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/xml-types
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.4 2012/12/31 14:20:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.5 2012/12/31 15:30:08 ago Exp $
+
+ 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xml-types-0.3.3.ebuild:
+ Add ~ppc64, wrt bug #449220
31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> xml-types-0.3.3.ebuild:
Add ~ppc, wrt bug #449220
diff --git a/dev-haskell/xml-types/xml-types-0.3.3.ebuild b/dev-haskell/xml-types/xml-types-0.3.3.ebuild
index 7aa6d4a4c192..c1787dafa355 100644
--- a/dev-haskell/xml-types/xml-types-0.3.3.ebuild
+++ b/dev-haskell/xml-types/xml-types-0.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.3.ebuild,v 1.2 2012/12/31 14:20:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.3.ebuild,v 1.3 2012/12/31 15:30:08 ago Exp $
EAPI=5
@@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND="dev-haskell/text:=[profile?]