diff options
author | 2022-08-13 18:22:41 +0100 | |
---|---|---|
committer | 2022-08-13 18:22:41 +0100 | |
commit | da6c688e502b8ea84445c9ec9de08a90da6a9537 (patch) | |
tree | 2a1470a0e7cbe1bdcb96d4a2562b0eac4a22955e /net-fs/libnfs | |
parent | dev-util/watchman: Fix __fsword_t type not defined on musl (diff) | |
download | gentoo-da6c688e502b8ea84445c9ec9de08a90da6a9537.tar.gz gentoo-da6c688e502b8ea84445c9ec9de08a90da6a9537.tar.bz2 gentoo-da6c688e502b8ea84445c9ec9de08a90da6a9537.zip |
net-fs/libnfs: fix whitespace
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-fs/libnfs')
-rw-r--r-- | net-fs/libnfs/libnfs-5.0.2.ebuild | 2 | ||||
-rw-r--r-- | net-fs/libnfs/libnfs-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/libnfs/libnfs-5.0.2.ebuild b/net-fs/libnfs/libnfs-5.0.2.ebuild index 3fedbd9d1bc3..3c544aaa465a 100644 --- a/net-fs/libnfs/libnfs-5.0.2.ebuild +++ b/net-fs/libnfs/libnfs-5.0.2.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit autotools if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git" + EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git" inherit git-r3 else SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz" diff --git a/net-fs/libnfs/libnfs-9999.ebuild b/net-fs/libnfs/libnfs-9999.ebuild index 3fedbd9d1bc3..3c544aaa465a 100644 --- a/net-fs/libnfs/libnfs-9999.ebuild +++ b/net-fs/libnfs/libnfs-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit autotools if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git" + EGIT_REPO_URI="https://github.com/sahlberg/${PN}.git" inherit git-r3 else SRC_URI="https://github.com/sahlberg/${PN}/archive/${P}.tar.gz" |