commit: f4c6229352dfc9705697aa684ce6a251d8dda5f5 Author: Jonas Stein <news <AT> jonasstein <DOT> de> AuthorDate: Tue Jan 24 14:26:55 2017 +0000 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> CommitDate: Wed Jan 25 00:53:42 2017 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=f4c62293
ebuild-writing/eapi: Update example to EAPI=6, 2017 ebuild-writing/eapi/text.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml index a918fd0..6a5de05 100644 --- a/ebuild-writing/eapi/text.xml +++ b/ebuild-writing/eapi/text.xml @@ -42,13 +42,11 @@ Most developers prefer to set the EAPI version without quotes. However, the PMS </note> <codesample lang="ebuild"> -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 -inherit eutils - +EAPI=6 </codesample> <important>
