summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles/arch/powerpc/ppc64/64le: sync clang masks with beGeorgy Yakovlev2021-06-092-0/+13
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* profiles: remove timer_entropyd maskGeorgy Yakovlev2021-06-081-9/+0
| | | | | | package removed Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* riscv: Add 20.0 profiles with single-level libdir, untested so farAndreas K. Hüttel2021-06-0816-0/+28
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* riscv: Add 1level libdir featureAndreas K. Hüttel2021-06-082-0/+8
| | | | Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* profiles/base/make.defaults: update BOOTSTRAP_USE for python3_9Ben Kohler2021-06-081-2/+2
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* net-irc/ergo: rename net-irc/oragono -> net-irc/ergoSam James2021-06-081-0/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/tinyxml2: add 9.0.0, drop 8.1.0Sam James2021-06-081-5/+0
| | | | | Closes: https://bugs.gentoo.org/791163 Signed-off-by: Sam James <sam@gentoo.org>
* profiles: prefixify dynamic linker for ppc64Alexei Colin2021-06-071-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: https://bugs.gentoo.org/755551 The issue: prefix stage3 fails because the binaries built by the stage3 GCC toolchain fail to run, because they refer to the host's dynamic linker: $ which gawk /myprefix/usr/bin/gawk $ gawk --version gawk: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by gawk) $ readelf -l $(which gawk) | grep -i 'program [Requesting program interpreter: /lib64/ld64.so.2] The cause is that the toolchain doesn't insert a prefixified path into the binary because the default -dynamic-linker is not prefixified: $ which powerpc64le-unknown-linux-gnu-gcc /myprefix/usr/bin/powerpc64le-unknown-linux-gnu-gcc $ echo 'int main() { return 0; }' > test.c $ powerpc64le-unknown-linux-gnu-gcc -v -o test test.c COLLECT_GCC_OPTIONS='-v' '-o' 'testx' /myprefix/usr/libexec/gcc/powerpc64le-unknown-linux-gnu/10.2.0/collect2 --eh-frame-hdr -V -m elf64lppc -dynamic-linker /libb64/ld64.so.2 ... The root cause: Prefixifying is done by patching the GCC source code with a sed expression in profile.bashrc. The pattern in that sed expression doesn't match the source file for ppc64 (aka. rs6000). The ppc64 file differs from the rest in that it has a macro for the prefix. Notes on fix: I opted to special-case another sed expression to set that unique DYNAMIC_LINKER_PREFIX macro rather than attempt to make a single sed expression that would modify the *_DYNAMIC_LINKER macros in ppc64. Rationale is that if someone happens to look at the patched source file, it would make more sense if the DYNAMIC_LINKER_PREFIX is set to our prefix, instead of if that macro is set to empty but the *_DYNAMIC_LINKER macros have effectively two prefixes, one hardcoded added by sed, one from the DYNAMIC_LINKER_PREFIX macro. Signed-off-by: Alexei Colin <ac@alexeicolin.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* profiles/arch/powerpc/ppc64/64ul: mask netdata[kinesis,mongo]Georgy Yakovlev2021-06-061-0/+4
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* profiles/arch/powerpc: mask xenGeorgy Yakovlev2021-06-061-0/+4
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* profiles/package.mask: add spice-html5 to openstack removalMatthew Thode2021-06-061-0/+1
| | | | Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* dev-perl/PortageXS: Remove last-rited pkgJakov Smolic2021-06-061-11/+0
| | | | | | | | | | | | | | Closes: https://github.com/gentoo/gentoo/pull/21103 Closes: https://bugs.gentoo.org/264680 Closes: https://bugs.gentoo.org/289524 Closes: https://bugs.gentoo.org/332611 Closes: https://bugs.gentoo.org/473394 Closes: https://bugs.gentoo.org/613114 Closes: https://bugs.gentoo.org/625536 Closes: https://bugs.gentoo.org/671244 Closes: https://bugs.gentoo.org/688238 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* app-portage/demerge: Remove last-rited pkgJakov Smolic2021-06-061-1/+0
| | | | | | Closes: https://bugs.gentoo.org/664824 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* app-portage/perl-info: Remove last-rited pkgJakov Smolic2021-06-061-1/+0
| | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* app-misc/jitac: Remove last-rited pkgJakov Smolic2021-06-061-6/+0
| | | | | | | Closes: https://bugs.gentoo.org/787329 Closes: https://bugs.gentoo.org/691176 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* app-office/hourglass: Remove last-rited pkgJakov Smolic2021-06-061-6/+0
| | | | | | Closes: https://bugs.gentoo.org/787332 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* dev-util/jarwizard: Remove last-rited pkgJakov Smolic2021-06-061-6/+0
| | | | | | Closes: https://bugs.gentoo.org/787368 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* media-sound/entagged-tageditor: Remove last-rited pkgJakov Smolic2021-06-061-6/+0
| | | | | | Closes: https://bugs.gentoo.org/787428 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* media-sound/protux: Remove last-rited pkgJakov Smolic2021-06-061-6/+0
| | | | | | Closes: https://bugs.gentoo.org/787434 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* sci-physics/jaxodraw: Remove last-rited pkgJakov Smolic2021-06-061-6/+0
| | | | | | | | Closes: https://bugs.gentoo.org/787656 Closes: https://bugs.gentoo.org/560606 Closes: https://bugs.gentoo.org/688708 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* dev-java/cldc-api: Remove last-rited pkgJakov Smolic2021-06-061-6/+0
| | | | | | Closes: https://bugs.gentoo.org/785400 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* dev-perl/Sane: Remove last-rited pkgJakov Smolic2021-06-061-5/+0
| | | | | | Closes: https://bugs.gentoo.org/626594 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* perl-core/Devel-PPPort: Remove last-rited pkgJakov Smolic2021-06-061-5/+0
| | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* perl-core/Time-Local: Remove last-rited pkgJakov Smolic2021-06-061-1/+0
| | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* perl-core/Unicode-Normalize: Remove last-rited pkgJakov Smolic2021-06-062-2/+0
| | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* dev-java/tagsoup: Remove last-rited pkgJakov Smolic2021-06-061-6/+0
| | | | | | Closes: https://bugs.gentoo.org/787152 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/pytest-testmon: Remove last-rited pkgJakov Smolic2021-06-061-6/+0
| | | | | | Closes: https://bugs.gentoo.org/786666 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
* sci-libs/cbflib & sci-chemistry/rasmol: remove last-rited packagesJoonas Niilola2021-06-061-9/+0
| | | | | | | Closes: https://bugs.gentoo.org/788508 Closes: https://bugs.gentoo.org/668568 Closes: https://bugs.gentoo.org/721998 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* profiles/package.mask: keeps the patched ALSA 1.2.5 ebuilds maskedNiklāvs Koļesņikovs2021-06-051-3/+3
| | | | | | Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd@relay.firefox.com> Closes: https://github.com/gentoo/gentoo/pull/21114 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* profiles: There's no =sys-firmware/alsa-firmware-1.2.5Lars Wendler2021-06-051-1/+0
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* profiles: Added =media-plugins/alsa-plugins-1.2.5 to the alsa-1.2.5 maskLars Wendler2021-06-051-0/+1
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* package.mask: Last rite dev-python/chainmapMichał Górny2021-06-051-0/+5
| | | | | Bug: https://bugs.gentoo.org/794268 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles/arch/arm64: drop obsolete mask for www-client/chromium[tcmalloc]Stephan Hartmann2021-06-051-4/+0
| | | | Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
* profiles: mask chromium dev channel release (M93)Stephan Hartmann2021-06-051-0/+6
| | | | Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
* profiles: mask net-mail/fetchmail-7 alpha versionsBernard Cafarelli2021-06-041-0/+5
| | | | Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* profiles: drop chromium maskStephan Hartmann2021-06-041-6/+0
| | | | Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
* profiles/features/selinux: mask pop-shellGeorgy Yakovlev2021-06-031-0/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* profiles/arch/amd64/x32: update nodejs mask listGeorgy Yakovlev2021-06-031-0/+1
| | | | | | add pop-shell Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* profiles/arch/amd64/x32: add typescript to nodejs mask listGeorgy Yakovlev2021-06-031-0/+1
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* profiles/arch/powerpc/ppc64/64le: mask altivec for dvbcsaGeorgy Yakovlev2021-06-021-1/+5
| | | | | Bug: https://bugs.gentoo.org/773100 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* x11-libs/gdk-pixbuf: Enable gi-docgen generated documentationChris Mayo2021-06-021-0/+4
| | | | | | | Closes: https://bugs.gentoo.org/779142 Closes: https://github.com/gentoo/gentoo/pull/21078 Signed-off-by: Chris Mayo <aklhfex@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* profiles/arch/sparc: mask dev-cpp/eigen[test]Sam James2021-06-031-0/+6
| | | | | | | | This is a test-dependency of a dependency and the tests have a large number of unkeyworded dependencies. Skipping for now. Bug: https://bugs.gentoo.org/760803 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/PyQt5: add USE=speechDavide Pesavento2021-06-021-1/+1
| | | | | | Bug: https://bugs.gentoo.org/792861 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Davide Pesavento <pesa@gentoo.org>
* package.mask: Last rite dev-python/csv23Michał Górny2021-06-021-0/+6
| | | | | Bug: https://bugs.gentoo.org/793902 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles/package.mask: add bug reference to openstack removalMatthew Thode2021-06-011-0/+1
| | | | Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* profile/riscv: mask USE=pulseaudio for xfce-base/xfce4-meta, not testedYixun Lan2021-06-021-0/+1
| | | | Signed-off-by: Yixun Lan <dlan@gentoo.org>
* profile/riscv: mask networkmanager for xfce-extra/xfce4-power-manager, not ↵Yixun Lan2021-06-021-0/+1
| | | | | | tested Signed-off-by: Yixun Lan <dlan@gentoo.org>
* profile/riscv: mask USEs xfce-extra/tumbler, not testedYixun Lan2021-06-021-1/+1
| | | | Signed-off-by: Yixun Lan <dlan@gentoo.org>
* profile/riscv: mask USE=epub xfce-extra/tumbler, not testedYixun Lan2021-06-021-0/+1
| | | | Signed-off-by: Yixun Lan <dlan@gentoo.org>
* profile/riscv: mask USE=gstreamer net-libs/webkit-gtk, not testedYixun Lan2021-06-021-0/+1
| | | | Signed-off-by: Yixun Lan <dlan@gentoo.org>