commit:     296298a9bb64529125c71d0034cd31f74d4befeb
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Tue Jun  9 11:38:14 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun  9 20:06:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=296298a9

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 <AT> cmpct.info>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/notebook/notebook-5.2.1.ebuild | 3 ---
 dev-python/notebook/notebook-5.7.8.ebuild | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/dev-python/notebook/notebook-5.2.1.ebuild 
b/dev-python/notebook/notebook-5.2.1.ebuild
index 29ce4c1c11a..3faa47b3b2e 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 a713d74f383..4c9dc036bc2 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" \

Reply via email to