diff options
author | David Seifert <soap@gentoo.org> | 2016-05-15 01:21:19 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-05-15 01:21:19 +0200 |
commit | 98fd2cc0312c101cb3f5e498f938e1854f86b4a5 (patch) | |
tree | d5bc56981cabe2b507a5cf85cae3f2aaae5ac0b5 /sci-physics/h2o-gtk | |
parent | sci-misc/repsnapper: Fix QA MissingSlotDep (diff) | |
download | gentoo-98fd2cc0312c101cb3f5e498f938e1854f86b4a5.tar.gz gentoo-98fd2cc0312c101cb3f5e498f938e1854f86b4a5.tar.bz2 gentoo-98fd2cc0312c101cb3f5e498f938e1854f86b4a5.zip |
sci-physics/h2o-gtk: Fix QA MissingSlotDep
Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-physics/h2o-gtk')
-rw-r--r-- | sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild b/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild index a8884840b89c..dce499eb5912 100644 --- a/sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild +++ b/sci-physics/h2o-gtk/h2o-gtk-0.1.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$ @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="dev-cpp/gtkmm +RDEPEND="dev-cpp/gtkmm:2.4= >=sci-libs/libh2oxx-0.2 sci-libs/plotmm" DEPEND="${RDEPEND}" |