summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-06-21 12:03:40 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-06-21 12:03:40 +0000
commit886cf8ab2cf79d8fd7b121ee20599051946a9ccb (patch)
tree1fcbfa1b9ae6bcd02037d8836219f22c3603114a /dev-ml
parentFix twitter ID bug. (diff)
downloadgentoo-2-886cf8ab2cf79d8fd7b121ee20599051946a9ccb.tar.gz
gentoo-2-886cf8ab2cf79d8fd7b121ee20599051946a9ccb.tar.bz2
gentoo-2-886cf8ab2cf79d8fd7b121ee20599051946a9ccb.zip
define eapi before inherit
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/ocaml-sqlite3/ChangeLog8
-rw-r--r--dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild8
2 files changed, 10 insertions, 6 deletions
diff --git a/dev-ml/ocaml-sqlite3/ChangeLog b/dev-ml/ocaml-sqlite3/ChangeLog
index 03dcf929127d..689e4d070b9d 100644
--- a/dev-ml/ocaml-sqlite3/ChangeLog
+++ b/dev-ml/ocaml-sqlite3/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-ml/ocaml-sqlite3
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v 1.10 2008/09/25 12:35:43 aballier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v 1.11 2009/06/21 12:03:40 aballier Exp $
+
+ 21 Jun 2009; Alexis Ballier <aballier@gentoo.org>
+ ocaml-sqlite3-1.2.0.ebuild:
+ define eapi before inherit
25 Sep 2008; Alexis Ballier <aballier@gentoo.org>
files/ocaml-sqlite3-0.22.0-destdir.patch,
diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild
index dc04c4bda3b9..0ec37e2e3092 100644
--- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild
+++ b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild,v 1.3 2008/09/25 12:35:43 aballier Exp $
-
-inherit findlib eutils
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild,v 1.4 2009/06/21 12:03:40 aballier Exp $
EAPI="1"
+inherit findlib eutils
+
IUSE="doc +ocamlopt"
DESCRIPTION="A package for ocaml that provides access to SQLite databases."