diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-10-04 18:01:06 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-10-04 18:01:06 +0000 |
commit | 2acea3470f67a43dc0acb4c0028bfd354c7ac1ee (patch) | |
tree | 01cba6f3e425917abb625ff748b990a3ba1be858 /dev-haskell/regex-posix | |
parent | fix bug #216450 (diff) | |
download | historical-2acea3470f67a43dc0acb4c0028bfd354c7ac1ee.tar.gz historical-2acea3470f67a43dc0acb4c0028bfd354c7ac1ee.tar.bz2 historical-2acea3470f67a43dc0acb4c0028bfd354c7ac1ee.zip |
alpha/ia64 stable
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'dev-haskell/regex-posix')
-rw-r--r-- | dev-haskell/regex-posix/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/regex-posix/regex-posix-0.93.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/regex-posix/ChangeLog b/dev-haskell/regex-posix/ChangeLog index 72177c5b3923..79b31a53b80a 100644 --- a/dev-haskell/regex-posix/ChangeLog +++ b/dev-haskell/regex-posix/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/regex-posix # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/ChangeLog,v 1.18 2008/10/04 00:29:50 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/ChangeLog,v 1.19 2008/10/04 17:59:27 armin76 Exp $ + + 04 Oct 2008; Raúl Porcel <armin76@gentoo.org> regex-posix-0.93.1.ebuild: + alpha/ia64 stable 04 Oct 2008; Ferris McCormick <fmccor@gentoo.org> regex-posix-0.72.0.2.ebuild: diff --git a/dev-haskell/regex-posix/regex-posix-0.93.1.ebuild b/dev-haskell/regex-posix/regex-posix-0.93.1.ebuild index da82b5fb5037..64180c3ecd01 100644 --- a/dev-haskell/regex-posix/regex-posix-0.93.1.ebuild +++ b/dev-haskell/regex-posix/regex-posix-0.93.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/regex-posix-0.93.1.ebuild,v 1.2 2008/07/15 06:06:00 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/regex-posix-0.93.1.ebuild,v 1.3 2008/10/04 17:59:27 armin76 Exp $ CABAL_FEATURES="profile haddock lib" 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="~alpha ~amd64 hppa ~ia64 ~sparc ~x86" +KEYWORDS="alpha ~amd64 hppa ia64 ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/ghc-6.6 |