mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/net-tools: git-2->git-r3, git://->https://
Package-Manager: Portage-2.3.31, Repoman-2.3.9
This commit is contained in:
committed by
Mike Gilbert
parent
987a9dc6fb
commit
22840697de
@@ -6,9 +6,8 @@ EAPI="5"
|
||||
inherit flag-o-matic toolchain-funcs
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="git://git.code.sf.net/p/net-tools/code"
|
||||
EGIT_PROJECT="${PN}"
|
||||
inherit git-2
|
||||
EGIT_REPO_URI="https://git.code.sf.net/p/net-tools/code"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="mirror://gentoo/${P}.tar.xz"
|
||||
KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=6
|
||||
inherit flag-o-matic toolchain-funcs
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="git://git.code.sf.net/p/net-tools/code"
|
||||
EGIT_REPO_URI="https://git.code.sf.net/p/net-tools/code"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="https://dev.gentoo.org/~polynomial-c/dist/${P}.tar.xz"
|
||||
|
||||
@@ -6,7 +6,7 @@ EAPI=6
|
||||
inherit flag-o-matic toolchain-funcs
|
||||
|
||||
if [[ ${PV} == "9999" ]] ; then
|
||||
EGIT_REPO_URI="git://git.code.sf.net/p/net-tools/code"
|
||||
EGIT_REPO_URI="https://git.code.sf.net/p/net-tools/code"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="mirror://gentoo/${P}.tar.xz"
|
||||
|
||||
Reference in New Issue
Block a user