diff options
Diffstat (limited to 'net-misc/netifrc/netifrc-9999.ebuild')
-rw-r--r-- | net-misc/netifrc/netifrc-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/netifrc/netifrc-9999.ebuild b/net-misc/netifrc/netifrc-9999.ebuild index 939911b1c422..2718eb87d9b2 100644 --- a/net-misc/netifrc/netifrc-9999.ebuild +++ b/net-misc/netifrc/netifrc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,8 +13,8 @@ if [[ ${PV} == "9999" ]]; then #EGIT_REPO_URI="https://github.com/gentoo/${PN}" # Alternate inherit git-r3 else - SRC_URI="https://dev.gentoo.org/~robbat2/distfiles/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86" fi LICENSE="BSD-2" @@ -51,7 +51,7 @@ src_compile() { src_install() { emake ${MAKE_ARGS} DESTDIR="${D}" install - dodoc README CREDITS FEATURE-REMOVAL-SCHEDULE STYLE TODO ChangeLog + dodoc README CREDITS FEATURE-REMOVAL-SCHEDULE STYLE TODO # Install the service file LIBEXECDIR=${EPREFIX}/lib/${PN} |