commit:     c5518a330eed03dff467108d89666cc1996d7da5
Author:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Thu Jun 28 13:54:24 2018 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Thu Jun 28 13:54:24 2018 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c5518a33

sci-biology/poretools: change LICENSE, add missing DEPENDency

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-biology/poretools/poretools-0.6.0.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/sci-biology/poretools/poretools-0.6.0.ebuild 
b/sci-biology/poretools/poretools-0.6.0.ebuild
index 449d486db..158c10a9d 100644
--- a/sci-biology/poretools/poretools-0.6.0.ebuild
+++ b/sci-biology/poretools/poretools-0.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -12,7 +12,7 @@ HOMEPAGE="https://poretools.readthedocs.io
        https://github.com/arq5x/poretools";
 SRC_URI="https://github.com/arq5x/poretools/archive/v0.6.0.tar.gz -> 
${P}.tar.gz"
 
-LICENSE="GPL-2" # https://github.com/arq5x/poretools/issues/136
+LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
@@ -23,4 +23,5 @@ RDEPEND="${DEPEND}
        >=dev-python/h5py-2.2[${PYTHON_USEDEP}]
        dev-python/matplotlib[${PYTHON_USEDEP}]
        dev-python/seaborn[${PYTHON_USEDEP}]
-       dev-python/pandas[${PYTHON_USEDEP}]"
+       dev-python/pandas[${PYTHON_USEDEP}]
+       dev-python/python-dateutil[${PYTHON_USEDEP}]"

Reply via email to