| Age | Commit message (Collapse) | Author |
|
Done via:
```
git grep -l 'virtual/zlib"' | xargs sed -i -e 's@virtual/zlib"@virtual/zlib:="@'
```
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Done via:
```
git grep -l 'virtual/zlib:0=' |
xargs sed -i -e 's@virtual/zlib:0=@virtual/zlib:=@g'
```
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Done via:
```
git grep -l virtual/zlib$ | xargs sed -i -e 's@virtual/zlib$@&:=@'
```
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Update done using:
```
git grep -l sys-libs/zlib sys-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g
git grep -l virtual/zlib-ng sys-* | xargs sed -i -e s@virtual/zlib-ng@sys-libs/zlib-ng@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
```
Plus reverts in sys-libs/minizip-ng, sys-libs/zlib-ng and profiles.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/958353 (pkgremoved)
Closes: https://bugs.gentoo.org/958359 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/958255 (pkgremoved)
Closes: https://bugs.gentoo.org/955502 (pkgremoved)
Closes: https://bugs.gentoo.org/955764 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/963842
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|
|
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
|
|
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/958505
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
|
|
... to avoid installing broken static libraries w/ LTO.
Closes: https://bugs.gentoo.org/958309
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
|
|
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
|
|
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
|
|
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
|
|
net-libs/webkit-gtk:4 is no longer in tree so removing to clean up ebuild.
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43228
Closes: https://github.com/gentoo/gentoo/pull/43228
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
|
|
Some users don't want to use p7zip due to the risk of a CVE on their system.
Using NRK's suggestion this will let users carry as normal using p7zip,
or by default use 7zip without running into blockers until a full plan is made.
Closes: https://bugs.gentoo.org/955163
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43228
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
|
|
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
|
|
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
|
|
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
|
|
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
|
|
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
|
|
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
|
|
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
|
|
As per multilib-build.eclass:
"This variable is intended for use in prebuilt multilib packages
that can provide binaries only for a limited set of ABIs."
Gamemode builds from source, and works perfectly fine on architectures
that are not amd64 or x86, so all this MUILTILIB_COMPAT is doing
currently is preventing it from being built on other architectures.
Signed-off-by: Violet Purcell <vimproved@inventati.org>
Part-of: https://github.com/gentoo/gentoo/pull/41883
Closes: https://github.com/gentoo/gentoo/pull/41883
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|
|
app-arch/zip can also be used, but it will try a 7zip variant first.
Closes: https://bugs.gentoo.org/955098
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/949102
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|
|
Thanks to NHOrus for their help with this.
Closes: https://bugs.gentoo.org/951932
Closes: https://github.com/gentoo/gentoo/pull/41267
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|
|
Signed-off-by: Michael Orlitzky <mjo@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>
|
|
It applies fine to 2.17, though.
Closes: https://bugs.gentoo.org/953313
Signed-off-by: Sam James <sam@gentoo.org>
|
|
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
|
|
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|
|
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
|
|
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|
|
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|
|
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
|
|
Closes: https://bugs.gentoo.org/950698
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|
|
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
|