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
commitb7460891c5473d614876528093c9421c35119132 (patch)
tree6043ff55eb8e9b73c07b58c7ac9d71bf199e7879 /dev-ml
parentFix twitter ID bug. (diff)
downloadhistorical-b7460891c5473d614876528093c9421c35119132.tar.gz
historical-b7460891c5473d614876528093c9421c35119132.tar.bz2
historical-b7460891c5473d614876528093c9421c35119132.zip
define eapi before inherit
Package-Manager: portage-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."