diff options
author | Chris Parrott <cparrott@gentoo.org> | 2006-10-05 03:23:53 +0000 |
---|---|---|
committer | Chris Parrott <cparrott@gentoo.org> | 2006-10-05 03:23:53 +0000 |
commit | d8468fff38899389dbf5a4967a823394e17dd0e0 (patch) | |
tree | d0ebc352cac8035af78dc88c19fca04c0eab5519 /dev-haskell/hdoc | |
parent | marked stable for amd64 (bug 144678) (diff) | |
download | gentoo-2-d8468fff38899389dbf5a4967a823394e17dd0e0.tar.gz gentoo-2-d8468fff38899389dbf5a4967a823394e17dd0e0.tar.bz2 gentoo-2-d8468fff38899389dbf5a4967a823394e17dd0e0.zip |
marked stable for amd64 (bug 144678)
(Portage version: 2.1.2_pre2-r3)
Diffstat (limited to 'dev-haskell/hdoc')
-rw-r--r-- | dev-haskell/hdoc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/hdoc/hdoc-0.8.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/hdoc/ChangeLog b/dev-haskell/hdoc/ChangeLog index 6eaeccdc3368..1f78fd8ffb30 100644 --- a/dev-haskell/hdoc/ChangeLog +++ b/dev-haskell/hdoc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/hdoc # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/ChangeLog,v 1.14 2006/10/04 05:32:34 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/ChangeLog,v 1.15 2006/10/05 03:23:53 cparrott Exp $ + + 05 Oct 2006; Chris Parrott <cparrott@gentoo.org> hdoc-0.8.3.ebuild: + marked stable for amd64 (bug 144678) 04 Oct 2006; Joshua Jackson <tsunam@gentoo.org> hdoc-0.8.3.ebuild: Stable x86; bug #144678 diff --git a/dev-haskell/hdoc/hdoc-0.8.3.ebuild b/dev-haskell/hdoc/hdoc-0.8.3.ebuild index c1dc995df746..7618b4209622 100644 --- a/dev-haskell/hdoc/hdoc-0.8.3.ebuild +++ b/dev-haskell/hdoc/hdoc-0.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/hdoc-0.8.3.ebuild,v 1.9 2006/10/04 05:32:34 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/hdoc-0.8.3.ebuild,v 1.10 2006/10/05 03:23:53 cparrott Exp $ DESCRIPTION="A documentation generator for Haskell" HOMEPAGE="http://www.fmi.uni-passau.de/~groessli/hdoc/" @@ -8,7 +8,7 @@ SRC_URI="http://www.fmi.uni-passau.de/~groessli/hdoc/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ppc64 sparc x86" +KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="" DEPEND="virtual/ghc" |