Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/vienna-rna/
Date: Mon, 06 Feb 2017 21:27:42
Message-Id: 1486416425.ca9893c4a77a516656ea5a0f954b991735fb58d9.soap@gentoo
1 commit: ca9893c4a77a516656ea5a0f954b991735fb58d9
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 6 20:48:03 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 6 21:27:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca9893c4
7
8 sci-biology/vienna-rna: Remove dev-lang/swig from RDEPEND
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/3856
12
13 sci-biology/vienna-rna/vienna-rna-2.1.1.ebuild | 11 +++++------
14 sci-biology/vienna-rna/vienna-rna-2.1.8.ebuild | 11 +++++------
15 2 files changed, 10 insertions(+), 12 deletions(-)
16
17 diff --git a/sci-biology/vienna-rna/vienna-rna-2.1.1.ebuild b/sci-biology/vienna-rna/vienna-rna-2.1.1.ebuild
18 index 230f075..dd813a0 100644
19 --- a/sci-biology/vienna-rna/vienna-rna-2.1.1.ebuild
20 +++ b/sci-biology/vienna-rna/vienna-rna-2.1.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 # $Id$
26
27 @@ -22,14 +22,13 @@ IUSE="doc openmp python static-libs"
28
29 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
30
31 -DEPEND="
32 +RDEPEND="
33 dev-lang/perl
34 media-libs/gd
35 doc? ( dev-texlive/texlive-latex )
36 - python? (
37 - ${PYTHON_DEPS}
38 - dev-lang/swig:0 )"
39 -RDEPEND="${DEPEND}"
40 + python? ( ${PYTHON_DEPS} )"
41 +DEPEND="${RDEPEND}
42 + python? ( dev-lang/swig:0 )"
43
44 S="${WORKDIR}/ViennaRNA-${PV}"
45
46
47 diff --git a/sci-biology/vienna-rna/vienna-rna-2.1.8.ebuild b/sci-biology/vienna-rna/vienna-rna-2.1.8.ebuild
48 index d485f76..a8068cb 100644
49 --- a/sci-biology/vienna-rna/vienna-rna-2.1.8.ebuild
50 +++ b/sci-biology/vienna-rna/vienna-rna-2.1.8.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2016 Gentoo Foundation
53 +# Copyright 1999-2017 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Id$
56
57 @@ -22,14 +22,13 @@ IUSE="doc openmp python static-libs"
58
59 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
60
61 -DEPEND="
62 +RDEPEND="
63 dev-lang/perl
64 media-libs/gd
65 doc? ( dev-texlive/texlive-latex )
66 - python? (
67 - ${PYTHON_DEPS}
68 - dev-lang/swig:0 )"
69 -RDEPEND="${DEPEND}"
70 + python? ( ${PYTHON_DEPS} )"
71 +DEPEND="${RDEPEND}
72 + python? ( dev-lang/swig:0 )"
73
74 S="${WORKDIR}/ViennaRNA-${PV}"