diff options
author | Brent Baude <ranger@gentoo.org> | 2012-07-03 16:12:20 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-07-03 16:12:20 +0000 |
commit | f7fde08351cbd0d5d840c09d439ec6022b14a091 (patch) | |
tree | a6f55edbdb1a27bbfd096685b18e7c96271f15d1 /dev-ml/pcre-ocaml | |
parent | Marking test-framework-hunit-0.2.7 ppc for bug 414713 (diff) | |
download | gentoo-2-f7fde08351cbd0d5d840c09d439ec6022b14a091.tar.gz gentoo-2-f7fde08351cbd0d5d840c09d439ec6022b14a091.tar.bz2 gentoo-2-f7fde08351cbd0d5d840c09d439ec6022b14a091.zip |
Marking pcre-ocaml-6.2.5 ppc for bug 416533
(Portage version: 2.1.10.65/cvs/Linux ppc64)
Diffstat (limited to 'dev-ml/pcre-ocaml')
-rw-r--r-- | dev-ml/pcre-ocaml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/pcre-ocaml/pcre-ocaml-6.2.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/pcre-ocaml/ChangeLog b/dev-ml/pcre-ocaml/ChangeLog index 524cdcf2a493..bd365c0622d5 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.45 2012/05/22 05:58:28 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.46 2012/07/03 16:12:20 ranger Exp $ + + 03 Jul 2012; Brent Baude <ranger@gentoo.org> pcre-ocaml-6.2.5.ebuild: + Marking pcre-ocaml-6.2.5 ppc for bug 416533 22 May 2012; Jeff Horelick <jdhore@gentoo.org> pcre-ocaml-6.2.5.ebuild: marked x86 per bug 416533 diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-6.2.5.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-6.2.5.ebuild index 2ff42ca7677b..5fa6e909b270 100644 --- a/dev-ml/pcre-ocaml/pcre-ocaml-6.2.5.ebuild +++ b/dev-ml/pcre-ocaml/pcre-ocaml-6.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.5.ebuild,v 1.3 2012/05/22 05:58:28 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-6.2.5.ebuild,v 1.4 2012/07/03 16:12:20 ranger 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" |