commit: adda64adc5717a8c285d8449bc8e95bba9ca64a2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Apr 16 05:35:20 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 16 05:36:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adda64ad
net-misc/chrony: fix EGIT_REPO_URI style Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/chrony/chrony-4.0-r1.ebuild | 2 +- net-misc/chrony/chrony-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/chrony/chrony-4.0-r1.ebuild b/net-misc/chrony/chrony-4.0-r1.ebuild index fd4a9fc6eb4..4fc6e56261e 100644 --- a/net-misc/chrony/chrony-4.0-r1.ebuild +++ b/net-misc/chrony/chrony-4.0-r1.ebuild @@ -10,8 +10,8 @@ DESCRIPTION="NTP client and server programs" HOMEPAGE="https://chrony.tuxfamily.org/ https://git.tuxfamily.org/chrony/chrony.git" if [[ ${PV} == "9999" ]]; then - inherit git-r3 EGIT_REPO_URI="https://git.tuxfamily.org/chrony/chrony.git" + inherit git-r3 else SRC_URI="https://download.tuxfamily.org/${PN}/${P/_/-}.tar.gz" SRC_URI+=" verify-sig? ( https://download.tuxfamily.org/chrony/${P}-tar-gz-asc.txt -> ${P}.tar.gz.asc )" diff --git a/net-misc/chrony/chrony-9999.ebuild b/net-misc/chrony/chrony-9999.ebuild index 5287ba540c7..bf4786c5977 100644 --- a/net-misc/chrony/chrony-9999.ebuild +++ b/net-misc/chrony/chrony-9999.ebuild @@ -9,8 +9,8 @@ DESCRIPTION="NTP client and server programs" HOMEPAGE="https://chrony.tuxfamily.org/ https://git.tuxfamily.org/chrony/chrony.git" if [[ ${PV} == "9999" ]]; then - inherit git-r3 EGIT_REPO_URI="https://git.tuxfamily.org/chrony/chrony.git" + inherit git-r3 else VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/mlichvar.asc inherit verify-sig
