summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge updates from masterRepository mirror & CI2023-02-1914-315/+433
|\
| * media-video/vdr: Stabilize 2.6.3 amd64, #895454Sam James2023-02-191-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * media-video/vdr: Stabilize 2.6.3 x86, #895454Sam James2023-02-191-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-games/aseprite: fix compilation on GCC-13Azamat H. Hackimov2023-02-192-0/+246
| | | | | | | | | | | | | | Closes: https://bugs.gentoo.org/895440 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29669 Signed-off-by: Sam James <sam@gentoo.org>
| * sys-apps/logwatch: add missing HTML-Parser depSam James2023-02-192-1/+3
| | | | | | | | | | Closes: https://bugs.gentoo.org/895346 Signed-off-by: Sam James <sam@gentoo.org>
| * sys-devel/gcc: add 12.2.1_p20230218Sam James2023-02-192-0/+53
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * sys-libs/pkgcraft: add 0.0.6Sam James2023-02-193-312/+97
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * app-text/libpaper: add 2.0.9Sam James2023-02-192-0/+25
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * go-module.eclass: use tc-endian from toolchain-funcs.eclassSam James2023-02-191-1/+1
| | | | | | | | | | | | | | | | matoro reports that any Go packages fail on ppc64 right now as USE=big-endian is not an implicit USE flag. Switch to tc-endian from toolchain-funcs.eclass instead. Signed-off-by: Sam James <sam@gentoo.org>
| * toolchain-funcs.eclass: document tc-endianSam James2023-02-191-0/+7
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
* | 2023-02-19 19:31:58 UTCRepository mirror & CI2023-02-193-6/+5
| |
* | Merge updates from masterRepository mirror & CI2023-02-192-22/+15
|\|
| * sys-devel/gettext: fix macOS bootstrap build.Yifeng Li2023-02-191-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When bootstrapping Gentoo Prefix on macOS 13.2 (Ventura) on an Apple M1 system, it will fail at stage3 (note that there are other bugs that prevent the bootstrapping from reach stage3, which must also be resolved) due to the following build failure in sys-devel/gettext-0.21.1: Undefined symbols for architecture arm64: "_gl_get_setlocale_null_lock", referenced from: _libgettextpo_setlocale_null_r in libgnu.a(setlocale_null.o) _libgettextpo_setlocale_null in libgnu.a(setlocale_null.o) ld: symbol(s) not found for architecture arm64 A quick search of the symbol "_gl_get_setlocale_null_lock" revealed that the bug is actually already known - GNU gettext bug 62659 [1]. It failed to find the symbol because GNU's libintl was not present during the bootstrap stage (though it would be installed later), and due to the hardcoded OMIT_SETLOCALE_LOCK value, GNU gettext still attempts to use SETLOCALE_LOCK. Currently the Portage tree already contains a patch for musl. The simplest fix is just applying the same patch to Darwin as well. [1] https://savannah.gnu.org/bugs/?62659 Closes: https://github.com/gentoo/gentoo/pull/29655 Closes: https://bugs.gentoo.org/895330 Signed-off-by: Yifeng Li <tomli@tomli.me> Signed-off-by: David Seifert <soap@gentoo.org>
| * sys-devel/gettext: drop USE='cvs'David Seifert2023-02-192-21/+12
| | | | | | | | | | | | Closes: https://github.com/gentoo/gentoo/pull/29668 Closes: https://bugs.gentoo.org/867928 Signed-off-by: David Seifert <soap@gentoo.org>
* | 2023-02-19 18:46:57 UTCRepository mirror & CI2023-02-193-2/+16
| |
* | Merge updates from masterRepository mirror & CI2023-02-193-0/+124
|\|
| * app-admin/rasdaemon: add 0.8.0Sam James2023-02-193-0/+124
| | | | | | | | | | Closes: https://bugs.gentoo.org/890286 Signed-off-by: Sam James <sam@gentoo.org>
* | 2023-02-19 18:31:58 UTCRepository mirror & CI2023-02-192-3/+3
| |
* | Merge updates from masterRepository mirror & CI2023-02-191-10/+1
|\|
| * dev-libs/starpu: drop openmp refs in oldSam James2023-02-191-10/+1
| | | | | | | | | | | | | | | | | | | | Rather than hook up openmp in configure for the old version, let's just drop the references to it in pkg_*. Newer versions are set up correctly. Closes: https://bugs.gentoo.org/895446 Fixes: e7e6e85fa6ad70ce179cbae21be690d0eb93978d Signed-off-by: Sam James <sam@gentoo.org>
* | 2023-02-19 18:19:04 UTCRepository mirror & CI2023-02-1917846-17850/+17864
| |
* | Merge updates from masterRepository mirror & CI2023-02-198-14/+96
|\|
| * dev-java/tomcat-servlet-api: Stabilize 8.5.85 x86, #895436Sam James2023-02-191-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-java/tomcat-el-api: Stabilize 8.5.85 x86, #895436Sam James2023-02-191-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-java/tomcat-jsp-api: Stabilize 8.5.85 x86, #895436Sam James2023-02-191-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-java/tomcat-servlet-api: Stabilize 8.5.85 amd64, #895436Sam James2023-02-191-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-java/tomcat-el-api: Stabilize 8.5.85 amd64, #895436Sam James2023-02-191-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * dev-java/tomcat-jsp-api: Stabilize 8.5.85 amd64, #895436Sam James2023-02-191-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * www-servers/tomcat: Stabilize 8.5.85 amd64, #895436Sam James2023-02-191-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * sys-devel/make: add 4.4.0.91Sam James2023-02-193-0/+92
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
| * toolchain-funcs.eclass: remove tc-has-openmpDavid Seifert2023-02-191-10/+0
| | | | | | | | Signed-off-by: David Seifert <soap@gentoo.org>
* | 2023-02-19 18:01:59 UTCRepository mirror & CI2023-02-192-4/+4
| |
* | Merge updates from masterRepository mirror & CI2023-02-191-2/+7
|\|
| * sys-devel/gettext: add tc-check-openmp checks for openmpDavid Seifert2023-02-191-2/+7
| | | | | | | | Signed-off-by: David Seifert <soap@gentoo.org>
* | 2023-02-19 17:31:57 UTCRepository mirror & CI2023-02-194-7/+7
| |
* | Merge updates from masterRepository mirror & CI2023-02-193-3/+3
|\|
| * dev-java/tomcat-servlet-api: Stabilize 8.5.85 ppc64, #895436Arthur Zamarin2023-02-191-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-java/tomcat-el-api: Stabilize 8.5.85 ppc64, #895436Arthur Zamarin2023-02-191-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-java/tomcat-jsp-api: Stabilize 8.5.85 ppc64, #895436Arthur Zamarin2023-02-191-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* | 2023-02-19 17:16:59 UTCRepository mirror & CI2023-02-199-41/+41
| |
* | Merge updates from masterRepository mirror & CI2023-02-197-8/+9
|\|
| * dev-java/tomcat-servlet-api: Stabilize 8.5.85 arm64, #895436Arthur Zamarin2023-02-191-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-java/tomcat-el-api: Stabilize 8.5.85 arm64, #895436Arthur Zamarin2023-02-191-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * dev-java/tomcat-jsp-api: Stabilize 8.5.85 arm64, #895436Arthur Zamarin2023-02-191-1/+1
| | | | | | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
| * sci-visualization/jupyter-dash: add 0.4.2, drop 0.4.0Alfredo Tupone2023-02-192-3/+4
| | | | | | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
| * sci-visualization/dash: add 2.8.1, drop 2.3.1Alfredo Tupone2023-02-192-2/+2
| | | | | | | | Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
* | 2023-02-19 17:02:02 UTCRepository mirror & CI2023-02-1910-13/+88
| |
* | Merge updates from masterRepository mirror & CI2023-02-1914-12/+727
|\|
| * app-editors/emacs: Revert to xz distfile (now available upstream)Ulrich Müller2023-02-192-3/+2
| | | | | | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
| * dev-util/rizin: fix dependenciesJohn Helmert III2023-02-191-5/+8
| | | | | | | | | | Closes: https://bugs.gentoo.org/895378 Signed-off-by: John Helmert III <ajak@gentoo.org>