diff options
Diffstat (limited to 'dev-haskell/gtk')
-rw-r--r-- | dev-haskell/gtk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/gtk/gtk-0.12.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/gtk/ChangeLog b/dev-haskell/gtk/ChangeLog index c0dadd6a23c6..2ebd0266614b 100644 --- a/dev-haskell/gtk/ChangeLog +++ b/dev-haskell/gtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/gtk # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk/ChangeLog,v 1.10 2013/01/01 11:39:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk/ChangeLog,v 1.11 2013/01/01 14:07:02 ago Exp $ + + 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gtk-0.12.4.ebuild: + Add ~alpha, wrt bug #449220 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gtk-0.12.4.ebuild: Add ~ia64, wrt bug #449220 diff --git a/dev-haskell/gtk/gtk-0.12.4.ebuild b/dev-haskell/gtk/gtk-0.12.4.ebuild index 391007ea028e..c9f30d6c76ab 100644 --- a/dev-haskell/gtk/gtk-0.12.4.ebuild +++ b/dev-haskell/gtk/gtk-0.12.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk/gtk-0.12.4.ebuild,v 1.4 2013/01/01 11:39:13 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk/gtk-0.12.4.ebuild,v 1.5 2013/01/01 14:07:02 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=">=dev-haskell/cairo-0.12.0:=[profile?] |