diff options
author | Sam James <sam@gentoo.org> | 2022-04-16 03:10:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-16 03:10:34 +0100 |
commit | bb81e84ee349bb1e800fc3060eb54c7f603977e4 (patch) | |
tree | 57abc62d4f129bdddc1a3151128895ecd97a6017 /net-misc | |
parent | dev-scheme/chicken: drop old (diff) | |
download | gentoo-bb81e84ee349bb1e800fc3060eb54c7f603977e4.tar.gz gentoo-bb81e84ee349bb1e800fc3060eb54c7f603977e4.tar.bz2 gentoo-bb81e84ee349bb1e800fc3060eb54c7f603977e4.zip |
net-misc/rsync: fix whitespace
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/rsync/rsync-3.2.4.ebuild | 2 | ||||
-rw-r--r-- | net-misc/rsync/rsync-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/rsync/rsync-3.2.4.ebuild b/net-misc/rsync/rsync-3.2.4.ebuild index 9d743d95cc3d..f3a4a1f6ee43 100644 --- a/net-misc/rsync/rsync-3.2.4.ebuild +++ b/net-misc/rsync/rsync-3.2.4.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="File transfer program to keep remote files into sync" HOMEPAGE="https://rsync.samba.org/" if [[ ${PV} == *9999 ]] ; then PYTHON_COMPAT=( python3_{8,9,10} ) - EGIT_REPO_URI="https://github.com/WayneD/rsync.git" + EGIT_REPO_URI="https://github.com/WayneD/rsync.git" inherit autotools git-r3 python-any-r1 else VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/waynedavison.asc diff --git a/net-misc/rsync/rsync-9999.ebuild b/net-misc/rsync/rsync-9999.ebuild index 49950fc14082..a6b2f8bee049 100644 --- a/net-misc/rsync/rsync-9999.ebuild +++ b/net-misc/rsync/rsync-9999.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="File transfer program to keep remote files into sync" HOMEPAGE="https://rsync.samba.org/" if [[ ${PV} == *9999 ]] ; then PYTHON_COMPAT=( python3_{8,9,10} ) - EGIT_REPO_URI="https://github.com/WayneD/rsync.git" + EGIT_REPO_URI="https://github.com/WayneD/rsync.git" inherit autotools git-r3 python-any-r1 else VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/waynedavison.asc |