diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-02 10:57:30 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-02 12:47:12 +0100 |
commit | 88371fdd7e266036d71d7032cb559b2566571419 (patch) | |
tree | 6f50db446cf9835e389dd806e0f7bc0835bf39e6 /profiles | |
parent | dev-python/matplotlib: Unset DISPLAY during build to fix sandbox problems (diff) | |
download | gentoo-88371fdd7e266036d71d7032cb559b2566571419.tar.gz gentoo-88371fdd7e266036d71d7032cb559b2566571419.tar.bz2 gentoo-88371fdd7e266036d71d7032cb559b2566571419.zip |
profiles: Mask Additional packages requiring unsupported django
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/package.mask | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 33e8b08d4a47..c2960a4dce0b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,12 +30,6 @@ #--- END OF EXAMPLES --- -# Justin Lecher <jlec@gentoo.org> (01 Nov 2015) -# Obsolete package -# Incompatible to recent numpy version -# No upstream activity -dev-python/scientificpython - # Michał Górny <mgorny@gentoo.org> (30 Oct 2015) # Uses unsafe ioctls that could result in data corruption. Upstream # is working on replacing them in the wip/dedup-syscall branch. @@ -363,6 +357,10 @@ app-emulation/emul-linux-x86-jna =dev-python/django-1.4* =dev-python/django-1.5* =dev-python/django-1.6* +# Not supported by any django version upstream supports +dev-python/south +dev-python/Djblets +dev-util/reviewboard # Michał Górny <mgorny@gentoo.org> (11 Feb 2015) # Potentially destructive to @world, bug #539746. |