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 6491C138351 for ; Thu, 20 Feb 2020 08:51:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52C2BE0924; Thu, 20 Feb 2020 08:51:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2155FE0924 for ; Thu, 20 Feb 2020 08:51:13 +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 D259334EE5C for ; Thu, 20 Feb 2020 08:51:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3088612F for ; Thu, 20 Feb 2020 08:51:08 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1582187075.c432a2bc139bc5bafdbd8a8e88916c5ef5f5ea56.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/vino/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/vino/vino-3.22.0-r2.ebuild net-misc/vino/vino-3.22.0-r3.ebuild X-VCS-Directories: net-misc/vino/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: c432a2bc139bc5bafdbd8a8e88916c5ef5f5ea56 X-VCS-Branch: master Date: Thu, 20 Feb 2020 08:51:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d08af637-6dc4-4adf-82c6-3bca609cff99 X-Archives-Hash: 923eda58ca2cfe88ad8be499960b7027 commit: c432a2bc139bc5bafdbd8a8e88916c5ef5f5ea56 Author: Mart Raudsepp gentoo org> AuthorDate: Thu Feb 20 08:24:35 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Feb 20 08:24:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c432a2bc net-misc/vino: fix missing gnome-common eautoreconf dep Closes: https://bugs.gentoo.org/710260 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> net-misc/vino/vino-3.22.0-r2.ebuild | 2 ++ net-misc/vino/vino-3.22.0-r3.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/net-misc/vino/vino-3.22.0-r2.ebuild b/net-misc/vino/vino-3.22.0-r2.ebuild index bb0874d055d..0635d87be2f 100644 --- a/net-misc/vino/vino-3.22.0-r2.ebuild +++ b/net-misc/vino/vino-3.22.0-r2.ebuild @@ -50,9 +50,11 @@ DEPEND="${RDEPEND} app-crypt/libsecret dev-util/glib-utils >=dev-util/intltool-0.50 + gnome-base/gnome-common virtual/pkgconfig " # libsecret is always required at build time per bug 322763 +# eautoreconf needs gnome-common PATCHES=( "${WORKDIR}"/patches/ # Patches from master branch at 2020-02-15 state; needs autoreconf diff --git a/net-misc/vino/vino-3.22.0-r3.ebuild b/net-misc/vino/vino-3.22.0-r3.ebuild index b53f4ca1bcb..6cab14992cc 100644 --- a/net-misc/vino/vino-3.22.0-r3.ebuild +++ b/net-misc/vino/vino-3.22.0-r3.ebuild @@ -49,9 +49,11 @@ DEPEND="${RDEPEND} app-crypt/libsecret dev-util/glib-utils >=dev-util/intltool-0.50 + gnome-base/gnome-common virtual/pkgconfig " # libsecret is always required at build time per bug 322763 +# eautoreconf needs gnome-common PATCHES=( "${WORKDIR}"/patches/ # Patches from master branch at 2020-02-15 state; needs autoreconf