From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-933067-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 402C7139694
	for <garchives@archives.gentoo.org>; Mon, 20 Feb 2017 15:37:05 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 732F221C09D;
	Mon, 20 Feb 2017 15:37:02 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 4928721C09D
	for <gentoo-commits@lists.gentoo.org>; Mon, 20 Feb 2017 15:37:02 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 294DA33E142
	for <gentoo-commits@lists.gentoo.org>; Mon, 20 Feb 2017 15:37:01 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C3DDB4E88
	for <gentoo-commits@lists.gentoo.org>; Mon, 20 Feb 2017 15:36:59 +0000 (UTC)
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" <aballier@gentoo.org>
Message-ID: <1487604926.73ed1ddfb0b39832dca4a5adcda8b9bf7aa3e4cf.aballier@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-doc/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild
X-VCS-Directories: dev-ml/ocaml-doc/
X-VCS-Committer: aballier
X-VCS-Committer-Name: Alexis Ballier
X-VCS-Revision: 73ed1ddfb0b39832dca4a5adcda8b9bf7aa3e4cf
X-VCS-Branch: master
Date: Mon, 20 Feb 2017 15:36:59 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 348aa82e-7921-4e01-8026-22c0abee5e28
X-Archives-Hash: 06480806d17acb35555830ee0ab6e070

commit:     73ed1ddfb0b39832dca4a5adcda8b9bf7aa3e4cf
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 15:35:26 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 15:35:26 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73ed1ddf

dev-ml/ocaml-doc: Use EAPI=5.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild b/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild
index a210f42d73..4ebdf30555 100644
--- a/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild
+++ b/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=5
+
 DESCRIPTION="Ocaml reference manual (html)"
 HOMEPAGE="http://caml.inria.fr/pub/docs/manual-ocaml/"
 SRC_URI="http://caml.inria.fr/pub/distrib/ocaml-${PV}/ocaml-${PV}-refman-html.tar.gz"