diff options
author | Brent Baude <ranger@gentoo.org> | 2011-01-13 22:16:36 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2011-01-13 22:16:36 +0000 |
commit | 1c12c7427902f46f98e4e2e7a4dda52eb079d34d (patch) | |
tree | 062ea665df4115cc5d30217861e808d79ed4f94a /dev-ml/ounit | |
parent | stable ppc, bug 349631 (diff) | |
download | gentoo-2-1c12c7427902f46f98e4e2e7a4dda52eb079d34d.tar.gz gentoo-2-1c12c7427902f46f98e4e2e7a4dda52eb079d34d.tar.bz2 gentoo-2-1c12c7427902f46f98e4e2e7a4dda52eb079d34d.zip |
stable ppc, bug 349760
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Diffstat (limited to 'dev-ml/ounit')
-rw-r--r-- | dev-ml/ounit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/ounit/ounit-1.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ounit/ChangeLog b/dev-ml/ounit/ChangeLog index c4f1c8f9ff39..67743746e5fa 100644 --- a/dev-ml/ounit/ChangeLog +++ b/dev-ml/ounit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ounit # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.22 2011/01/02 00:46:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ChangeLog,v 1.23 2011/01/13 22:16:36 ranger Exp $ + + 13 Jan 2011; Brent Baude <ranger@gentoo.org> ounit-1.1.0.ebuild: + stable ppc, bug 349760 02 Jan 2011; Markos Chandras <hwoarang@gentoo.org> ounit-1.1.0.ebuild: Stable on amd64 wrt bug #349760 diff --git a/dev-ml/ounit/ounit-1.1.0.ebuild b/dev-ml/ounit/ounit-1.1.0.ebuild index 11c473c4c96e..248be4ff1e29 100644 --- a/dev-ml/ounit/ounit-1.1.0.ebuild +++ b/dev-ml/ounit/ounit-1.1.0.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/ounit/ounit-1.1.0.ebuild,v 1.3 2011/01/02 00:46:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ounit/ounit-1.1.0.ebuild,v 1.4 2011/01/13 22:16:36 ranger Exp $ EAPI="2" @@ -11,7 +11,7 @@ HOMEPAGE="http://ounit.forge.ocamlcore.org/" SRC_URI="https://forge.ocamlcore.org/frs/download.php/495/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]" RDEPEND="${DEPEND}" IUSE="debug doc +ocamlopt" |