diff options
author | Chris Parrott <cparrott@gentoo.org> | 2007-04-06 16:48:06 +0000 |
---|---|---|
committer | Chris Parrott <cparrott@gentoo.org> | 2007-04-06 16:48:06 +0000 |
commit | 92614cdef20428ece4f053e9fa0b901948a403d0 (patch) | |
tree | 4eeae54c2a242ba8783a95d31cc07d26ce456b63 /dev-haskell/xhtml | |
parent | util-linux is only for Linux. init script depends on acpid now if the person ... (diff) | |
download | gentoo-2-92614cdef20428ece4f053e9fa0b901948a403d0.tar.gz gentoo-2-92614cdef20428ece4f053e9fa0b901948a403d0.tar.bz2 gentoo-2-92614cdef20428ece4f053e9fa0b901948a403d0.zip |
added ~ppc and ~sparc keywords, fix digests
(Portage version: 2.1.2.3)
Diffstat (limited to 'dev-haskell/xhtml')
-rw-r--r-- | dev-haskell/xhtml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/xhtml/xhtml-2006.9.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/xhtml/ChangeLog b/dev-haskell/xhtml/ChangeLog index 9c9e01c855ac..e056dd87a498 100644 --- a/dev-haskell/xhtml/ChangeLog +++ b/dev-haskell/xhtml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/xhtml # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.2 2007/04/04 20:28:03 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/ChangeLog,v 1.3 2007/04/06 16:48:06 cparrott Exp $ + + 06 Apr 2007; Chris Parrott <cparrott@gentoo.org> xhtml-2006.9.13.ebuild: + added keywords for ~ppc and ~sparc 04 Apr 2007; Chris Parrott <cparrott@gentoo.org> xhtml-2006.9.13.ebuild: added ~alpha keyword diff --git a/dev-haskell/xhtml/xhtml-2006.9.13.ebuild b/dev-haskell/xhtml/xhtml-2006.9.13.ebuild index 4bbe6ea7de2c..e6e23503afa7 100644 --- a/dev-haskell/xhtml/xhtml-2006.9.13.ebuild +++ b/dev-haskell/xhtml/xhtml-2006.9.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-2006.9.13.ebuild,v 1.2 2007/04/04 20:28:03 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/xhtml/xhtml-2006.9.13.ebuild,v 1.3 2007/04/06 16:48:06 cparrott Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -13,7 +13,7 @@ SRC_URI="http://www.haskell.org/ghc/dist/${GHC_PV}/ghc-${GHC_PV}-src-extralibs.t LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="" DEPEND=">=virtual/ghc-6.6" |