Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/mricron/
Date: Wed, 24 Feb 2016 16:50:11
Message-Id: 1456330895.c4071899cd40b601cb95adbe1bdd11574299cda8.jlec@gentoo
1 commit: c4071899cd40b601cb95adbe1bdd11574299cda8
2 Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
3 AuthorDate: Wed Feb 24 16:21:35 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 24 16:21:35 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c4071899
7
8 sci-biology/mricron: added required eclass, updated copyright and EAPI
9
10 Package-Manager: portage-2.2.27
11
12 sci-biology/mricron/mricron-9999.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/sci-biology/mricron/mricron-9999.ebuild b/sci-biology/mricron/mricron-9999.ebuild
16 index 6015c74..571eeb5 100644
17 --- a/sci-biology/mricron/mricron-9999.ebuild
18 +++ b/sci-biology/mricron/mricron-9999.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 -EAPI="5"
26 +EAPI="6"
27
28 -inherit git-r3
29 +inherit git-r3 gnome2-utils
30
31 DESCRIPTION="A simle medical imaging visualization tool"
32 HOMEPAGE="https://github.com/neurolabusc/MRIcron"