From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1334268-garchives=archives.gentoo.org@lists.gentoo.org>
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))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 34FE6158086
	for <garchives@archives.gentoo.org>; Thu, 28 Oct 2021 13:45:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1C9D0E0894;
	Thu, 28 Oct 2021 13:45:40 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 F0626E0894
	for <gentoo-commits@lists.gentoo.org>; Thu, 28 Oct 2021 13:45:39 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 899DF343C0C
	for <gentoo-commits@lists.gentoo.org>; Thu, 28 Oct 2021 13:45:38 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D19BC17D
	for <gentoo-commits@lists.gentoo.org>; Thu, 28 Oct 2021 13:45:36 +0000 (UTC)
From: "Akinori Hattori" <hattya@gentoo.org>
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" <hattya@gentoo.org>
Message-ID: <1635428728.4b3f6274b8f2ff44ecee1daefa5ab7d500ba378a.hattya@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/ypsilon/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild
X-VCS-Directories: dev-scheme/ypsilon/
X-VCS-Committer: hattya
X-VCS-Committer-Name: Akinori Hattori
X-VCS-Revision: 4b3f6274b8f2ff44ecee1daefa5ab7d500ba378a
X-VCS-Branch: master
Date: Thu, 28 Oct 2021 13:45:36 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e00ca888-9511-4bcb-94e9-bde61469aada
X-Archives-Hash: 2781d597356f1625ccbbc71cff34d69d

commit:     4b3f6274b8f2ff44ecee1daefa5ab7d500ba378a
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 28 13:43:42 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Thu Oct 28 13:45:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3f6274

dev-scheme/ypsilon: fix tests

Closes: https://bugs.gentoo.org/810646
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 .../ypsilon/{ypsilon-0.9.6_p3-r1.ebuild => ypsilon-0.9.6_p3-r2.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild
similarity index 95%
rename from dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
rename to dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild
index d23b6adb8f3..ee62dd3b6fe 100644
--- a/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r1.ebuild
+++ b/dev-scheme/ypsilon/ypsilon-0.9.6_p3-r2.ebuild
@@ -30,7 +30,7 @@ src_prepare() {
 
 	use threads && append-flags -pthread
 	# fix build with >=sys-devel/gcc-11, bug #787866
-	append-cppflags -DNO_TLS
+	sed -i "/^CPPFLAGS/s/=/= -DNO_TLS/" Makefile
 }
 
 src_compile() {
@@ -38,7 +38,6 @@ src_compile() {
 		PREFIX="${EPREFIX}/usr" \
 		AS="$(tc-getAS)" \
 		CXX="$(tc-getCXX)" \
-		CPPFLAGS="${CPPFLAGS}" \
 		CXXFLAGS="${CXXFLAGS}" \
 		LDFLAGS="${LDFLAGS}"
 }