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 5D4CC1395E2 for ; Sat, 10 Dec 2016 10:42:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D19DE0C2E; Sat, 10 Dec 2016 10:42:33 +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 4AF30E0C2E for ; Sat, 10 Dec 2016 10:42:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 382DC3413FD for ; Sat, 10 Dec 2016 10:42:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CAFAD4A6 for ; Sat, 10 Dec 2016 10:42:30 +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: <1481366441.c39197ebe0abaa59da3190c4c007d26148b2543f.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/vinagre/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/vinagre/vinagre-3.20.2-r1.ebuild net-misc/vinagre/vinagre-3.22.0-r1.ebuild X-VCS-Directories: net-misc/vinagre/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c39197ebe0abaa59da3190c4c007d26148b2543f X-VCS-Branch: master Date: Sat, 10 Dec 2016 10:42:30 +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: c1dfc16f-9d85-4346-90c2-e9e327f9ba2b X-Archives-Hash: 96bd40167d0700eaffe3cab0a952e6f1 commit: c39197ebe0abaa59da3190c4c007d26148b2543f Author: Pacho Ramos gentoo org> AuthorDate: Sat Dec 10 10:40:41 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Dec 10 10:40:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c39197eb net-misc/vinagre: gnome-base/gnome-common needed for eautoreconf (#602206 by Eugene Cormier) Package-Manager: portage-2.3.2 net-misc/vinagre/vinagre-3.20.2-r1.ebuild | 3 +++ net-misc/vinagre/vinagre-3.22.0-r1.ebuild | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/net-misc/vinagre/vinagre-3.20.2-r1.ebuild b/net-misc/vinagre/vinagre-3.20.2-r1.ebuild index 99ae564..dc5a5c1 100644 --- a/net-misc/vinagre/vinagre-3.20.2-r1.ebuild +++ b/net-misc/vinagre/vinagre-3.20.2-r1.ebuild @@ -43,7 +43,10 @@ DEPEND="${RDEPEND} >=sys-devel/gettext-0.17 virtual/pkgconfig $(vala_depend) + + gnome-base/gnome-common " +# gnome-base/gnome-common needed for eautoreconf pkg_pretend() { # Needed for VNC ssh tunnel, bug #518574 diff --git a/net-misc/vinagre/vinagre-3.22.0-r1.ebuild b/net-misc/vinagre/vinagre-3.22.0-r1.ebuild index e3ba81d..5c05404 100644 --- a/net-misc/vinagre/vinagre-3.22.0-r1.ebuild +++ b/net-misc/vinagre/vinagre-3.22.0-r1.ebuild @@ -42,8 +42,10 @@ DEPEND="${RDEPEND} >=dev-util/intltool-0.50 >=sys-devel/gettext-0.17 virtual/pkgconfig -" + gnome-base/gnome-common +" +# gnome-base/gnome-common needed for eautoreconf pkg_pretend() { # Needed for VNC ssh tunnel, bug #518574 CONFIG_CHECK="~IPV6"