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 19CBF1384AE for ; Sun, 20 Sep 2015 15:27:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01D68E085B; Sun, 20 Sep 2015 15:27:43 +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 9267FE085B for ; Sun, 20 Sep 2015 15:27:42 +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 545C53404B1 for ; Sun, 20 Sep 2015 15:27:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A7A5181 for ; Sun, 20 Sep 2015 15:27:33 +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: <1442762844.291269a5bdaf4023aa4a7cab933f438e05cda4ac.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/vte/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/vte/vte-0.40.2.ebuild X-VCS-Directories: x11-libs/vte/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 291269a5bdaf4023aa4a7cab933f438e05cda4ac X-VCS-Branch: master Date: Sun, 20 Sep 2015 15:27:33 +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: a7a4f392-8013-4cb1-a32c-a19b576493f8 X-Archives-Hash: 0fcf69fbe28d8fd87faaae3f46418280 commit: 291269a5bdaf4023aa4a7cab933f438e05cda4ac Author: Pacho Ramos gentoo org> AuthorDate: Sun Sep 20 15:26:55 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Sep 20 15:27:24 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291269a5 x11-libs/vte: It needs to use use_with for gnutls configure option (#560546 by SpOeK) Package-Manager: portage-2.2.20.1 x11-libs/vte/vte-0.40.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-libs/vte/vte-0.40.2.ebuild b/x11-libs/vte/vte-0.40.2.ebuild index 92a7160..df3f30c 100644 --- a/x11-libs/vte/vte-0.40.2.ebuild +++ b/x11-libs/vte/vte-0.40.2.ebuild @@ -67,7 +67,7 @@ src_configure() { --disable-static \ $(use_enable debug) \ $(use_enable glade glade-catalogue) \ - $(use_enable crypt gnutls) \ + $(use_with crypt gnutls) \ $(use_enable introspection) \ $(use_enable vala) \ ${myconf}