diff options
author | 2007-12-13 00:43:49 +0000 | |
---|---|---|
committer | 2007-12-13 00:43:49 +0000 | |
commit | a45a2103459c6df2784efcc18ae86d72efbbb49f (patch) | |
tree | 207067934ddffce6a43243bc26dbaba7dd043afe | |
parent | Remove unnecessary blocker. (diff) | |
download | gentoo-2-a45a2103459c6df2784efcc18ae86d72efbbb49f.tar.gz gentoo-2-a45a2103459c6df2784efcc18ae86d72efbbb49f.tar.bz2 gentoo-2-a45a2103459c6df2784efcc18ae86d72efbbb49f.zip |
Remove old comment.
(Portage version: 2.1.3.19)
-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="" |