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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 878B3158041 for ; Thu, 29 Feb 2024 05:44:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46555E2A40; Thu, 29 Feb 2024 05:44:52 +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 21D3BE2A40 for ; Thu, 29 Feb 2024 05:44:52 +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 06F58343066 for ; Thu, 29 Feb 2024 05:44:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4004714E6 for ; Thu, 29 Feb 2024 05:44:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1709185462.d75e15958f8afbe0da714fcec426bcc2fce8b90e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/kea/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/kea/kea-2.4.0-r1.ebuild net-misc/kea/kea-2.4.1.ebuild net-misc/kea/kea-9999.ebuild X-VCS-Directories: net-misc/kea/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d75e15958f8afbe0da714fcec426bcc2fce8b90e X-VCS-Branch: master Date: Thu, 29 Feb 2024 05:44:49 +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: 398d44b9-183d-4d2b-9254-e9798214e35f X-Archives-Hash: 3959d675ee2094e8b43392bbcc17182c commit: d75e15958f8afbe0da714fcec426bcc2fce8b90e Author: Eli Schwartz gmail com> AuthorDate: Thu Feb 29 05:28:29 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 29 05:44:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75e1595 net-misc/kea: mark as LTO-unsafe No upstream bug report. I tried. They won't let me create an account: ``` 1 error prohibited this user from being saved: Email is not allowed for sign-up. Please use your regular email address. Check with your administrator. ``` Closes: https://bugs.gentoo.org/861617 Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> net-misc/kea/kea-2.4.0-r1.ebuild | 9 ++++++++- net-misc/kea/kea-2.4.1.ebuild | 9 ++++++++- net-misc/kea/kea-9999.ebuild | 11 +++++++++-- 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/net-misc/kea/kea-2.4.0-r1.ebuild b/net-misc/kea/kea-2.4.0-r1.ebuild index 7227b2d84c1d..72c97487d6f6 100644 --- a/net-misc/kea/kea-2.4.0-r1.ebuild +++ b/net-misc/kea/kea-2.4.0-r1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.isc.org/kea/" PYTHON_COMPAT=( python3_{8..12} ) -inherit autotools fcaps python-single-r1 systemd tmpfiles +inherit autotools fcaps flag-o-matic python-single-r1 systemd tmpfiles if [[ ${PV} = 9999* ]] ; then inherit git-r3 @@ -90,6 +90,13 @@ src_prepare() { } src_configure() { + # -Werror=odr + # https://bugs.gentoo.org/861617 + # + # I would truly love to submit an upstream bug but their self-hosted gitlab + # won't let me sign up. -- Eli + filter-lto + local myeconfargs=( --disable-install-configurations --disable-rpath diff --git a/net-misc/kea/kea-2.4.1.ebuild b/net-misc/kea/kea-2.4.1.ebuild index 7227b2d84c1d..72c97487d6f6 100644 --- a/net-misc/kea/kea-2.4.1.ebuild +++ b/net-misc/kea/kea-2.4.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://www.isc.org/kea/" PYTHON_COMPAT=( python3_{8..12} ) -inherit autotools fcaps python-single-r1 systemd tmpfiles +inherit autotools fcaps flag-o-matic python-single-r1 systemd tmpfiles if [[ ${PV} = 9999* ]] ; then inherit git-r3 @@ -90,6 +90,13 @@ src_prepare() { } src_configure() { + # -Werror=odr + # https://bugs.gentoo.org/861617 + # + # I would truly love to submit an upstream bug but their self-hosted gitlab + # won't let me sign up. -- Eli + filter-lto + local myeconfargs=( --disable-install-configurations --disable-rpath diff --git a/net-misc/kea/kea-9999.ebuild b/net-misc/kea/kea-9999.ebuild index bf1c596ab6ba..2c411fe395c2 100644 --- a/net-misc/kea/kea-9999.ebuild +++ b/net-misc/kea/kea-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ HOMEPAGE="https://www.isc.org/kea/" PYTHON_COMPAT=( python3_{8..12} ) -inherit autotools fcaps python-single-r1 systemd tmpfiles +inherit autotools fcaps flag-o-matic python-single-r1 systemd tmpfiles if [[ ${PV} = 9999* ]] ; then inherit git-r3 @@ -86,6 +86,13 @@ src_prepare() { } src_configure() { + # -Werror=odr + # https://bugs.gentoo.org/861617 + # + # I would truly love to submit an upstream bug but their self-hosted gitlab + # won't let me sign up. -- Eli + filter-lto + local myeconfargs=( --disable-install-configurations --disable-rpath