diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-01 11:29:11 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-01 11:29:11 +0000 |
commit | ea1a9963bb0648f92d73f3e43d71dfd3226e0d34 (patch) | |
tree | 6644ca639c19bb779db3eb50d026eee385918654 /dev-haskell/filepath | |
parent | Add ~alpha (diff) | |
download | gentoo-2-ea1a9963bb0648f92d73f3e43d71dfd3226e0d34.tar.gz gentoo-2-ea1a9963bb0648f92d73f3e43d71dfd3226e0d34.tar.bz2 gentoo-2-ea1a9963bb0648f92d73f3e43d71dfd3226e0d34.zip |
Add ~alpha
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-haskell/filepath')
-rw-r--r-- | dev-haskell/filepath/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/filepath/filepath-1.1.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/filepath/ChangeLog b/dev-haskell/filepath/ChangeLog index 9eb7c2a161e6..41d9b30276fe 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.13 2007/12/13 17:16:01 dcoutts Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.14 2008/03/01 11:29:11 armin76 Exp $ + + 01 Mar 2008; Raúl Porcel <armin76@gentoo.org> filepath-1.1.0.0.ebuild: + Add ~alpha *filepath-1.1.0.0 (13 Dec 2007) diff --git a/dev-haskell/filepath/filepath-1.1.0.0.ebuild b/dev-haskell/filepath/filepath-1.1.0.0.ebuild index 214d586a7ae0..bb9bef8a1832 100644 --- a/dev-haskell/filepath/filepath-1.1.0.0.ebuild +++ b/dev-haskell/filepath/filepath-1.1.0.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v 1.1 2007/12/13 17:16:01 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v 1.2 2008/03/01 11:29:11 armin76 Exp $ CABAL_FEATURES="haddock lib profile" inherit haskell-cabal @@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/ghc-6.4" |