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 74B40138334 for ; Tue, 19 Mar 2019 12:21:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FB25E0857; Tue, 19 Mar 2019 12:21:25 +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 3C1C6E0857 for ; Tue, 19 Mar 2019 12:21:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 04898335D01 for ; Tue, 19 Mar 2019 12:21:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D59FF4E3 for ; Tue, 19 Mar 2019 12:21:21 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1552998042.7d7b3bee4b06f4a813daff7c0945e25fd57f9b7e.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpsl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libpsl/libpsl-0.20.2.ebuild X-VCS-Directories: net-libs/libpsl/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7d7b3bee4b06f4a813daff7c0945e25fd57f9b7e X-VCS-Branch: master Date: Tue, 19 Mar 2019 12:21:21 +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: e6be09b7-8a8e-495a-8dd3-375b8352765e X-Archives-Hash: baf2dcd6ae6ad3118e5355fc8a5dd64e commit: 7d7b3bee4b06f4a813daff7c0945e25fd57f9b7e Author: Alexis Ballier gentoo org> AuthorDate: Tue Mar 19 12:20:42 2019 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Mar 19 12:20:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d7b3bee net-libs/libpsl: Fix typo causing build failures didable-ubsan -> disable-ubsan Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Alexis Ballier gentoo.org> net-libs/libpsl/libpsl-0.20.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libpsl/libpsl-0.20.2.ebuild b/net-libs/libpsl/libpsl-0.20.2.ebuild index 58adc0c6791..6eed8f0695e 100644 --- a/net-libs/libpsl/libpsl-0.20.2.ebuild +++ b/net-libs/libpsl/libpsl-0.20.2.ebuild @@ -38,7 +38,7 @@ multilib_src_configure() { local myeconfargs=( --disable-asan --disable-cfi - --didable-ubsan + --disable-ubsan $(use_enable man) )