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 4C482158091 for ; Fri, 17 Jun 2022 12:11:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21155E0844; Fri, 17 Jun 2022 12:11:35 +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 F1587E0828 for ; Fri, 17 Jun 2022 12:11:34 +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 F19F034199F for ; Fri, 17 Jun 2022 12:11:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73E9350A for ; Fri, 17 Jun 2022 12:11:32 +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: <1655467806.12cfa36a4545d0cadbbb7e5cfb7f384ef0a44edc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/numactl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/numactl/numactl-2.0.14-r1.ebuild sys-process/numactl/numactl-9999.ebuild X-VCS-Directories: sys-process/numactl/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 12cfa36a4545d0cadbbb7e5cfb7f384ef0a44edc X-VCS-Branch: master Date: Fri, 17 Jun 2022 12:11: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: 00b4a9aa-d0e2-45c9-9300-1dfcbbe50984 X-Archives-Hash: 2f549d890c8033f561150c8d34ad5d3f commit: 12cfa36a4545d0cadbbb7e5cfb7f384ef0a44edc Author: Sam James gentoo org> AuthorDate: Fri Jun 17 02:18:39 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 17 12:10:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12cfa36a sys-process/numactl: allow LTO; drop -arm - Allow LTO (fixed upsteam in 2.0.14) - Drop -arm (see https://github.com/numactl/numactl/commit/e13c9a8417360b16a586226f3b80db0d0aebc248). Closes: https://bugs.gentoo.org/692254 Signed-off-by: Sam James gentoo.org> ...{numactl-9999.ebuild => numactl-2.0.14-r1.ebuild} | 20 +++++++++----------- sys-process/numactl/numactl-9999.ebuild | 19 ++++++++----------- 2 files changed, 17 insertions(+), 22 deletions(-) diff --git a/sys-process/numactl/numactl-9999.ebuild b/sys-process/numactl/numactl-2.0.14-r1.ebuild similarity index 76% copy from sys-process/numactl/numactl-9999.ebuild copy to sys-process/numactl/numactl-2.0.14-r1.ebuild index 52aa4083497c..8effff8d7343 100644 --- a/sys-process/numactl/numactl-9999.ebuild +++ b/sys-process/numactl/numactl-2.0.14-r1.ebuild @@ -1,19 +1,18 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit autotools flag-o-matic multilib-minimal +inherit autotools multilib-minimal DESCRIPTION="Utilities and libraries for NUMA systems" HOMEPAGE="https://github.com/numactl/numactl" -if [[ "${PV}" == 9999 ]] ; then +if [[ ${PV} == 9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/numactl/numactl.git" else SRC_URI="https://github.com/numactl/numactl/releases/download/v${PV}/${P}.tar.gz" - # ARM lacks the __NR_migrate_pages syscall. - KEYWORDS="~amd64 -arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~x86 ~amd64-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux" fi LICENSE="GPL-2" @@ -21,17 +20,15 @@ SLOT="0" IUSE="static-libs" PATCHES=( - "${FILESDIR}"/${PN}-2.0.10-numademo-cflags.patch #540856 + "${FILESDIR}"/${PN}-2.0.14-latomic.patch + "${FILESDIR}"/${PN}-2.0.14-numademo-cflags.patch # bug #540856 ) src_prepare() { default - # lto not supported yet - # gcc-9 with -flto leads to link failures: #692254 - filter-flags -flto* - eautoreconf + # We need to copy the sources or else tests will fail multilib_copy_sources } @@ -65,6 +62,7 @@ multilib_src_install() { multilib_src_install_all() { local DOCS=( README.md ) einstalldocs - # delete man pages provided by the man-pages package #238805 + + # Delete man pages provided by the man-pages package, bug #238805 rm -r "${ED}"/usr/share/man/man[25] || die } diff --git a/sys-process/numactl/numactl-9999.ebuild b/sys-process/numactl/numactl-9999.ebuild index 52aa4083497c..3dc7b156a4cc 100644 --- a/sys-process/numactl/numactl-9999.ebuild +++ b/sys-process/numactl/numactl-9999.ebuild @@ -1,19 +1,18 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -inherit autotools flag-o-matic multilib-minimal +inherit autotools multilib-minimal DESCRIPTION="Utilities and libraries for NUMA systems" HOMEPAGE="https://github.com/numactl/numactl" -if [[ "${PV}" == 9999 ]] ; then +if [[ ${PV} == 9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/numactl/numactl.git" else SRC_URI="https://github.com/numactl/numactl/releases/download/v${PV}/${P}.tar.gz" - # ARM lacks the __NR_migrate_pages syscall. - KEYWORDS="~amd64 -arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~x86 ~amd64-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux" fi LICENSE="GPL-2" @@ -21,17 +20,14 @@ SLOT="0" IUSE="static-libs" PATCHES=( - "${FILESDIR}"/${PN}-2.0.10-numademo-cflags.patch #540856 + "${FILESDIR}"/${PN}-2.0.14-numademo-cflags.patch # bug #540856 ) src_prepare() { default - # lto not supported yet - # gcc-9 with -flto leads to link failures: #692254 - filter-flags -flto* - eautoreconf + # We need to copy the sources or else tests will fail multilib_copy_sources } @@ -65,6 +61,7 @@ multilib_src_install() { multilib_src_install_all() { local DOCS=( README.md ) einstalldocs - # delete man pages provided by the man-pages package #238805 + + # Delete man pages provided by the man-pages package, bug #238805 rm -r "${ED}"/usr/share/man/man[25] || die }