diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-05-11 23:12:30 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-05-11 23:25:19 -0700 |
commit | 9246c5cb6cdf03feccbac48f23a3a9748c4137a5 (patch) | |
tree | f5b08d5accf47897b58c41a2316d365409e9e833 /net-nds | |
parent | sys-devel/slibtool: Version bump to 0.5.34 (diff) | |
download | gentoo-9246c5cb6cdf03feccbac48f23a3a9748c4137a5.tar.gz gentoo-9246c5cb6cdf03feccbac48f23a3a9748c4137a5.tar.bz2 gentoo-9246c5cb6cdf03feccbac48f23a3a9748c4137a5.zip |
net-nds/rpcbind: Port to EAPI=7
And propagate ~riscv keyword.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-nds')
-rw-r--r-- | net-nds/rpcbind/rpcbind-9999.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-nds/rpcbind/rpcbind-9999.ebuild b/net-nds/rpcbind/rpcbind-9999.ebuild index aada63a85850..51778b3ddf63 100644 --- a/net-nds/rpcbind/rpcbind-9999.ebuild +++ b/net-nds/rpcbind/rpcbind-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit systemd @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit autotools git-r3 else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi DESCRIPTION="portmap replacement which supports RPC over various protocols" @@ -21,13 +21,13 @@ SLOT="0" IUSE="debug remotecalls selinux systemd tcpd warmstarts" REQUIRED_USE="systemd? ( warmstarts )" -CDEPEND=">=net-libs/libtirpc-0.2.3:= +DEPEND=">=net-libs/libtirpc-0.2.3:= systemd? ( sys-apps/systemd:= ) tcpd? ( sys-apps/tcp-wrappers )" -DEPEND="${CDEPEND} - virtual/pkgconfig" -RDEPEND="${CDEPEND} +RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-rpcbind )" +BDEPEND=" + virtual/pkgconfig" src_prepare() { default |