Install this version:
emerge -a =net-misc/smcroute-2.6.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/smcroute-2.6.0
Or alternatively:
emerge --autounmask-write -a =net-misc/smcroute-2.6.0
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit linux-info
DESCRIPTION="A static multicast routing daemon"
HOMEPAGE="https://troglobit.com/projects/smcroute/"
SRC_URI="https://github.com/troglobit/${PN}/releases/download/${PV}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="caps systemd"
RDEPEND="
caps? ( sys-libs/libcap )
systemd? ( sys-apps/systemd:0= )
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
CONFIG_CHECK="
~IP_MROUTE
~IP_PIMSM_V1
~IP_PIMSM_V2
~IP_MROUTE_MULTIPLE_TABLES
~IPV6_MROUTE_MULTIPLE_TABLES
"
src_configure() {
local myconf=(
$(use_with caps libcap)
$(use_with systemd)
)
econf "${myconf[@]}"
}
Manage flags for this package:
euse -i <flag> -p net-misc/smcroute |
euse -E <flag> -p net-misc/smcroute |
euse -D <flag> -p net-misc/smcroute
caps? ( sys-libs/libcap ) systemd? ( sys-apps/systemd:0= )
caps? ( sys-libs/libcap ) systemd? ( sys-apps/systemd:0= )
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | smcroute-2.6.0.tar.gz | 270761 bytes | https://github.com/troglobit/smcroute/releases/download/2.6.0/smcroute-2.6.0.tar.gz |