summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-08-22 23:49:11 +0000
committerMichael Weber <xmw@gentoo.org>2012-08-22 23:49:11 +0000
commitbd0262a0c1903de3029c820ff8eb1aa0a969321f (patch)
treed07f51c237d4e3331dd0881f05b720b0a1823071 /dev-util/omake
parentRemove mask on freeipmi. New version is in tree. (diff)
downloadgentoo-2-bd0262a0c1903de3029c820ff8eb1aa0a969321f.tar.gz
gentoo-2-bd0262a0c1903de3029c820ff8eb1aa0a969321f.tar.bz2
gentoo-2-bd0262a0c1903de3029c820ff8eb1aa0a969321f.zip
ppc stable (bug 425742).
(Portage version: 2.1.11.10/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/omake')
-rw-r--r--dev-util/omake/ChangeLog6
-rw-r--r--dev-util/omake/omake-0.9.8.6.0_rc1.ebuild4
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-util/omake/ChangeLog b/dev-util/omake/ChangeLog
index b94dfcd20bad..db988944527d 100644
--- a/dev-util/omake/ChangeLog
+++ b/dev-util/omake/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/omake
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/omake/ChangeLog,v 1.23 2012/07/10 22:30:37 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/omake/ChangeLog,v 1.24 2012/08/22 23:49:11 xmw Exp $
+
+ 22 Aug 2012; Michael Weber <xmw@gentoo.org> omake-0.9.8.6.0_rc1.ebuild:
+ ppc stable (bug 425742).
10 Jul 2012; Johannes Huber <johu@gentoo.org> omake-0.9.8.6.0_rc1.ebuild:
Stable for x86, wrt bug #425742
@@ -103,4 +106,3 @@
+omake-0.9.2.ebuild:
OMake is a better make written in ocaml, used in the metaprl projects and
others. Ebuild submitted by Bardur Arantsson <gentoo@scientician.net>.
-
diff --git a/dev-util/omake/omake-0.9.8.6.0_rc1.ebuild b/dev-util/omake/omake-0.9.8.6.0_rc1.ebuild
index c5151101c883..4b2f24696da2 100644
--- a/dev-util/omake/omake-0.9.8.6.0_rc1.ebuild
+++ b/dev-util/omake/omake-0.9.8.6.0_rc1.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-util/omake/omake-0.9.8.6.0_rc1.ebuild,v 1.2 2012/07/10 22:30:37 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/omake/omake-0.9.8.6.0_rc1.ebuild,v 1.3 2012/08/22 23:49:11 xmw Exp $
EAPI=2
inherit toolchain-funcs multilib versionator eutils
@@ -13,7 +13,7 @@ SRC_URI="http://omake.metaprl.org/downloads/${PN}-${MY_PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="~amd64 ppc x86"
IUSE="doc fam ncurses +ocamlopt readline"
DEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]
ncurses? ( >=sys-libs/ncurses-5.3 )