commit:     021ac334c980bba7a50590d2dd6c7345a3c67e39
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Sep 13 21:10:22 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Sep 13 21:10:22 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=021ac334

sci-biology/deeptools: QA fix: KEYWORDS and conditional definition

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Horea Christian <chr <AT> chymera.eu>

 sci-biology/deeptools/deeptools-2.5.0.ebuild | 8 +++-----
 sci-biology/deeptools/deeptools-9999.ebuild  | 7 ++-----
 2 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/sci-biology/deeptools/deeptools-2.5.0.ebuild 
b/sci-biology/deeptools/deeptools-2.5.0.ebuild
index a0d1d47cd..eb9d530dd 100644
--- a/sci-biology/deeptools/deeptools-2.5.0.ebuild
+++ b/sci-biology/deeptools/deeptools-2.5.0.ebuild
@@ -7,21 +7,19 @@ PYTHON_COMPAT=( python2_7 python3_5 )
 
 inherit distutils-r1
 
-[ "$PV" == "9999" ] && inherit git-2
+[[ "$PV" == "9999" ]] && inherit git-r3
 
 DESCRIPTION="Extract reads from BAM files, normalize, draw figures, convert 
BAM to bigWig"
 HOMEPAGE="https://github.com/fidelram/deepTools";
-if [ "$PV" == "9999" ]; then
+if [[ "$PV" == "9999" ]]; then
        EGIT_REPO_URI="https://github.com/fidelram/deepTools";
-       KEYWORDS=""
 else
        SRC_URI="https://github.com/fidelram/deepTools/archive/2.5.0.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64"
 fi
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE=""
+KEYWORDS="~amd64"
 
 DEPEND=">=dev-python/numpy-1.8.0
                >=sci-libs/scipy-0.17.0

diff --git a/sci-biology/deeptools/deeptools-9999.ebuild 
b/sci-biology/deeptools/deeptools-9999.ebuild
index 3e73bdec5..7c3896433 100644
--- a/sci-biology/deeptools/deeptools-9999.ebuild
+++ b/sci-biology/deeptools/deeptools-9999.ebuild
@@ -7,21 +7,18 @@ PYTHON_COMPAT=( python2_7 python3_5 )
 
 inherit distutils-r1
 
-[ "$PV" == "9999" ] && inherit git-r3
+[[ "$PV" == "9999" ]] && inherit git-r3
 
 DESCRIPTION="Extract reads from BAM files, normalize, draw figures, convert 
BAM to bigWig"
 HOMEPAGE="https://github.com/fidelram/deepTools";
-if [ "$PV" == "9999" ]; then
+if [[ "$PV" == "9999" ]]; then
        EGIT_REPO_URI="https://github.com/fidelram/deepTools";
-       KEYWORDS=""
 else
        SRC_URI="https://github.com/fidelram/deepTools/archive/2.5.0.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64"
 fi
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE=""
 
 DEPEND=">=dev-python/numpy-1.8.0
                >=sci-libs/scipy-0.17.0

Reply via email to