summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-02-12 11:32:23 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-02-12 11:32:23 +0000
commitcab5f847c5766f18b34d747f15eede12cf6a1972 (patch)
tree15e0d95db112c51ecd6d042540e9eee29a4bc351 /dev-ml/core
parentVersion BUmp, fix usage of distutils-r1.eclass (diff)
downloadgentoo-2-cab5f847c5766f18b34d747f15eede12cf6a1972.tar.gz
gentoo-2-cab5f847c5766f18b34d747f15eede12cf6a1972.tar.bz2
gentoo-2-cab5f847c5766f18b34d747f15eede12cf6a1972.zip
depend on custom_printf, bug #499926 by David E. Narváez; clean up old commented out code in the ebuild
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/core')
-rw-r--r--dev-ml/core/ChangeLog6
-rw-r--r--dev-ml/core/core-109.60.00.ebuild7
2 files changed, 7 insertions, 6 deletions
diff --git a/dev-ml/core/ChangeLog b/dev-ml/core/ChangeLog
index ff8e946a71d4..67df24ea9987 100644
--- a/dev-ml/core/ChangeLog
+++ b/dev-ml/core/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/core
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.26 2014/01/19 15:59:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.27 2014/02/12 11:32:23 aballier Exp $
+
+ 12 Feb 2014; Alexis Ballier <aballier@gentoo.org> core-109.60.00.ebuild:
+ depend on custom_printf, bug #499926 by David E. Narváez; clean up old
+ commented out code in the ebuild
*core-109.60.00 (19 Jan 2014)
diff --git a/dev-ml/core/core-109.60.00.ebuild b/dev-ml/core/core-109.60.00.ebuild
index e777d228f3fa..95412d965601 100644
--- a/dev-ml/core/core-109.60.00.ebuild
+++ b/dev-ml/core/core-109.60.00.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-109.60.00.ebuild,v 1.1 2014/01/19 15:59:08 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-109.60.00.ebuild,v 1.2 2014/02/12 11:32:23 aballier Exp $
EAPI="5"
@@ -29,13 +29,10 @@ RDEPEND="
>=dev-ml/comparelib-109.27.00:=
>=dev-ml/herelib-109.35.00:=
>=dev-ml/pipebang-109.15.00:=
+ dev-ml/custom_printf:=
dev-ml/pa_bench:=
dev-ml/pa_test:=
"
DEPEND="${RDEPEND}
test? ( >=dev-ml/ounit-1.1.2 )"
DOCS=( "README.md" )
-
-#src_prepare() {
-# has_version '>=dev-lang/ocaml-4.01.0_beta' && epatch "${FILESDIR}/${PN}-ocaml-4.01.patch"
-#}