diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 14:09:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 14:09:04 +0000 |
commit | c94fbd308c5671995d6af6b62d95a1288b1ba1e1 (patch) | |
tree | ee78b016f9961541a03637afe4afc0207e1fd410 /dev-haskell/xml-types | |
parent | Add ~alpha, wrt bug #449220 (diff) | |
download | gentoo-2-c94fbd308c5671995d6af6b62d95a1288b1ba1e1.tar.gz gentoo-2-c94fbd308c5671995d6af6b62d95a1288b1ba1e1.tar.bz2 gentoo-2-c94fbd308c5671995d6af6b62d95a1288b1ba1e1.zip |
Add ~alpha, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-haskell/xml-types')
-rw-r--r-- | dev-haskell/xml-types/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/xml-types/xml-types-0.3.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/xml-types/ChangeLog b/dev-haskell/xml-types/ChangeLog index 92af07a52176..37a350e6507f 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.6 2013/01/01 11:41:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/ChangeLog,v 1.7 2013/01/01 14:09:04 ago Exp $ + + 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> xml-types-0.3.3.ebuild: + Add ~alpha, wrt bug #449220 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> xml-types-0.3.3.ebuild: Add ~ia64, 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 f318f8acf3b3..3394010dab3e 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-2013 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.4 2013/01/01 11:41:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xml-types/xml-types-0.3.3.ebuild,v 1.5 2013/01/01 14:09:04 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 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND="dev-haskell/text:=[profile?] |