diff options
| author | eroen | 2019-07-31 21:56:07 +0200 |
|---|---|---|
| committer | eroen | 2019-07-31 22:00:36 +0200 |
| commit | 93624fff578083f2e086b623d8c55d50e2bd2910 (patch) | |
| tree | 376656f9f7dfc8aab370f77a5b970c6e29ca5599 /net-misc/sendspace-cli/sendspace-cli-0.1.3.ebuild | |
| parent | bbd8db68c25a6e5f5f2ac6463136c0357d0aed27 (diff) | |
| download | eroen-overlay-93624fff578083f2e086b623d8c55d50e2bd2910.tar.gz eroen-overlay-93624fff578083f2e086b623d8c55d50e2bd2910.tar.bz2 eroen-overlay-93624fff578083f2e086b623d8c55d50e2bd2910.tar.xz | |
sendspace-cli - support failglob
Signed-off-by: Erik Moen <eroen-overlay@occam.eroen.eu>
Diffstat (limited to 'net-misc/sendspace-cli/sendspace-cli-0.1.3.ebuild')
| -rw-r--r-- | net-misc/sendspace-cli/sendspace-cli-0.1.3.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-misc/sendspace-cli/sendspace-cli-0.1.3.ebuild b/net-misc/sendspace-cli/sendspace-cli-0.1.3.ebuild index fffe6b8f..3b55b3d6 100644 --- a/net-misc/sendspace-cli/sendspace-cli-0.1.3.ebuild +++ b/net-misc/sendspace-cli/sendspace-cli-0.1.3.ebuild @@ -6,7 +6,7 @@ EAPI=6 PYTHON_COMPAT=(python2_7 python3_{4,5}) -inherit distutils-r1 +inherit estack distutils-r1 DESCRIPTION="For uploading files to SendSpace from command line." HOMEPAGE="https://github.com/Tatsh/sendspace-cli https://pypi.python.org/pypi/sendspace-cli" @@ -20,3 +20,9 @@ IUSE="" RDEPEND="dev-python/pycurl[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}]" DEPEND="" + +src_install() { + eshopts_push -u failglob + distutils-r1_src_install + eshopts_pop +} |
