diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2017-03-23 03:02:28 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2017-03-23 03:02:28 +0000 |
commit | 2498b2698051cfd46fa0756e04793f54b2e9a7fd (patch) | |
tree | 58433137c775c4d1143d5de8ecddd6a1a2be96c5 /finance/electrum/files/patch-setup.py | |
parent | security/py-pyaes: Pure-Python implementation of AES block-cipher and (diff) |
finance/electrum: Update to version 2.8.2
- Update run-time dependencies
- Update patch-setup.py (minor change to apply to new file)
- Upstream release notes:
https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES
Approved by: swills (mentor, implicit)
Diffstat (limited to 'finance/electrum/files/patch-setup.py')
-rw-r--r-- | finance/electrum/files/patch-setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/electrum/files/patch-setup.py b/finance/electrum/files/patch-setup.py index c9ee461dfdcd..14c388af005a 100644 --- a/finance/electrum/files/patch-setup.py +++ b/finance/electrum/files/patch-setup.py @@ -1,4 +1,4 @@ ---- setup.py.orig 2016-02-29 14:37:15 UTC +--- setup.py.orig 2017-03-23 01:56:41 UTC +++ setup.py @@ -21,12 +21,6 @@ if platform.system() in ['Linux', 'FreeB parser.add_argument('--root=', dest='root_path', metavar='dir', default='/') @@ -7,7 +7,7 @@ - if not os.access(opts.root_path + usr_share, os.W_OK) and \ - not os.access(opts.root_path, os.W_OK): - if 'XDG_DATA_HOME' in os.environ.keys(): -- usr_share = os.environ['$XDG_DATA_HOME'] +- usr_share = os.environ['XDG_DATA_HOME'] - else: - usr_share = os.path.expanduser('~/.local/share') data_files += [ |