From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 20EE913825A for ; Sat, 14 May 2016 23:32:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C71914252; Sat, 14 May 2016 23:32:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 55E7B14218 for ; Sat, 14 May 2016 23:32:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF69E340BDD for ; Sat, 14 May 2016 23:32:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BE9B97E for ; Sat, 14 May 2016 23:32:18 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1463268079.98fd2cc0312c101cb3f5e498f938e1854f86b4a5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/h2o-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild X-VCS-Directories: sci-physics/h2o-gtk/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 98fd2cc0312c101cb3f5e498f938e1854f86b4a5 X-VCS-Branch: master Date: Sat, 14 May 2016 23:32:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 206a8349-aa93-4b9f-b4e3-e2fd5214f113 X-Archives-Hash: 2c362e2170e4782f0108c3e1dcdd1818 commit: 98fd2cc0312c101cb3f5e498f938e1854f86b4a5 Author: David Seifert gentoo org> AuthorDate: Sat May 14 23:21:19 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 14 23:21:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98fd2cc0 sci-physics/h2o-gtk: Fix QA MissingSlotDep Package-Manager: portage-2.2.28 sci-physics/h2o-gtk/h2o-gtk-0.1.ebuild | 4 ++-- 1 file 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 a888484..dce499e 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}"