diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-06-26 03:04:03 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-06-26 03:04:03 +0000 |
commit | 61443fafaea07602bf3bf91407b59955515ce42f (patch) | |
tree | f4ce9ee4bc42c2fb880454f4548d492e79c84b96 /dev-haskell/regex-posix | |
parent | Stable for alpha, wrt bug #472668 (diff) | |
download | gentoo-2-61443fafaea07602bf3bf91407b59955515ce42f.tar.gz gentoo-2-61443fafaea07602bf3bf91407b59955515ce42f.tar.bz2 gentoo-2-61443fafaea07602bf3bf91407b59955515ce42f.zip |
Stable for alpha, wrt bug #473338
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
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.95.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/regex-posix/ChangeLog b/dev-haskell/regex-posix/ChangeLog index f7f387fbda79..1ac07a457311 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/ChangeLog,v 1.43 2013/06/25 13:01:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/ChangeLog,v 1.44 2013/06/26 03:04:03 ago Exp $ + + 26 Jun 2013; Agostino Sarubbo <ago@gentoo.org> regex-posix-0.95.2.ebuild: + Stable for alpha, wrt bug #473338 25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> regex-posix-0.95.2.ebuild: Stable for amd64, wrt bug #473338 diff --git a/dev-haskell/regex-posix/regex-posix-0.95.2.ebuild b/dev-haskell/regex-posix/regex-posix-0.95.2.ebuild index f97819c7b399..07e7464a0f52 100644 --- a/dev-haskell/regex-posix/regex-posix-0.95.2.ebuild +++ b/dev-haskell/regex-posix/regex-posix-0.95.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.95.2.ebuild,v 1.5 2013/06/25 13:01:44 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-posix/regex-posix-0.95.2.ebuild,v 1.6 2013/06/26 03:04:03 ago Exp $ EAPI=4 @@ -13,7 +13,7 @@ SRC_URI="mirror://hackage/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="" RDEPEND=">=dev-haskell/regex-base-0.93[profile?] |