diff options
author | 2022-12-27 09:59:37 -0500 | |
---|---|---|
committer | 2022-12-27 10:01:30 -0500 | |
commit | e1b5a169f5462b001a02690fe76cca84cdebf68b (patch) | |
tree | 0bdb4335fd07b081833a52c586cbc2c3b34e75e2 /dev-python/emailthreads | |
parent | */*: Added LTO use flag, respecting environment (diff) | |
download | guru-e1b5a169f5462b001a02690fe76cca84cdebf68b.tar.gz guru-e1b5a169f5462b001a02690fe76cca84cdebf68b.tar.bz2 guru-e1b5a169f5462b001a02690fe76cca84cdebf68b.zip |
dev-python/emailthreads: change ${S} location
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python/emailthreads')
-rw-r--r-- | dev-python/emailthreads/emailthreads-0.1.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/emailthreads/emailthreads-0.1.3.ebuild b/dev-python/emailthreads/emailthreads-0.1.3.ebuild index 02e597ace..96e2feecd 100644 --- a/dev-python/emailthreads/emailthreads-0.1.3.ebuild +++ b/dev-python/emailthreads/emailthreads-0.1.3.ebuild @@ -10,6 +10,7 @@ inherit distutils-r1 DESCRIPTION="Parses email threads into conversation trees" HOMEPAGE="https://github.com/emersion/python-emailthreads" SRC_URI="https://github.com/emersion/python-${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/python-${PN}-${PV}" LICENSE="MIT" SLOT="0" @@ -18,6 +19,4 @@ KEYWORDS="~amd64" RDEPEND="" DEPEND="${RDEPEND}" -S="${WORKDIR}/python-${PN}-${PV}" - distutils_enable_tests setup.py |