diff options
author | Patrick Lauer <patrick@gentoo.org> | 2016-07-24 08:03:57 +0200 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2016-07-24 08:03:57 +0200 |
commit | a275ac5fb3d173d899a8d12ca8b786dd3cdd0188 (patch) | |
tree | 87779f29ac1d5e9e4a427c7bf04e6ca78667eaa1 /net-p2p/syncthing | |
parent | dev-perl/Config-Grammar: Bump to version 1.110.0 (diff) | |
download | gentoo-a275ac5fb3d173d899a8d12ca8b786dd3cdd0188.tar.gz gentoo-a275ac5fb3d173d899a8d12ca8b786dd3cdd0188.tar.bz2 gentoo-a275ac5fb3d173d899a8d12ca8b786dd3cdd0188.zip |
net-p2p/syncthing: Whitespace
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-p2p/syncthing')
-rw-r--r-- | net-p2p/syncthing/syncthing-0.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/syncthing/syncthing-0.14.0.ebuild b/net-p2p/syncthing/syncthing-0.14.0.ebuild index 2127bd14acc4..08ebbea4bfce 100644 --- a/net-p2p/syncthing/syncthing-0.14.0.ebuild +++ b/net-p2p/syncthing/syncthing-0.14.0.ebuild @@ -99,7 +99,7 @@ src_install() { pkg_postinst() { local v - for v in ${REPLACING_VERSIONS}; do + for v in ${REPLACING_VERSIONS}; do if [[ $(get_version_component_range 2) -gt \ $(get_version_component_range 2 ${v}) ]]; then ewarn "Version ${PV} is not protocol-compatible with version" \ |