summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-16 05:35:20 +0000
committerSam James <sam@gentoo.org>2021-04-16 05:36:36 +0000
commitadda64adc5717a8c285d8449bc8e95bba9ca64a2 (patch)
treea28d26b51f86b94d8a47d655ef0e59c26198ab05 /net-misc
parentnet-analyzer/wireshark: fix EGIT_REPO_URI style (diff)
downloadgentoo-adda64adc5717a8c285d8449bc8e95bba9ca64a2.tar.gz
gentoo-adda64adc5717a8c285d8449bc8e95bba9ca64a2.tar.bz2
gentoo-adda64adc5717a8c285d8449bc8e95bba9ca64a2.zip
net-misc/chrony: fix EGIT_REPO_URI style
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/chrony/chrony-4.0-r1.ebuild2
-rw-r--r--net-misc/chrony/chrony-9999.ebuild2
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 fd4a9fc6eb4e..4fc6e56261e4 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 5287ba540c71..bf4786c59770 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