sci-biology/vienna-rna: Remove dev-lang/swig from RDEPEND
authorDavid Seifert <soap@gentoo.org>
Mon, 6 Feb 2017 20:48:03 +0000 (21:48 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 6 Feb 2017 21:27:05 +0000 (22:27 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3856

sci-biology/vienna-rna/vienna-rna-2.1.1.ebuild
sci-biology/vienna-rna/vienna-rna-2.1.8.ebuild

index 230f075b65e143dbff409dc675e83c6b1fa81ca2..dd813a00e40d457476518c0d3abe50f3d3d28832 100644 (file)
@@ -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$
 
@@ -22,14 +22,13 @@ IUSE="doc openmp python static-libs"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
-DEPEND="
+RDEPEND="
        dev-lang/perl
        media-libs/gd
        doc? ( dev-texlive/texlive-latex )
-       python? (
-               ${PYTHON_DEPS}
-               dev-lang/swig:0 )"
-RDEPEND="${DEPEND}"
+       python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}
+       python? ( dev-lang/swig:0 )"
 
 S="${WORKDIR}/ViennaRNA-${PV}"
 
index d485f76997eebaa43612e225c192aa8088637db1..a8068cbb69ce329d995ed522292fae023748704f 100644 (file)
@@ -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$
 
@@ -22,14 +22,13 @@ IUSE="doc openmp python static-libs"
 
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 
-DEPEND="
+RDEPEND="
        dev-lang/perl
        media-libs/gd
        doc? ( dev-texlive/texlive-latex )
-       python? (
-               ${PYTHON_DEPS}
-               dev-lang/swig:0 )"
-RDEPEND="${DEPEND}"
+       python? ( ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}
+       python? ( dev-lang/swig:0 )"
 
 S="${WORKDIR}/ViennaRNA-${PV}"