commit: 318a0e5475b970d0c596957e88af418c9eeb2aed
Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sun Jan 8 16:43:45 2017 +0000
Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sun Jan 8 16:43:45 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=318a0e54
sci-biology/idba: document upstream opened issue number
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sci-biology/idba/idba-1.1.1.ebuild | 4 ++--
sci-biology/idba/idba-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sci-biology/idba/idba-1.1.1.ebuild
b/sci-biology/idba/idba-1.1.1.ebuild
index d3a82a5..d061f9a 100644
--- a/sci-biology/idba/idba-1.1.1.ebuild
+++ b/sci-biology/idba/idba-1.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -30,5 +30,5 @@ src_install(){
# https://github.com/loneknightpy/idba/issues/23
rm "${D}"/usr/bin/scan.py "${D}"/usr/bin/run-unittest.py || die
rm bin/test bin/*.o bin/Makefile* || die # avoid file collision
- dobin bin/*
+ dobin bin/* # https://github.com/loneknightpy/idba/issues/23
}
diff --git a/sci-biology/idba/idba-9999.ebuild
b/sci-biology/idba/idba-9999.ebuild
index 3252524..da7f888 100644
--- a/sci-biology/idba/idba-9999.ebuild
+++ b/sci-biology/idba/idba-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -30,5 +30,5 @@ src_install(){
# https://github.com/loneknightpy/idba/issues/23
rm "${D}"/usr/bin/scan.py "${D}"/usr/bin/run-unittest.py || die
rm bin/test bin/*.o bin/Makefile* || die # avoid file collision
- dobin bin/*
+ dobin bin/* # https://github.com/loneknightpy/idba/issues/23
}