diff options
author | 2011-02-25 13:20:28 +0000 | |
---|---|---|
committer | 2011-02-25 13:20:28 +0000 | |
commit | d8831dc5183530a7994eb101e35ecb5a8c5f8367 (patch) | |
tree | 7a25f3182268c2796af778b195baf66dd92147c6 /dev-haskell/regex-posix | |
parent | ppc64 stable wrt #339580 (diff) | |
download | historical-d8831dc5183530a7994eb101e35ecb5a8c5f8367.tar.gz historical-d8831dc5183530a7994eb101e35ecb5a8c5f8367.tar.bz2 historical-d8831dc5183530a7994eb101e35ecb5a8c5f8367.zip |
ppc/ppc64 stable wrt #339580
Package-Manager: portage-2.2.0_alpha23/cvs/Linux ppc64
Diffstat (limited to 'dev-haskell/regex-posix')
-rw-r--r-- | dev-haskell/regex-posix/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/regex-posix/regex-posix-0.94.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-haskell/regex-posix/ChangeLog b/dev-haskell/regex-posix/ChangeLog index 0f45b7090166..c1cc25ee9288 100644 --- a/dev-haskell/regex-posix/ChangeLog +++ b/dev-haskell/regex-posix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/regex-posix -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/ChangeLog,v 1.27 2010/11/20 23:17:57 slyfox Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/ChangeLog,v 1.28 2011/02/25 13:08:22 xarthisius Exp $ + + 25 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> + regex-posix-0.94.1.ebuild: + ppc/ppc64 stable wrt #339580 20 Nov 2010; Sergei Trofimovich <slyfox@gentoo.org> regex-posix-0.94.1.ebuild: diff --git a/dev-haskell/regex-posix/regex-posix-0.94.1.ebuild b/dev-haskell/regex-posix/regex-posix-0.94.1.ebuild index 208e8c358a0f..c9c9aceb4bc9 100644 --- a/dev-haskell/regex-posix/regex-posix-0.94.1.ebuild +++ b/dev-haskell/regex-posix/regex-posix-0.94.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 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.94.1.ebuild,v 1.5 2010/11/20 23:17:57 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/regex-posix-0.94.1.ebuild,v 1.6 2011/02/25 13:08:22 xarthisius Exp $ CABAL_FEATURES="lib profile haddock" 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 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" DEPEND=">=dev-lang/ghc-6.6.1 |