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-chemistry/mgltools-opengltk/
Date: Sun, 29 Jan 2017 11:59:45
Message-Id: 1485691164.7883c445e960217cecb11bdc78e84086ba331c2e.jlec@gentoo
1 commit: 7883c445e960217cecb11bdc78e84086ba331c2e
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 29 11:58:51 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 29 11:59:24 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7883c445
7
8 sci-chemistry/mgltools-opengltk: QA fixes
9
10 Add slot operator
11
12 Package-Manager: Portage-2.3.3, Repoman-2.3.1
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 sci-chemistry/mgltools-opengltk/mgltools-opengltk-1.5.6.ebuild | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/sci-chemistry/mgltools-opengltk/mgltools-opengltk-1.5.6.ebuild b/sci-chemistry/mgltools-opengltk/mgltools-opengltk-1.5.6.ebuild
19 index ba8531b..c505a09 100644
20 --- a/sci-chemistry/mgltools-opengltk/mgltools-opengltk-1.5.6.ebuild
21 +++ b/sci-chemistry/mgltools-opengltk/mgltools-opengltk-1.5.6.ebuild
22 @@ -1,8 +1,8 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 -EAPI=5
29 +EAPI=6
30
31 PYTHON_COMPAT=( python2_7 )
32
33 @@ -25,7 +25,7 @@ RDEPEND="
34 dev-python/numpy[${PYTHON_USEDEP}]
35 dev-tcltk/tkdnd
36 dev-tcltk/togl:0
37 - media-libs/glew
38 + media-libs/glew:0=
39 virtual/opengl"
40 DEPEND="${RDEPEND}
41 dev-lang/swig"