mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-28 00:51:41 +02:00
net-nds/rpcbind: Sync with Gentoo
It's from Gentoo commit 794061a3298b5716db015defa7b3e2c583b73980.
This commit is contained in:
parent
ac31256ed8
commit
9907ecf38b
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
|
|||||||
EGIT_REPO_URI="git://linux-nfs.org/~steved/rpcbind.git"
|
EGIT_REPO_URI="git://linux-nfs.org/~steved/rpcbind.git"
|
||||||
inherit autotools git-r3
|
inherit autotools git-r3
|
||||||
else
|
else
|
||||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
|
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
|
||||||
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
|
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 1999-2021 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
|
|||||||
EGIT_REPO_URI="git://linux-nfs.org/~steved/rpcbind.git"
|
EGIT_REPO_URI="git://linux-nfs.org/~steved/rpcbind.git"
|
||||||
inherit autotools git-r3
|
inherit autotools git-r3
|
||||||
else
|
else
|
||||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
|
SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2"
|
||||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user