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 CC845158003 for ; Fri, 9 Sep 2022 07:59:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22ACDE092F; Fri, 9 Sep 2022 07:59:45 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EDFF1E0931 for ; Fri, 9 Sep 2022 07:59:44 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 16D65340F03 for ; Fri, 9 Sep 2022 07:59:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E298D5E8 for ; Fri, 9 Sep 2022 07:59:40 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1662710363.ccadbe6f727c97a02278729560870794db87b3e5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/lksctp-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/lksctp-tools/lksctp-tools-1.0.19-r1.ebuild net-misc/lksctp-tools/lksctp-tools-1.0.19.ebuild X-VCS-Directories: net-misc/lksctp-tools/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: ccadbe6f727c97a02278729560870794db87b3e5 X-VCS-Branch: master Date: Fri, 9 Sep 2022 07:59:40 +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: fca0500e-02c4-44f9-8b8d-a2cd10f18c8e X-Archives-Hash: 55bc0f20bca60a233e048ec9faf2dab3 commit: ccadbe6f727c97a02278729560870794db87b3e5 Author: Sam James gentoo org> AuthorDate: Fri Sep 9 07:59:23 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Sep 9 07:59:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccadbe6f net-misc/lksctp-tools: drop multilib, EAPI 8 No multilib reverse dependencies. Closes: https://github.com/gentoo/gentoo/pull/27077 Signed-off-by: Sam James gentoo.org> Signed-off-by: David Seifert gentoo.org> ...ksctp-tools-1.0.19.ebuild => lksctp-tools-1.0.19-r1.ebuild} | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/net-misc/lksctp-tools/lksctp-tools-1.0.19.ebuild b/net-misc/lksctp-tools/lksctp-tools-1.0.19-r1.ebuild similarity index 88% rename from net-misc/lksctp-tools/lksctp-tools-1.0.19.ebuild rename to net-misc/lksctp-tools/lksctp-tools-1.0.19-r1.ebuild index bfac4bc42111..bfe0d0720d9c 100644 --- a/net-misc/lksctp-tools/lksctp-tools-1.0.19.ebuild +++ b/net-misc/lksctp-tools/lksctp-tools-1.0.19-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=8 -inherit flag-o-matic autotools linux-info multilib-minimal +inherit flag-o-matic autotools linux-info DESCRIPTION="Tools for Linux Kernel Stream Control Transmission Protocol implementation" HOMEPAGE="http://lksctp.sourceforge.net/" @@ -29,11 +29,9 @@ src_prepare() { default eautoreconf - - multilib_copy_sources } -multilib_src_configure() { +src_configure() { append-flags -fno-strict-aliasing local myeconfargs=( @@ -44,7 +42,7 @@ multilib_src_configure() { econf "${myeconfargs[@]}" } -multilib_src_install_all() { +src_install() { default dodoc doc/*txt