diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 15:29:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-31 15:29:38 +0000 |
commit | 5f92f7c632a73347dba087e46168067a2610788a (patch) | |
tree | be23da5bc5b0e3077fc10974f44724af03ecac49 /dev-haskell/pango | |
parent | Add ~ppc64, wrt bug #449220 (diff) | |
download | gentoo-2-5f92f7c632a73347dba087e46168067a2610788a.tar.gz gentoo-2-5f92f7c632a73347dba087e46168067a2610788a.tar.bz2 gentoo-2-5f92f7c632a73347dba087e46168067a2610788a.zip |
Add ~ppc64, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-haskell/pango')
-rw-r--r-- | dev-haskell/pango/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/pango/pango-0.12.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/pango/ChangeLog b/dev-haskell/pango/ChangeLog index 4608bb859828..320c8c60e1dc 100644 --- a/dev-haskell/pango/ChangeLog +++ b/dev-haskell/pango/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/pango # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pango/ChangeLog,v 1.11 2012/12/31 14:20:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pango/ChangeLog,v 1.12 2012/12/31 15:29:38 ago Exp $ + + 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> pango-0.12.4.ebuild: + Add ~ppc64, wrt bug #449220 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> pango-0.12.4.ebuild: Add ~ppc, wrt bug #449220 diff --git a/dev-haskell/pango/pango-0.12.4.ebuild b/dev-haskell/pango/pango-0.12.4.ebuild index 7b257356c58c..295056fb3d2b 100644 --- a/dev-haskell/pango/pango-0.12.4.ebuild +++ b/dev-haskell/pango/pango-0.12.4.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/pango/pango-0.12.4.ebuild,v 1.2 2012/12/31 14:20:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pango/pango-0.12.4.ebuild,v 1.3 2012/12/31 15:29:38 ago Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=">=dev-haskell/cairo-0.12.0:=[profile?] |