| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
574040
When updating the table by hand, we don't do FLUSH PRIVILEGES before inserting the
next command which can stop the loading of the timezone and help tables.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Fix _PYTHON_ALL_IMPLS to list Jython & PyPy before CPython versions,
therefore causing them not to be implicitly preferred over CPython.
The implementation reordering done in b284e54 ("reorder implementations
in semi-ascending order") has caused PyPy & Jython to be listed after
CPython. While seemingly it was more intuitive to list third-party
implementations after the reference one, it also implicitly caused them
to be preferred by python-exec.
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
| |
|
|
|
|
|
|
|
| |
Hopefully fixing the referenced bug in the proper way.
x86 and 5.5 or later only for now, to avoid introducing regressions.
Gentoo-Bug: 552942
|
|
|
|
|
|
|
|
|
|
|
| |
The dev-lang/php dependency in php-pear-r1.eclass is calculated based
on the EAPI. In newer EAPIs, we specify the "any slot" operator to
avoid repoman warnings. Previously, the "any slot" operator was added
only for EAPI=5; this commit adds it for EAPI=6.
In addition, EAPIs 0, 1, 2, 3, and 4 are named explicitly in the case
statement. The default "*" case now dies with a warning that the EAPI
is unsupported.
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
| |
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
| |
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
| |
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
| |
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
| |
(cherry picked from proj/qt commit 91839540e97eb22f0ac218aa174b06a01870f3f5)
|
|
|
|
| |
(cherry picked from proj/qt commit 8ed3b65dd6316568c74cad5485936abd7f4f36a4)
|
|
|
|
| |
(cherry picked from proj/qt commit 4009c796c455439b48d47dc8d04b2af3d5b4b1ed)
|
|
|
|
|
|
| |
We don't support Gentoo Prefix anywhere else in the eclass.
(cherry picked from proj/qt commit dd2818af8e7fe12a3afca273c4c42f73403ad2ee)
|
|
|
|
| |
(cherry picked from proj/qt commit 79d57b576a73b142bbd939f46311618497083f5e)
|
|
|
|
| |
(cherry picked from proj/qt commit a72b03f11e9d003e26607a1c80457bbf574fe3d7)
|
|
|
|
| |
(cherry picked from proj/qt commit 8aae5020b96f9e252e9f3a562c89551493877bba)
|
|
|
|
|
|
|
|
| |
Also, stop documenting PATCHES in eclass-doc. Everyone knows
about it, and it's a PMS thing since EAPI 6 anyway.
(cherry picked from proj/qt commit 4b70a2ea5396afc14f018bb3429be4a89d8f1ecf
and f4aa5216a0b71858e2cefc6aed4bbf72cf8aa303)
|
| |
|
|
|
|
|
|
| |
In src_test it can be called from virtx, which uses nonfatal.
(cherry picked from proj/qt commit 2f873589218b6ac68864c12a359b9b6f70978d49)
|
|
|
|
|
|
| |
Otherwise it has no effect.
(cherry picked from proj/qt commit 79c446995b8aaacc6e14116763c9bb92dfe2d175)
|
|
|
|
| |
(cherry picked from proj/qt commit b545feebf73592d8068d7ac71264a786328e3e73)
|
|
|
|
| |
(cherry picked from proj/qt commit f3886df8a10a03548efb3941c84aefc51fb4b195)
|
|
|
|
| |
(cherry picked from proj/qt commit f527f1e3a1b76d938085f26d25a88d07115c4b87)
|
|
|
|
|
|
|
|
|
|
| |
They were unused since the early Qt 5.0.0 days, and now upstream
officially dropped them so the configure won't accept them anymore.
See fa8dbbff8895e7e1fdf1e6b0a9f3d821cd2caf2f and
e824abd987d77efaa085fe1f9fb514d270798d55 in qtbase.
(cherry picked from proj/qt commit e7965ab4d0f98974f7abb148bcf00abafd6d698f)
|
|
|
|
| |
(cherry picked from proj/qt commit 80b046cd0e1b639559e7344f9fdba75352f429f3)
|
| |
|
|
|
|
| |
useflag is present; ref. bug #573530
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
case statement ignored EAPI > 5
Gentoo-Bugs: https://bugs.gentoo.org/show_bug.cgi?id=573368
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
-z $* tests whether any args are non-empty, not whether any where
specified. Check $# instead for accurate results.
|
|
|
|
|
| |
In EAPI 6, don't inherit base.eclass and don't define
latex-package_has_tetex_3().
|
| |
|
|
|
|
|
|
| |
Do not define SRC_URI and S (which was the default).
Convert latex-package_has_tetex_3() to a dummy function for backwards
compatibility and remove its documentation.
|
|
|
|
| |
Package-Manager: portage-2.2.26
|
|
|
|
| |
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
|
|
| |
Gentoo-Bugs: https://bugs.gentoo.org/show_bug.cgi?id=573132
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
| |
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|