From ca9893c4a77a516656ea5a0f954b991735fb58d9 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Mon, 6 Feb 2017 21:48:03 +0100 Subject: [PATCH] sci-biology/vienna-rna: Remove dev-lang/swig from RDEPEND 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 | 11 +++++------ sci-biology/vienna-rna/vienna-rna-2.1.8.ebuild | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/sci-biology/vienna-rna/vienna-rna-2.1.1.ebuild b/sci-biology/vienna-rna/vienna-rna-2.1.1.ebuild index 230f075b65e1..dd813a00e40d 100644 --- a/sci-biology/vienna-rna/vienna-rna-2.1.1.ebuild +++ b/sci-biology/vienna-rna/vienna-rna-2.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$ @@ -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}" diff --git a/sci-biology/vienna-rna/vienna-rna-2.1.8.ebuild b/sci-biology/vienna-rna/vienna-rna-2.1.8.ebuild index d485f76997ee..a8068cbb69ce 100644 --- a/sci-biology/vienna-rna/vienna-rna-2.1.8.ebuild +++ b/sci-biology/vienna-rna/vienna-rna-2.1.8.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$ @@ -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}" -- 2.26.2