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 43289158089 for ; Tue, 4 Jan 2022 03:29:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D35D2BC046; Tue, 4 Jan 2022 03:29:27 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 413C92BC02F for ; Tue, 4 Jan 2022 03:29:27 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 669F5343198 for ; Tue, 4 Jan 2022 03:29:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E63A9288 for ; Tue, 4 Jan 2022 03:29:23 +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: <1641266928.0a60aab2e3f6b160c61865f02c810e1a62cfb4b0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/radvd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/radvd/radvd-2.19-r2.ebuild X-VCS-Directories: net-misc/radvd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0a60aab2e3f6b160c61865f02c810e1a62cfb4b0 X-VCS-Branch: master Date: Tue, 4 Jan 2022 03:29:23 +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: 1c0af121-1988-433b-b1d2-28d78252609a X-Archives-Hash: 48ffb29f97c408ae22469ea84cb97ff8 commit: 0a60aab2e3f6b160c61865f02c810e1a62cfb4b0 Author: David Seifert gentoo org> AuthorDate: Mon Jan 3 16:11:11 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 4 03:28:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a60aab2 net-misc/radvd: remove kernel_FreeBSD Signed-off-by: David Seifert gentoo.org> Signed-off-by: Sam James gentoo.org> net-misc/radvd/radvd-2.19-r2.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/net-misc/radvd/radvd-2.19-r2.ebuild b/net-misc/radvd/radvd-2.19-r2.ebuild index 151ad5c9031e..5db49bbe22a5 100644 --- a/net-misc/radvd/radvd-2.19-r2.ebuild +++ b/net-misc/radvd/radvd-2.19-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="http://v6web.litech.org/radvd/dist/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 arm arm64 ~hppa ppc ~ppc64 ~riscv sparc x86" -IUSE="kernel_FreeBSD selinux test" +IUSE="selinux test" RESTRICT="!test? ( test )" BDEPEND="virtual/pkgconfig" @@ -53,12 +53,6 @@ src_install() { systemd_dounit "${FILESDIR}"/${PN}.service - if use kernel_FreeBSD ; then - sed -e \ - 's/^SYSCTL_FORWARD=.*$/SYSCTL_FORWARD=net.inet6.ip6.forwarding/g' \ - -i "${D}"/etc/init.d/${PN} || die - fi - readme.gentoo_create_doc }