diff options
author | David Seifert <soap@gentoo.org> | 2016-05-14 23:56:04 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-05-15 01:15:28 +0200 |
commit | 47b5c97a6d7b1dcf8268ce0a9b11ef76e5a585db (patch) | |
tree | 6a196adb92eb2bf4bfffc42192b110e01a148343 /sci-biology/vienna-rna | |
parent | sci-biology/vienna-rna: Fix QA MissingSlotDep (diff) | |
download | gentoo-47b5c97a6d7b1dcf8268ce0a9b11ef76e5a585db.tar.gz gentoo-47b5c97a6d7b1dcf8268ce0a9b11ef76e5a585db.tar.bz2 gentoo-47b5c97a6d7b1dcf8268ce0a9b11ef76e5a585db.zip |
sci-biology/vienna-rna: Fix QA MissingSlotDep
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-biology/vienna-rna')
-rw-r--r-- | sci-biology/vienna-rna/vienna-rna-2.1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 8b862403e25f..d485f76997ee 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-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -28,7 +28,7 @@ DEPEND=" doc? ( dev-texlive/texlive-latex ) python? ( ${PYTHON_DEPS} - dev-lang/swig )" + dev-lang/swig:0 )" RDEPEND="${DEPEND}" S="${WORKDIR}/ViennaRNA-${PV}" |