summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-01-19 01:36:07 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-01-19 01:36:07 +0000
commit4a544242bc39b21f5ed70321832162637c4811cb (patch)
treefd55e659b9ede2357efa7066fcd233a8a8e8fa68 /dev-ml
parentVersion bumped. Fixed dependency, bug #205051. (diff)
downloadgentoo-2-4a544242bc39b21f5ed70321832162637c4811cb.tar.gz
gentoo-2-4a544242bc39b21f5ed70321832162637c4811cb.tar.bz2
gentoo-2-4a544242bc39b21f5ed70321832162637c4811cb.zip
Annoying typo...
(Portage version: 2.1.4)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocamlgraph/ChangeLog5
-rw-r--r--dev-ml/ocamlgraph/ocamlgraph-0.99b.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ml/ocamlgraph/ChangeLog b/dev-ml/ocamlgraph/ChangeLog
index d96d435eb0ea..aae813c18675 100644
--- a/dev-ml/ocamlgraph/ChangeLog
+++ b/dev-ml/ocamlgraph/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/ocamlgraph
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgraph/ChangeLog,v 1.6 2008/01/04 01:27:16 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgraph/ChangeLog,v 1.7 2008/01/19 01:36:07 aballier Exp $
+
+ 19 Jan 2008; Alexis Ballier <aballier@gentoo.org> ocamlgraph-0.99b.ebuild:
+ Annoying typo...
*ocamlgraph-0.99b (04 Jan 2008)
diff --git a/dev-ml/ocamlgraph/ocamlgraph-0.99b.ebuild b/dev-ml/ocamlgraph/ocamlgraph-0.99b.ebuild
index 3fd7912ac7af..058f72737b99 100644
--- a/dev-ml/ocamlgraph/ocamlgraph-0.99b.ebuild
+++ b/dev-ml/ocamlgraph/ocamlgraph-0.99b.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgraph/ocamlgraph-0.99b.ebuild,v 1.1 2008/01/04 01:27:16 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlgraph/ocamlgraph-0.99b.ebuild,v 1.2 2008/01/19 01:36:07 aballier Exp $
inherit findlib eutils
@@ -27,7 +27,7 @@ ocamlgraph_need_use() {
pkg_setup() {
use ocamlopt && ocamlgraph_need_use 'dev-lang/ocaml' ocamlopt
use gtk && ocamlgraph_need_use 'dev-ml/lablgtk' gnomecanvas
- use ocamlopt && use gtk && ocamlgraph_need_use 'dev-lang/lablgtk' ocamlopt
+ use ocamlopt && use gtk && ocamlgraph_need_use 'dev-ml/lablgtk' ocamlopt
}
src_unpack() {