summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexandre Buisse <nattfodd@gentoo.org>2007-02-21 00:49:35 +0000
committerAlexandre Buisse <nattfodd@gentoo.org>2007-02-21 00:49:35 +0000
commit76bd00c3e130fd7dc27650a70571eb03c52c70a9 (patch)
tree8b857589398471a9c54ca178e518c971790cffb4 /dev-ml
parentstable x86; bug 167816 (diff)
downloadgentoo-2-76bd00c3e130fd7dc27650a70571eb03c52c70a9.tar.gz
gentoo-2-76bd00c3e130fd7dc27650a70571eb03c52c70a9.tar.bz2
gentoo-2-76bd00c3e130fd7dc27650a70571eb03c52c70a9.zip
Removed multiple inherit line.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/extlib/ChangeLog7
-rw-r--r--dev-ml/extlib/extlib-1.5.ebuild7
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-ml/extlib/ChangeLog b/dev-ml/extlib/ChangeLog
index 813e063d16e0..e04ab81b38bb 100644
--- a/dev-ml/extlib/ChangeLog
+++ b/dev-ml/extlib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/extlib
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.3 2005/09/21 17:02:34 mattam Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/ChangeLog,v 1.4 2007/02/21 00:49:35 nattfodd Exp $
+
+ 21 Feb 2007; Alexandre Buisse <nattfodd@gentoo.org> extlib-1.5.ebuild:
+ Removed multiple inherit (thanks to Jokey for reporting).
21 Sep 2005; Matthieu Sozeau <mattam@gentoo.org> :
Version bump (fixes #87864).
diff --git a/dev-ml/extlib/extlib-1.5.ebuild b/dev-ml/extlib/extlib-1.5.ebuild
index 438158d3e451..a0ead7b1b066 100644
--- a/dev-ml/extlib/extlib-1.5.ebuild
+++ b/dev-ml/extlib/extlib-1.5.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.ebuild,v 1.1 2006/09/14 16:23:22 mattam Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/extlib/extlib-1.5.ebuild,v 1.2 2007/02/21 00:49:35 nattfodd Exp $
-inherit findlib
-inherit eutils
+inherit findlib eutils
DESCRIPTION="Standard library extensions for O'Caml"
HOMEPAGE="http://ocaml-lib.sourceforge.net/"