diff options
Diffstat (limited to 'dev-haskell/pcre-light')
-rw-r--r-- | dev-haskell/pcre-light/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/pcre-light/pcre-light-0.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/pcre-light/ChangeLog b/dev-haskell/pcre-light/ChangeLog index 6e8928291a75..190d1bc3bba4 100644 --- a/dev-haskell/pcre-light/ChangeLog +++ b/dev-haskell/pcre-light/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/pcre-light -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pcre-light/ChangeLog,v 1.2 2012/09/12 15:43:28 qnikst Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pcre-light/ChangeLog,v 1.3 2013/07/21 17:21:57 ottxor Exp $ + + 21 Jul 2013; Christoph Junghans <ottxor@gentoo.org> pcre-light-0.4.ebuild: + added ~amd64-linux (tested by me) 12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org> pcre-light-0.4.ebuild: move dev-haskell/pcre-light/pcre-light-0.4.ebuild ebuild to mirror://hackage diff --git a/dev-haskell/pcre-light/pcre-light-0.4.ebuild b/dev-haskell/pcre-light/pcre-light-0.4.ebuild index b5574ede7f83..42ceed186460 100644 --- a/dev-haskell/pcre-light/pcre-light-0.4.ebuild +++ b/dev-haskell/pcre-light/pcre-light-0.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pcre-light/pcre-light-0.4.ebuild,v 1.2 2012/09/12 15:43:28 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pcre-light/pcre-light-0.4.ebuild,v 1.3 2013/07/21 17:21:57 ottxor Exp $ # ebuild generated by hackport 0.2.13 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux" IUSE="" RDEPEND=">=dev-lang/ghc-6.8.2 |