| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| |
| |
| |
| | |
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: Bernard Cafarelli <voyageur@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>
|
| | |
|
|\| |
|
| |
| |
| |
| |
| | |
Closes: https://bugs.gentoo.org/922745
Signed-off-by: William Hubbs <williamh@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
| | |
|
|\| |
|
| |
| |
| |
| | |
Signed-off-by: Sam James <sam@gentoo.org>
|
|\| |
|
| |
| |
| |
| | |
Signed-off-by: Sam James <sam@gentoo.org>
|
| | |
|
|\| |
|
| |
| |
| |
| | |
Signed-off-by: William Hubbs <williamh@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: William Hubbs <williamh@gentoo.org>
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| |
| | |
- handling elf-hack should be grouped together with these linker options.
Closes: https://bugs.gentoo.org/923119
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Upstream commit d075bebc7c680c0e766c4417c2f2ff96b4ddb476 in 1.0.2 makes
this mandatory.
Closes: https://bugs.gentoo.org/918490
Closes: https://bugs.gentoo.org/923303
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The automake ./bootstrap script requires the `autom4te` tool.
```
: ${AUTOM4TE=autom4te}
export AUTOM4TE # ditto
```
If it's not installed the package fails with the following error:
```
sh: line 1: autom4te: command not found
aclocal.tmp: error: autom4te failed with exit status: 127
* ERROR: sys-devel/automake-1.16.5-r1::portage-stable failed (prepare phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 125: Called src_prepare
* environment, line 2813: Called die
* The specific snippet of code:
* ./bootstrap || die;
```
We also need to add autoconf so the wrapper doesn't fail:
```
ac-wrapper: Unable to locate any usuable version of autoconf.
```
We also don't need to declare any DEPEND.
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Closes: https://github.com/gentoo/gentoo/pull/32327
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: William Hubbs <williamh@gentoo.org>
|
| |
| |
| |
| |
| | |
Closes: https://bugs.gentoo.org/923390
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
|
| | |
|
|\| |
|
| |
| |
| |
| | |
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
| |
| |
| |
| |
| |
| | |
Need to find a leftover 2.37 chroot...
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| |
| | |
Closes: https://bugs.gentoo.org/923403
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Closes: https://github.com/gentoo/gentoo/pull/35116
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
| |
| |
| |
| |
| | |
Closes: https://bugs.gentoo.org/923403
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Sam James <sam@gentoo.org>
|
| | |
|
|\| |
|
| |
| |
| |
| |
| | |
Closes: https://bugs.gentoo.org/923424
Signed-off-by: Sam James <sam@gentoo.org>
|
| |
| |
| |
| |
| | |
Closes: https://bugs.gentoo.org/906645
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
main.mysql_client_test and main.mysql_client_test_comp tests are
executed with --sequence=on parameter [1] which enables SEQUENCE plugin
provided by Sequence Storage Engine [2]. However, the ebuild compiles
this engine only if extraengine USE flag is enabled. Therefore test
requires it.
[1] https://mariadb.com/docs/server/ref/mdb/cli/mariadbd/sequence/
[2] https://mariadb.com/kb/en/sequence-storage-engine/
Bug: https://bugs.gentoo.org/907827
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
| | |
|
|\| |
|
| |
| |
| |
| | |
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
|
| |
| |
| |
| | |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|