diff options
-rw-r--r-- | dev-haskell/pango/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/pango/pango-0.12.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/pango/ChangeLog b/dev-haskell/pango/ChangeLog index 320c8c60e1dc..1a89a444ad49 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.12 2012/12/31 15:29:38 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pango/ChangeLog,v 1.13 2013/01/01 11:40:35 ago Exp $ + + 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> pango-0.12.4.ebuild: + Add ~ia64, wrt bug #449220 31 Dec 2012; Agostino Sarubbo <ago@gentoo.org> pango-0.12.4.ebuild: Add ~ppc64, wrt bug #449220 diff --git a/dev-haskell/pango/pango-0.12.4.ebuild b/dev-haskell/pango/pango-0.12.4.ebuild index 295056fb3d2b..5d7d91a5c11b 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 +# Copyright 1999-2013 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.3 2012/12/31 15:29:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pango/pango-0.12.4.ebuild,v 1.4 2013/01/01 11:40:35 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 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=">=dev-haskell/cairo-0.12.0:=[profile?] |