diff options
author | Sebastian Parborg <darkdefende@gmail.com> | 2023-07-02 20:56:20 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-16 19:39:41 +0100 |
commit | 8e7ae13c4119cceda0de6a883da5d81e07dcff5a (patch) | |
tree | 47406dffb102e2def83e04d17c7cd5546e60014c /media-gfx | |
parent | app-admin/keepass: forward ~arm64 (diff) | |
download | gentoo-8e7ae13c4119cceda0de6a883da5d81e07dcff5a.tar.gz gentoo-8e7ae13c4119cceda0de6a883da5d81e07dcff5a.tar.bz2 gentoo-8e7ae13c4119cceda0de6a883da5d81e07dcff5a.zip |
media-gfx/blender: Remove bundled libs warning
Blender will not unbundle the libs in question, however they do provide
"WITH_SYSTEM_<LIB>" where it makes sense.
The vast majority of the bundled libs that do not have settings like
these will not be unbundled and upstream is quite firm with this stance.
Therefore, having a call to action about nagging upstream about it does
not make too much sense.
Closes: https://bugs.gentoo.org/505386
Signed-off-by: Sebastian Parborg <darkdefende@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/blender/blender-3.3.6-r1.ebuild | 7 | ||||
-rw-r--r-- | media-gfx/blender/blender-3.4.1-r3.ebuild | 7 | ||||
-rw-r--r-- | media-gfx/blender/blender-3.5.1-r1.ebuild | 7 | ||||
-rw-r--r-- | media-gfx/blender/blender-9999.ebuild | 7 |
4 files changed, 0 insertions, 28 deletions
diff --git a/media-gfx/blender/blender-3.3.6-r1.ebuild b/media-gfx/blender/blender-3.3.6-r1.ebuild index e2e9970bdc09..0ba992b8d937 100644 --- a/media-gfx/blender/blender-3.3.6-r1.ebuild +++ b/media-gfx/blender/blender-3.3.6-r1.ebuild @@ -382,13 +382,6 @@ pkg_postinst() { elog "home directory. This can be done by starting blender, then" elog "changing the 'Temporary Files' directory in Blender preferences." elog - ewarn - ewarn "This ebuild does not unbundle the massive amount of 3rd party" - ewarn "libraries which are shipped with blender. Note that" - ewarn "these have caused security issues in the past." - ewarn "If you are concerned about security, file a bug upstream:" - ewarn " https://developer.blender.org/" - ewarn if ! use python_single_target_python3_10; then elog "You are building Blender with a newer python version than" diff --git a/media-gfx/blender/blender-3.4.1-r3.ebuild b/media-gfx/blender/blender-3.4.1-r3.ebuild index 4f4de607bab6..78ad154c35e2 100644 --- a/media-gfx/blender/blender-3.4.1-r3.ebuild +++ b/media-gfx/blender/blender-3.4.1-r3.ebuild @@ -396,13 +396,6 @@ pkg_postinst() { elog "home directory. This can be done by starting blender, then" elog "changing the 'Temporary Files' directory in Blender preferences." elog - ewarn - ewarn "This ebuild does not unbundle the massive amount of 3rd party" - ewarn "libraries which are shipped with blender. Note that" - ewarn "these have caused security issues in the past." - ewarn "If you are concerned about security, file a bug upstream:" - ewarn " https://developer.blender.org/" - ewarn if ! use python_single_target_python3_10; then elog "You are building Blender with a newer python version than" diff --git a/media-gfx/blender/blender-3.5.1-r1.ebuild b/media-gfx/blender/blender-3.5.1-r1.ebuild index a41f59bcce82..28e3907b79b1 100644 --- a/media-gfx/blender/blender-3.5.1-r1.ebuild +++ b/media-gfx/blender/blender-3.5.1-r1.ebuild @@ -400,13 +400,6 @@ pkg_postinst() { elog "home directory. This can be done by starting blender, then" elog "changing the 'Temporary Files' directory in Blender preferences." elog - ewarn - ewarn "This ebuild does not unbundle the massive amount of 3rd party" - ewarn "libraries which are shipped with blender. Note that" - ewarn "these have caused security issues in the past." - ewarn "If you are concerned about security, file a bug upstream:" - ewarn " https://developer.blender.org/" - ewarn if ! use python_single_target_python3_10; then elog "You are building Blender with a newer python version than" diff --git a/media-gfx/blender/blender-9999.ebuild b/media-gfx/blender/blender-9999.ebuild index 5448ff64cb97..e5b31060c53c 100644 --- a/media-gfx/blender/blender-9999.ebuild +++ b/media-gfx/blender/blender-9999.ebuild @@ -400,13 +400,6 @@ pkg_postinst() { elog "home directory. This can be done by starting blender, then" elog "changing the 'Temporary Files' directory in Blender preferences." elog - ewarn - ewarn "This ebuild does not unbundle the massive amount of 3rd party" - ewarn "libraries which are shipped with blender. Note that" - ewarn "these have caused security issues in the past." - ewarn "If you are concerned about security, file a bug upstream:" - ewarn " https://developer.blender.org/" - ewarn if ! use python_single_target_python3_10; then elog "You are building Blender with a newer python version than" |