diff options
author | David Holm <dholm@gentoo.org> | 2005-05-04 17:07:30 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-05-04 17:07:30 +0000 |
commit | 0092791646ae0e0c01c73dcaad8fc855c56a9a7b (patch) | |
tree | 177658b0496bbbdf1d357da050dfab79e2881072 /dev-haskell/haxml/haxml-1.12.ebuild | |
parent | stable on amd64 and x86, added ~ppc to KEYWORDS. introduced support for the s... (diff) | |
download | gentoo-2-0092791646ae0e0c01c73dcaad8fc855c56a9a7b.tar.gz gentoo-2-0092791646ae0e0c01c73dcaad8fc855c56a9a7b.tar.bz2 gentoo-2-0092791646ae0e0c01c73dcaad8fc855c56a9a7b.zip |
Added to ~ppc
(Portage version: 2.0.51.21)
Diffstat (limited to 'dev-haskell/haxml/haxml-1.12.ebuild')
-rw-r--r-- | dev-haskell/haxml/haxml-1.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/haxml/haxml-1.12.ebuild b/dev-haskell/haxml/haxml-1.12.ebuild index da32f3098997..e8df655c5952 100644 --- a/dev-haskell/haxml/haxml-1.12.ebuild +++ b/dev-haskell/haxml/haxml-1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.12.ebuild,v 1.2 2005/04/05 16:23:19 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.12.ebuild,v 1.3 2005/05/04 17:04:21 dholm Exp $ inherit ghc-package fixheadtails @@ -13,7 +13,7 @@ SRC_URI="http://www.haskell.org/HaXml/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" IUSE="doc" |