diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-10-22 13:08:49 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-10-22 13:09:19 +0200 |
commit | 1298dc2cd43472dc1a6cef1018c050864c77eecc (patch) | |
tree | 13f2601b96d7fc7a9c31afb50aac8bc6c1597440 /dev-python/reportlab | |
parent | dev-python/sclapp: Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD (diff) | |
download | gentoo-1298dc2cd43472dc1a6cef1018c050864c77eecc.tar.gz gentoo-1298dc2cd43472dc1a6cef1018c050864c77eecc.tar.bz2 gentoo-1298dc2cd43472dc1a6cef1018c050864c77eecc.zip |
Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILD
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/reportlab')
-rw-r--r-- | dev-python/reportlab/reportlab-2.6.ebuild | 2 | ||||
-rw-r--r-- | dev-python/reportlab/reportlab-3.1.44-r1.ebuild | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/dev-python/reportlab/reportlab-2.6.ebuild b/dev-python/reportlab/reportlab-2.6.ebuild index a08bbb62ae82..1606664c3ebe 100644 --- a/dev-python/reportlab/reportlab-2.6.ebuild +++ b/dev-python/reportlab/reportlab-2.6.ebuild @@ -25,8 +25,6 @@ RDEPEND="virtual/python-imaging DEPEND="${RDEPEND} app-arch/unzip" -DISTUTILS_NO_PARALLEL_BUILD=1 - src_unpack() { unpack ${P}.tar.gz cd ${P}/src/reportlab/fonts || die diff --git a/dev-python/reportlab/reportlab-3.1.44-r1.ebuild b/dev-python/reportlab/reportlab-3.1.44-r1.ebuild index ab1363217e91..4028999f391b 100644 --- a/dev-python/reportlab/reportlab-3.1.44-r1.ebuild +++ b/dev-python/reportlab/reportlab-3.1.44-r1.ebuild @@ -32,8 +32,6 @@ DEPEND="${RDEPEND} app-arch/unzip " -DISTUTILS_NO_PARALLEL_BUILD=1 - src_unpack() { unpack ${P}.tar.gz cd ${P}/src/reportlab/fonts || die |