diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-07-24 09:25:02 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-07-24 09:25:02 +0000 |
commit | f09bac53e31497de55873ed0d3dd453f40d15314 (patch) | |
tree | d327ee906dd5f85d1713a10910170bfdddb78752 /dev-ml | |
parent | Stable on amd64 wrt bug #374283 (diff) | |
download | gentoo-2-f09bac53e31497de55873ed0d3dd453f40d15314.tar.gz gentoo-2-f09bac53e31497de55873ed0d3dd453f40d15314.tar.bz2 gentoo-2-f09bac53e31497de55873ed0d3dd453f40d15314.zip |
Stable on amd64 wrt bug #374971
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/pcre-ocaml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/pcre-ocaml/ChangeLog b/dev-ml/pcre-ocaml/ChangeLog index a97937fb92aa..b845a06f301e 100644 --- a/dev-ml/pcre-ocaml/ChangeLog +++ b/dev-ml/pcre-ocaml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/pcre-ocaml # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.37 2011/01/20 19:59:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.38 2011/07/24 09:25:02 hwoarang Exp $ + + 24 Jul 2011; Markos Chandras <hwoarang@gentoo.org> pcre-ocaml-6.2.2.ebuild: + Stable on amd64 wrt bug #374971 *pcre-ocaml-6.2.2 (20 Jan 2011) diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild index 08ed21e0086c..87922c658a3d 100644 --- a/dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild +++ b/dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild,v 1.1 2011/01/20 19:59:19 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.2.ebuild,v 1.2 2011/07/24 09:25:02 hwoarang Exp $ EAPI="2" @@ -16,7 +16,7 @@ RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?] DEPEND="${RDEPEND}" SLOT="0" IUSE="examples +ocamlopt" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~x86 ~x86-fbsd" src_prepare() { epatch "${FILESDIR}/${PN}-6.0.1-linkopts.patch" |