diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-09 11:38:14 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-09 22:06:10 +0200 |
commit | 296298a9bb64529125c71d0034cd31f74d4befeb (patch) | |
tree | 8880898a35eda733b9d7ac7e56901e74ad61775a /dev-python/notebook | |
parent | sys-apps/groff: arm stable (bug #704420) (diff) | |
download | gentoo-296298a9bb64529125c71d0034cd31f74d4befeb.tar.gz gentoo-296298a9bb64529125c71d0034cd31f74d4befeb.tar.bz2 gentoo-296298a9bb64529125c71d0034cd31f74d4befeb.zip |
dev-python/notebook: Drop invalid 'restrict'
* restrict should be RESTRICT
* RESTRICT="doc" isn't valid anyway, and would have
clobbered the test? RESTRICT
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/notebook')
-rw-r--r-- | dev-python/notebook/notebook-5.2.1.ebuild | 3 | ||||
-rw-r--r-- | dev-python/notebook/notebook-5.7.8.ebuild | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/dev-python/notebook/notebook-5.2.1.ebuild b/dev-python/notebook/notebook-5.2.1.ebuild index 29ce4c1c11a5..3faa47b3b2ee 100644 --- a/dev-python/notebook/notebook-5.2.1.ebuild +++ b/dev-python/notebook/notebook-5.2.1.ebuild @@ -53,9 +53,6 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}/${P}"-setupbase.py.patch ) -# Opens a qtconsole -restrict="doc" - python_prepare_all() { sed \ -e "/import setup/s:$:\nimport setuptools:g" \ diff --git a/dev-python/notebook/notebook-5.7.8.ebuild b/dev-python/notebook/notebook-5.7.8.ebuild index a713d74f3835..4c9dc036bc2d 100644 --- a/dev-python/notebook/notebook-5.7.8.ebuild +++ b/dev-python/notebook/notebook-5.7.8.ebuild @@ -60,9 +60,6 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}/${PN}"-5.7.0-no-mathjax.patch ) -# Opens a qtconsole -restrict="doc" - python_prepare_all() { sed \ -e "/import setup/s:$:\nimport setuptools:g" \ |