diff options
author | 2007-12-13 00:43:49 +0000 | |
---|---|---|
committer | 2007-12-13 00:43:49 +0000 | |
commit | 7eb799286f3080d7db2f90305f74816ded494e99 (patch) | |
tree | 2e59ce97d7125a2f733faaeb67cfff635f9662ca /dev-haskell/filepath | |
parent | Various minor maintanance changes. Remove unecessary blocker. (diff) | |
download | historical-7eb799286f3080d7db2f90305f74816ded494e99.tar.gz historical-7eb799286f3080d7db2f90305f74816ded494e99.tar.bz2 historical-7eb799286f3080d7db2f90305f74816ded494e99.zip |
Remove old comment.
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-haskell/filepath')
-rw-r--r-- | dev-haskell/filepath/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/filepath/filepath-1.0.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-haskell/filepath/ChangeLog b/dev-haskell/filepath/ChangeLog index aa21ab9ea505..6806212f728c 100644 --- a/dev-haskell/filepath/ChangeLog +++ b/dev-haskell/filepath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/filepath # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.11 2007/12/12 12:54:50 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.12 2007/12/13 00:43:49 dcoutts Exp $ + + 12 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> filepath-1.0.ebuild: + Remove old comment. 12 Dec 2007; Ferris McCormick <fmccor@gentoo.org> filepath-1.0.ebuild: Sparc stable, Bug #201984, and needed for ghc. diff --git a/dev-haskell/filepath/filepath-1.0.ebuild b/dev-haskell/filepath/filepath-1.0.ebuild index fc275e3dcc63..1feee684fa13 100644 --- a/dev-haskell/filepath/filepath-1.0.ebuild +++ b/dev-haskell/filepath/filepath-1.0.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/filepath/filepath-1.0.ebuild,v 1.11 2007/12/12 12:54:50 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.0.ebuild,v 1.12 2007/12/13 00:43:49 dcoutts Exp $ CABAL_FEATURES="haddock lib profile" inherit haskell-cabal @@ -11,7 +11,6 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -#if possible try testing with "~ppc" KEYWORDS="amd64 hppa ~ia64 ~ppc sparc x86" IUSE="" |