| Age | Commit message (Collapse) | Author |
|
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
|
|
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
|
|
We already have a bunch of other workarounds piled up here.
Closes: https://bugs.gentoo.org/947758
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Done via:
```
git grep -l 'virtual/zlib ' |
xargs sed -i -e 's@virtual/zlib @virtual/zlib:= @g'
```
with some manual reverts.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Update done using:
```
git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git diff --name-only | xargs copybump
git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead
pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error
```
Followed by manual revert in dev-python/zlib-ng where it accidentally
caught sys-libs/zlib-ng dependencies.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
|
|
It is now possible to bootstrap sbcl via ecl. The restriction to
>=dev-lisp/ecl-24.5.10 is because that is what has been tested,
earlier versions of ecl might also work.
Signed-off-by: Tom Gillespie <tgbugs@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/41709
Closes: https://github.com/gentoo/gentoo/pull/41709
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Result of running the command:
grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
|
|
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
|
|
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
|
|
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
|
|
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
|
|
Currently ecl does not build with gcc-15. We fix this here. While the upcoming
ecl release will allow C23, here we request C17 (std=gnu17, to be precise).
With this, "emerge maxima[ecl]" works.
Signed-off-by: Dima Pasechnik <dima@pasechnik.info>
Closes: https://bugs.gentoo.org/956007
Part-of: https://github.com/gentoo/gentoo/pull/42835
Closes: https://github.com/gentoo/gentoo/pull/42835
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
|
|
By mistake I committed it to stable
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
|
|
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
- remove default lang tag
- remove generic USE=doc documentation
- add bugs-to & doc
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Part-of: https://github.com/gentoo/gentoo/pull/42623
Closes: https://github.com/gentoo/gentoo/pull/42623
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
|
|
patch from upstream
Thanks-to: Tom Gillespie <tgbugs@gmail.com>
Closes: https://bugs.gentoo.org/957726
Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42539
Closes: https://github.com/gentoo/gentoo/pull/42539
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/955601
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
|
|
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
|
|
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
|
|
Bug: https://bugs.gentoo.org/585182
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
patches are cherry picked from upstream
Closes: https://bugs.gentoo.org/919233
Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/40803
Closes: https://github.com/gentoo/gentoo/pull/40803
Signed-off-by: Sam James <sam@gentoo.org>
|
|
My earlier workaround was insufficient. While here, make sure we
respect CC/CFLAGS/LDFLAGS, and wire up src_test (while restricted, as
at least one test (socket?) segfaults).
Bug: https://bugs.gentoo.org/932564
Closes: https://bugs.gentoo.org/954892
Signed-off-by: Sam James <sam@gentoo.org>
|
|
* Fix build w/ GCC 15 (bug #932564). I've only added a workaround for this
as there's proper fixes upstream.
* Improve general style like:
** use an array for configure arguments and edo;
** use emake, not make || die (but pass -j1 as that was likely the
intent here);
** more modern style for dependencies
* Fix USE=hyperspec doc path (bug #905704)
* Drop unnecessary slash (bug #905704)
Closes: https://bugs.gentoo.org/905704
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
|
|
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
|
|
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
|
|
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|