diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2010-11-20 23:19:59 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2010-11-20 23:19:59 +0000 |
commit | 23b1b69c0f14b1b442f1146fe7dbf27a06e4503e (patch) | |
tree | 737112251c5675dec4397f7e976978a9f682860c /dev-haskell | |
parent | Version bump. Search and browse results alphabetically by default. Export med... (diff) | |
download | gentoo-2-23b1b69c0f14b1b442f1146fe7dbf27a06e4503e.tar.gz gentoo-2-23b1b69c0f14b1b442f1146fe7dbf27a06e4503e.tar.bz2 gentoo-2-23b1b69c0f14b1b442f1146fe7dbf27a06e4503e.zip |
alpha/ia64/sparc stable (bug #339580). Marked ~x86-fbsd (bug #227677).
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/regex-compat/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/regex-compat/regex-compat-0.92.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-haskell/regex-compat/ChangeLog b/dev-haskell/regex-compat/ChangeLog index d60235a46df2..b11f8556b435 100644 --- a/dev-haskell/regex-compat/ChangeLog +++ b/dev-haskell/regex-compat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/regex-compat # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.26 2010/10/19 22:02:08 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/ChangeLog,v 1.27 2010/11/20 23:19:59 slyfox Exp $ + + 20 Nov 2010; Sergei Trofimovich <slyfox@gentoo.org> + regex-compat-0.92.ebuild: + alpha/ia64/sparc stable (bug #339580). Marked ~x86-fbsd (bug #227677). 19 Oct 2010; Thomas Kahle <tomka@gentoo.org> regex-compat-0.92.ebuild: x86 stable per bug 339580 diff --git a/dev-haskell/regex-compat/regex-compat-0.92.ebuild b/dev-haskell/regex-compat/regex-compat-0.92.ebuild index 0ca73ce5466c..32a5b2918950 100644 --- a/dev-haskell/regex-compat/regex-compat-0.92.ebuild +++ b/dev-haskell/regex-compat/regex-compat-0.92.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v 1.5 2010/10/19 22:02:08 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v 1.6 2010/11/20 23:19:59 slyfox 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 ~ia64 ~ppc ~ppc64 ~sparc x86 ~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 |