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 92C4B1382C5 for ; Sat, 20 Feb 2021 14:55:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA6B1E0848; Sat, 20 Feb 2021 14:55:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A63C2E0848 for ; Sat, 20 Feb 2021 14:55:35 +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 A1A73340C54 for ; Sat, 20 Feb 2021 14:55:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1003D46B for ; Sat, 20 Feb 2021 14:55:32 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1613832586.6fb8da176f5b5b60d354771e44784dbd39cff5c6.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/hfstospell/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild X-VCS-Directories: dev-util/hfstospell/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 6fb8da176f5b5b60d354771e44784dbd39cff5c6 X-VCS-Branch: master Date: Sat, 20 Feb 2021 14:55:32 +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: 7d300a69-2864-4823-bcf9-e0da94738b9a X-Archives-Hash: 346c6d0c1f0aba0572e26ea00e070bc9 commit: 6fb8da176f5b5b60d354771e44784dbd39cff5c6 Author: Joonas Niilola gentoo org> AuthorDate: Sat Feb 20 14:49:46 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Feb 20 14:49:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fb8da17 dev-util/hfstospell: add an extra check for USE="clang" Closes: https://bugs.gentoo.org/771717 Signed-off-by: Joonas Niilola gentoo.org> dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild b/dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild index 59c8bd7eae6..4a2e9cb7a11 100644 --- a/dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild +++ b/dev-util/hfstospell/hfstospell-0.5.2-r1.ebuild @@ -34,6 +34,8 @@ src_configure() { # https://github.com/hfst/hfst-ospell/issues/48 if tc-is-clang; then econf --without-libxmlpp --without-tinyxml2 + elif use clang; then + econf --without-libxmlpp --without-tinyxml2 else default fi