diff options
author | David Seifert <soap@gentoo.org> | 2016-05-15 01:30:37 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-05-15 01:30:37 +0200 |
commit | fc738fec92ad2d91783c1a26f50dd80af35d1032 (patch) | |
tree | fe01073ced14f83366e12a4aa08c05f713430907 /sci-visualization/quickplot | |
parent | sci-visualization/quickplot: Fix QA MissingSlotDep (diff) | |
download | gentoo-fc738fec92ad2d91783c1a26f50dd80af35d1032.tar.gz gentoo-fc738fec92ad2d91783c1a26f50dd80af35d1032.tar.bz2 gentoo-fc738fec92ad2d91783c1a26f50dd80af35d1032.zip |
sci-visualization/quickplot: Fix QA MissingSlotDep
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-visualization/quickplot')
-rw-r--r-- | sci-visualization/quickplot/quickplot-0.10.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-visualization/quickplot/quickplot-0.10.8.ebuild b/sci-visualization/quickplot/quickplot-0.10.8.ebuild index c1b72dec9964..8060d352251e 100644 --- a/sci-visualization/quickplot/quickplot-0.10.8.ebuild +++ b/sci-visualization/quickplot/quickplot-0.10.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -19,7 +19,7 @@ IUSE="static-libs" RDEPEND=" media-libs/libsndfile - >=sys-libs/readline-0.6.2 + >=sys-libs/readline-0.6.2:0= x11-libs/gtk+:3" DEPEND="${RDEPEND} virtual/pkgconfig" |