summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gui-wm/hikari: use emake instead of (b)make directlySam James2021-03-251-7/+12
| | | | | | | | | PMS guarantees [0] that 'emake' respects ${MAKE}, so let's use that to ensure that e.g. ${MAKEFLAGS} from the user is respected. [0] https://dev.gentoo.org/~ulm/pms/head/pms.html#x1-12800012.3.8 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/php: Include upstream patch on 8.0 slot for pdo_firebirdBrian Evans2021-03-252-1/+60
| | | | | | | | | | | | This patch eliminates several warnings which are normally harmless. However, with certain CFLAGS, the linking may fail as can be seen with the coverage USE. This is taken from upstream development branch but has not been backported to the 8.0 branch. Closes: https://bugs.gentoo.org/778053 Signed-off-by: Brian Evans <grknight@gentoo.org>
* games-simulation/singularity: fix RDEPEND typoSam James2021-03-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/bumblebee: only depend on display-manager-init in ~archSam James2021-03-252-1/+95
| | | | | Fixes: e14314b134c0fb866cc58f48cfcb6370b4aed00b Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/virtualgl: only depend on display-manager-init in ~archSam James2021-03-252-1/+105
| | | | | Fixes: 1607d107ea8254e32d059ce4b9c4375f9608e6f7 Signed-off-by: Sam James <sam@gentoo.org>
* sci-geosciences/gpxlab: DEPEND on qtprintsupportAndrey Grozin2021-03-251-3/+4
| | | | | | Closes: https://bugs.gentoo.org/778077 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
* gnome-extra/pch-session: amd64 stablePacho Ramos2021-03-251-1/+1
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* gnome-extra/pch-session: Version bumpPacho Ramos2021-03-252-0/+50
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* games-simulation/singularity: add 1.00Sam James2021-03-252-0/+50
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-simulation/singularity: add missing media-libs/sdl-mixer depSam James2021-03-251-0/+3
| | | | | Closes: https://bugs.gentoo.org/731702 Signed-off-by: Sam James <sam@gentoo.org>
* games-simulation/singularity: add blocker with sys-cluster/singularitySam James2021-03-251-3/+7
| | | | | Closes: https://bugs.gentoo.org/618770 Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/conky: Fix bug #766704.Daniel Pielmeier2021-03-252-0/+230
| | | | | | | | Thanks to Alex Efros for the report. Closes: https://bugs.gentoo.org/766704 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Daniel Pielmeier <billie@gentoo.org>
* sys-process/procps: use BDEPEND with EAPI 7David Michael2021-03-251-10/+7
| | | | | | | Closes: https://bugs.gentoo.org/778179 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-kernel/gentoo-sources: Linux patch 5.10.26Alice Ferrazzi2021-03-252-0/+31
| | | | | Package-Manager: Portage-2.3.89, Repoman-3.0.2 Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
* dev-libs/hyperscan: fix cpu_flags_* default (disable)Sam James2021-03-252-2/+6
| | | | | | | | | | | | | We shouldn't enable CPU_FLAGS_* by default. Users don't mask or explicitly disable flags they don't have, they just enable the ones they _do_ have. Even in this case, where we NEED SSSE3, it's wrong to default it on rather than making the user aware of the requirement. Reported-by: ggabriel Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/xapian: fix cpu_flags_* default (disable)Sam James2021-03-253-5/+5
| | | | | | | | | We shouldn't enable CPU_FLAGS_* by default. Users don't mask or explicitly disable flags they don't have, they just enable the ones they _do_ have. Reported-by: ggabriel Signed-off-by: Sam James <sam@gentoo.org>
* media-video/mplayer: fix cpu_flags_* default (disable)Sam James2021-03-253-6/+6
| | | | | | | | | We shouldn't enable CPU_FLAGS_* by default. Users don't mask or explicitly disable flags they don't have, they just enable the ones they _do_ have. Reported-by: ggabriel Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/cryptonite: fix cpu_flags_* default (disable)Sam James2021-03-251-2/+2
| | | | | | | | | We shouldn't enable CPU_FLAGS_* by default. Users don't mask or explicitly disable flags they don't have, they just enable the ones they _do_ have. Reported-by: ggabriel Signed-off-by: Sam James <sam@gentoo.org>
* dev-haskell/hashable: fix cpu_flags_* default (disable)Sam James2021-03-251-2/+2
| | | | | | | | | We shouldn't enable CPU_FLAGS_* by default. Users don't mask or explicitly disable flags they don't have, they just enable the ones they _do_ have. Reported-by: ggabriel Signed-off-by: Sam James <sam@gentoo.org>
* sci-mathematics/maxima: don't hard-code the python interpreter.Michael Orlitzky2021-03-252-4/+55
| | | | | | | | | | | | This is a two-parter to fix bug 766291, which has the build failing because it can't find "python". First, we patch the build system to use @PYTHON@ instead of "python" in the one place upstream missed it. Second, we add python-single-r1 to the ebuild so that we get $PYTHON set appropriately. Closes: https://bugs.gentoo.org/766291 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/maxima: re-enable ECL package.Michael Orlitzky2021-03-252-3/+33
| | | | | | | | | | The ECL package needed for USE=ecls got dropped from the ebuild because the patch it requires no longer applied. We take François Bissey's patch from the sage-on-gentoo overlay and re-enable it. Closes: https://bugs.gentoo.org/732776 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* sci-mathematics/maxima: Revert "don't hardcode python"Michael Orlitzky2021-03-252-40/+2
| | | | | | | | | This reverts commit 9b7b496428d9e3c307666e05aed3035c0ebb883d. I have a complete fix for this (and other open maxima bugs) in the middle of a series of patches/revisions. Reverting so that it doesn't clobber my rebase. Sorry for not speaking up! Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* dev-python/mypy: Stabilize 0.812 ppc64, #778107Sam James2021-03-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/openssl: bump to v1.1.1kThomas Deutschmann2021-03-252-0/+327
| | | | | | Bug: https://bugs.gentoo.org/777681 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* thirdpartymirrors: openssl: add https://www.openssl.org as mirrorThomas Deutschmann2021-03-251-1/+1
| | | | Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* mail-client/thunderbird-bin: bump to v78.9.0Thomas Deutschmann2021-03-252-0/+444
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* mail-client/thunderbird: bump to v78.9.0Thomas Deutschmann2021-03-252-0/+1165
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-python/pycryptodome: Stabilize 3.10.1 ppc64, #778122Sam James2021-03-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/pybind11: Stabilize 2.6.2 ppc64, #778119Sam James2021-03-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/pycryptodome: Stabilize 3.10.1 ppc, #778122Sam James2021-03-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/pybind11: Stabilize 2.6.2 ppc, #778119Sam James2021-03-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/path-py: Stabilize 15.1.2 ALLARCHES, #778110Sam James2021-03-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/jaraco-functools: Stabilize 3.2.1 ALLARCHES, #778101Sam James2021-03-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/jaraco-classes: Stabilize 3.2.1 ALLARCHES, #778098Sam James2021-03-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/webob: Stabilize 1.8.7 ALLARCHES, #778161Sam James2021-03-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/virtualenv: Stabilize 20.4.2 ALLARCHES, #778155Sam James2021-03-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/tqdm: Stabilize 4.57.0 ALLARCHES, #778152Sam James2021-03-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/readme_renderer: Stabilize 29.0 ALLARCHES, #778137Sam James2021-03-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/python-magic: Stabilize 0.4.22 ALLARCHES, #778131Sam James2021-03-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/pyperclip: Stabilize 1.8.2 ALLARCHES, #778125Sam James2021-03-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/pycryptodome: Stabilize 3.10.1 sparc, #778122Sam James2021-03-251-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/pydata-sphinx-theme: version bump 0.5.1Andrew Ammerlaan2021-03-252-0/+29
| | | | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/20112 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/spyder: remove 4.2.4Andrew Ammerlaan2021-03-252-254/+0
| | | | | | | | | has a very annoying bug: custom layouts not working at all Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-python/spyder: version bump 4.2.5Andrew Ammerlaan2021-03-252-0/+254
| | | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-mathematics/maxima: don't hardcode pythonAndrey Grozin2021-03-252-2/+40
| | | | | | | Suggested-by: Michael Orlitzky <mjo@gentoo.org> Closes: https://bugs.gentoo.org/766291 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andrey Grozin <grozin@gentoo.org>
* net-wireless/unifi: bump to 6.1.71Ben Kohler2021-03-252-0/+69
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* depend.apache.eclass: fix eclass maintainer (apache-devs -> apache-bugs)Sam James2021-03-251-2/+2
| | | | | Closes: https://bugs.gentoo.org/598226 Signed-off-by: Sam James <sam@gentoo.org>
* apache-module.eclass: fix eclass maintainer (apache-devs -> apache-bugs)Sam James2021-03-251-2/+2
| | | | | Bug: https://bugs.gentoo.org/598226 Signed-off-by: Sam James <sam@gentoo.org>
* www-apache/libapreq2: add 2.16Sam James2021-03-252-0/+82
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* media-libs/sdl2-mixer: fix slibtool buildSam James2021-03-252-2/+96
| | | | | | Thanks-to: orbea <orbea@riseup.net> Closes: https://bugs.gentoo.org/777420 Signed-off-by: Sam James <sam@gentoo.org>