Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: app-portage/g-octave/
Date: Mon, 22 Feb 2016 13:26:03
Message-Id: 1456138357.b5f8b8132cd7ab440cca96ee558067e21de084a1.jlec@gentoo
1 commit: b5f8b8132cd7ab440cca96ee558067e21de084a1
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 22 10:52:37 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 22 10:52:37 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b5f8b813
7
8 app-portage/g-octave: Bump to EAPI=6
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 app-portage/g-octave/g-octave-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-portage/g-octave/g-octave-9999.ebuild b/app-portage/g-octave/g-octave-9999.ebuild
17 index afcd849..a06d000 100644
18 --- a/app-portage/g-octave/g-octave-9999.ebuild
19 +++ b/app-portage/g-octave/g-octave-9999.ebuild
20 @@ -1,8 +1,8 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 -EAPI=5
27 +EAPI=6
28
29 PYTHON_COMPAT=( python2_7 )