From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1ABB1139695 for ; Wed, 24 May 2017 08:38:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4369921C08F; Wed, 24 May 2017 08:38:37 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2150B21C08F for ; Wed, 24 May 2017 08:38:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B55FE341721 for ; Wed, 24 May 2017 08:38:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BB947463 for ; Wed, 24 May 2017 08:38:34 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1495614807.18ea4247e2a6ba9a9724b2b05e18d88132926de3.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gtk-vnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gtk-vnc/gtk-vnc-0.6.0.ebuild X-VCS-Directories: net-libs/gtk-vnc/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 18ea4247e2a6ba9a9724b2b05e18d88132926de3 X-VCS-Branch: master Date: Wed, 24 May 2017 08:38:34 +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: 70360301-1633-4be6-bce3-9af9d5da5a71 X-Archives-Hash: 92794c985c54bd3b53fe04033e537ee9 commit: 18ea4247e2a6ba9a9724b2b05e18d88132926de3 Author: Pacho Ramos gentoo org> AuthorDate: Wed May 24 08:33:27 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed May 24 08:33:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ea4247 net-libs/gtk-vnc: Needs to be rebuilt when gnutls subslot changes, fix subslot dep on g-o-i Package-Manager: Portage-2.3.6, Repoman-2.3.2 net-libs/gtk-vnc/gtk-vnc-0.6.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net-libs/gtk-vnc/gtk-vnc-0.6.0.ebuild b/net-libs/gtk-vnc/gtk-vnc-0.6.0.ebuild index 42010da3aaf..6cb12b57a43 100644 --- a/net-libs/gtk-vnc/gtk-vnc-0.6.0.ebuild +++ b/net-libs/gtk-vnc/gtk-vnc-0.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,12 +27,12 @@ COMMON_DEPEND=" >=dev-libs/glib-2.30.1:2 >=dev-libs/libgcrypt-1.4.2:0= dev-libs/libgpg-error - >=net-libs/gnutls-3.0 + >=net-libs/gnutls-3.0:0= >=x11-libs/cairo-1.2 >=x11-libs/gtk+-2.18:2 x11-libs/libX11 gtk3? ( >=x11-libs/gtk+-2.91.3:3 ) - introspection? ( >=dev-libs/gobject-introspection-0.9.4 ) + introspection? ( >=dev-libs/gobject-introspection-0.9.4:= ) pulseaudio? ( media-sound/pulseaudio ) python? ( ${PYTHON_DEPS} @@ -48,7 +48,7 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig vala? ( $(vala_depend) - >=dev-libs/gobject-introspection-0.9.4:= ) + >=dev-libs/gobject-introspection-0.9.4 ) " # eautoreconf requires gnome-common