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 E79CD1384B4 for ; Thu, 26 Nov 2015 12:35:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35AC721C023; Thu, 26 Nov 2015 12:35:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CA47321C023 for ; Thu, 26 Nov 2015 12:35:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50949340564 for ; Thu, 26 Nov 2015 12:35:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F152612 for ; Thu, 26 Nov 2015 12:34:54 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1448541223.2eaac4c664180d50a2765c9207bbb7edb1092b6e.eva@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.18.1.ebuild X-VCS-Directories: net-misc/vino/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 2eaac4c664180d50a2765c9207bbb7edb1092b6e X-VCS-Branch: master Date: Thu, 26 Nov 2015 12:34:54 +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: c625b224-8bc7-4c6d-b0ee-f94dea1aad4b X-Archives-Hash: 035183dfd12a32041415920203835993 commit: 2eaac4c664180d50a2765c9207bbb7edb1092b6e Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Nov 26 12:33:43 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Nov 26 12:33:43 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eaac4c6 net-misc/vino: drop redundant gcrypt configure switch Package-Manager: portage-2.2.25 net-misc/vino/vino-3.18.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-misc/vino/vino-3.18.1.ebuild b/net-misc/vino/vino-3.18.1.ebuild index a82b4fb..bee9b3a 100644 --- a/net-misc/vino/vino-3.18.1.ebuild +++ b/net-misc/vino/vino-3.18.1.ebuild @@ -55,7 +55,6 @@ DEPEND="${RDEPEND} src_configure() { gnome2_src_configure \ - --with-gcrypt \ $(use_enable ipv6) \ $(use_with crypt gcrypt) \ $(use_with gnome-keyring secret) \