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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D1D4F158094 for ; Wed, 29 Jun 2022 13:52:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0DE21E0A60; Wed, 29 Jun 2022 13:52:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2745E0A60 for ; Wed, 29 Jun 2022 13:52:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE9853419EF for ; Wed, 29 Jun 2022 13:52:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2570C456 for ; Wed, 29 Jun 2022 13:52:22 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1656510718.2d5884bbc4c9cb1218fe3c33001507e06fedcc8c.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/yaskkserv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/yaskkserv2/yaskkserv2-0.1.3.ebuild X-VCS-Directories: app-i18n/yaskkserv2/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 2d5884bbc4c9cb1218fe3c33001507e06fedcc8c X-VCS-Branch: master Date: Wed, 29 Jun 2022 13:52:22 +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: af438c1f-d9c1-42cd-8150-696ae4f93c8d X-Archives-Hash: 0b12838290db92d34e5fa7fbceedf451 commit: 2d5884bbc4c9cb1218fe3c33001507e06fedcc8c Author: Akinori Hattori gentoo org> AuthorDate: Wed Jun 29 13:51:58 2022 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Jun 29 13:51:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d5884bb app-i18n/yaskkserv2: fix tests Closes: https://bugs.gentoo.org/854096 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> app-i18n/yaskkserv2/yaskkserv2-0.1.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-i18n/yaskkserv2/yaskkserv2-0.1.3.ebuild b/app-i18n/yaskkserv2/yaskkserv2-0.1.3.ebuild index bfa5d1ad36c1..f5ecfb102462 100644 --- a/app-i18n/yaskkserv2/yaskkserv2-0.1.3.ebuild +++ b/app-i18n/yaskkserv2/yaskkserv2-0.1.3.ebuild @@ -187,6 +187,8 @@ src_prepare() { sed -i "/^dictionary =/s|= .*|= ${EPREFIX}/usr/lib/${PN}/default.euc|" etc/${PN}.conf export OPENSSL_NO_VENDOR=true + # skip network tests + sed -i "s/^fn ${PN}.*_google_/#[ignore]\n&/" src/skk/test_unix/${PN}.rs } src_test() {