diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-12-30 02:16:21 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-12-30 02:16:21 +0000 |
commit | b7cf34e541f10778605d8740e2690d8459908ac5 (patch) | |
tree | 98d91f7ea7de88f6f7d667af0deb3ffaff5b4d5e /profiles | |
parent | 8467a7e8af97ab17f54668fd7d348e68754dd0cc (diff) |
gentoo auto-resync : 30:12:2022 - 02:16:21
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/Manifest.gz | bin | 182728 -> 182734 bytes | |||
-rw-r--r-- | profiles/base/package.use.mask | 10 | ||||
-rw-r--r-- | profiles/features/prefix/standalone/profile.bashrc | 11 | ||||
-rw-r--r-- | profiles/package.deprecated | 6 | ||||
-rw-r--r-- | profiles/use.local.desc | 2 |
5 files changed, 18 insertions, 11 deletions
diff --git a/profiles/Manifest.gz b/profiles/Manifest.gz Binary files differindex 6bf3a4f4e9f2..5d5c444d3597 100644 --- a/profiles/Manifest.gz +++ b/profiles/Manifest.gz diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index d6c7328696b5..26983de4b5a7 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,16 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Sam James <sam@gentoo.org> (2022-12-29) +# Needs yet-unpackaged libxmlpp-5.0, bug #888898 +www-client/elinks javascript + +# Ionen Wolkens <ionen@gentoo.org> (2022-12-29) +# Blocks eventual cleanup of <dev-util/glslang-1.3.231, and the same +# functionality can be got through USE=shaderc without direct usage. +# Use newer libplacebo if really want to use this. +~media-libs/libplacebo-4.192.1 glslang + # Michał Górny <mgorny@gentoo.org> (2022-12-20) # sys-cluster/ganglia is masked for removal. app-metrics/collectd collectd_plugins_gmond diff --git a/profiles/features/prefix/standalone/profile.bashrc b/profiles/features/prefix/standalone/profile.bashrc index d23eeb81797d..fd95e43f7f30 100644 --- a/profiles/features/prefix/standalone/profile.bashrc +++ b/profiles/features/prefix/standalone/profile.bashrc @@ -74,17 +74,6 @@ elif [[ ${CATEGORY}/${PN} == sys-libs/glibc && ${EBUILD_PHASE} == configure ]]; -e "s,/(etc|var),${EPREFIX}/\1,g" \ nss/db-Makefile eend $? -elif [[ ${CATEGORY}/${PN} == dev-lang/python && ${EBUILD_PHASE} == configure ]]; then - # Guide h2py to look into glibc of Prefix - ebegin "Guiding h2py to look into Prefix" - export include="${EPREFIX}"/usr/include - sed -i -r \ - -e "s,/usr/include,\"${EPREFIX}\"/usr/include,g" "${S}"/Lib/plat-linux*/regen - eend $? - ebegin "Prefixifying distutils paths" - sed -re "s,([^[:alnum:]])(/usr[/[:alnum:]]*/(lib[[:alnum:]]*|include)|/lib[[:alnum:]]*),\1${EPREFIX}\2,g" \ - -i "${S}"/setup.py - eend $? elif [[ ${CATEGORY}/${PN} == dev-lang/perl && ${EBUILD_PHASE} == configure ]]; then ebegin "Prefixifying pwd path" sed -r "s,'((|/usr)/bin/pwd),'${EPREFIX}\1," -i "${S}"/dist/PathTools/Cwd.pm diff --git a/profiles/package.deprecated b/profiles/package.deprecated index 9433ad94bcfc..07895dbb05ea 100644 --- a/profiles/package.deprecated +++ b/profiles/package.deprecated @@ -17,6 +17,12 @@ #--- END OF EXAMPLES --- +# Sam James <sam@gentoo.org> (2022-12-29) +# Doesn't work correctly on newer kernels/hardware. Events may go unreported +# if using sys-apps/edac-utils. See app-admin/rasdaemon's README for the technical +# details. Please migrate to app-admin/rasdaemon instead. +sys-apps/edac-utils + # Andreas Sturmlechner <asturm@gentoo.org> (2022-12-26) # Last-rites pending and waiting for revdeps, bug 877311 x11-libs/snorenotify diff --git a/profiles/use.local.desc b/profiles/use.local.desc index eda20d1574b5..fad7150882d7 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1156,6 +1156,7 @@ app-text/mathtex:png - Generate png images by default instead of gif app-text/msort:heap - Use heap instead of alloca() app-text/msort:icu - Use dev-libs/icu instead of dev-libs/libutf8proc. app-text/msort:libuninum - Use dev-libs/libuninum for conversion. +app-text/mupdf:drm - Enable support for Digital rights management (DRM) app-text/pandoc:embed-data-files - Embed data files in binary for relocatable executable. app-text/pandoc:trypandoc - Build trypandoc cgi executable. app-text/pandoc-bin:pandoc-symlink - Install pandoc symlink that points to pandoc-bin @@ -7322,6 +7323,7 @@ sci-libs/libgeodecomp:silo - Enables SILO related code sci-libs/libghemical:mopac7 - Use sci-chemistry/mopac7 for semi-empirical calculations sci-libs/libghemical:mpqc - Use sci-chemistry/mpqc for quantum-mechanical calculations sci-libs/liborigin:tools - Install opj2dat command line util +sci-libs/libqalculate:hardened - Disable unsafe functions like 'command' and variables like 'uptime'. sci-libs/libsc:romio - Build with support for the ROMIO MPI-IO component sci-libs/libsigrok:ftdi - Enable drivers that need dev-embedded/libftdi sci-libs/libsigrok:hidapi - Enable drivers that need dev-libs/hidapi |