| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/560646
Package-Manager: portage-2.2.23_p7
|
|
|
|
|
|
|
|
| |
Python eclasses dropped parallel execution support some while ago.
python_parallel_foreach_impl was an alias for python_foreach_impl for some
time already.
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
|
|
|
| |
compilation to work on sparc. Fixes bug 406527.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
|
|
|
|
|
| |
Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"
|
| |
|
|
|
|
| |
Package-Manager: portage-2.2.23
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
RepoMan-Options: --include-arches="arm"
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
RepoMan-Options: --include-arches="arm"
|
| |
|
| |
|
|
|
|
| |
This makes ekeyword misbehave and setting it empty is pointless.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
|
|
|
|
|
| |
Package-Manager: portage-2.2.23
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
|
| |
|
| |
|
|\
| |
| |
| | |
Pull-Request: https://github.com/gentoo/gentoo/pull/139
|
| |
| |
| |
| | |
Signed-off-by: Marc Joliet <marcec@gmx.de>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Bump the service unit in order to use the --foreground option for preventing
daemonization instead of abusing --debug. As a side effect, stdout can now be
sent to the systemd journal.
Signed-off-by: Marc Joliet <marcec@gmx.de>
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
Pull-Request: https://github.com/gentoo/gentoo/pull/167
|
| | |
| | |
| | |
| | |
| | | |
* set useful local description for xml
* use <pkg>...</pkg> syntax
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Clean out older versions.
Keep 2.2.8-r2 for python-2.6/3.2 upgrade compatibility.
Package-Manager: portage-2.2.23
|
| | |
| | |
| | |
| | | |
Package-Manager: portage-2.2.20.1
|
|/ /
| |
| |
| | |
Package-Manager: portage-2.2.20.1
|
| |
| |
| |
| |
| | |
Package-Manager: portage-2.2.23
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
|
| |
| |
| |
| | |
Package-Manager: portage-2.2.20.1
|
| |
| |
| |
| | |
Link: https://archives.gentoo.org/gentoo-dev/message/32b1e333faa627491baa3c7492d64956
|
| | |
|
| |
| |
| |
| |
| |
| | |
Fixes bugs 561474, 561596, 561264, 554084, 562108, 561846, 5634022.
Package-Manager: portage-2.2.23
|
| |
| |
| |
| |
| |
| | |
Since 79e8bde4, we no longer need this for eautoreconf.
Package-Manager: portage-2.2.22_p11
|
| |
| |
| |
| | |
Package-Manager: portage-2.2.22
|
| |
| |
| |
| |
| |
| | |
These were added ~7 years ago as part of the mktemp->coreutils transition.
We can assume that has happened at this point, so simplify the deps in the
ebuild as a result.
|
|\ \
| | |
| | |
| | | |
Pull-Request: https://github.com/gentoo/gentoo/pull/95
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This revision patches the source file 'rngd_entsource.c', adding 'O_NOCTTY'
flag to the open() call that opens the entropy source for rngd.
Gentoo-Bug: https://bugs.gentoo.org/556456
Package-Manager: portage-2.2.20.1
|
| | |
| | |
| | |
| | |
| | |
| | | |
Use '|| die' to handle if redirecting output to a file fails.
Package-Manager: portage-2.2.20.1
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Linux hw_random driver provides a unified interface for multiple RNGs
and the RNG source is exposed through /dev/hwrng device node. There is
no need for the init script to look for other device nodes under
/dev. By default, rngd uses /dev/hwrng as the entropy source,
therefore it's not required to specify it on the command line
explicitly.
The creation of /dev/hwrng requires CONFIG_DEVTMPFS support in the
kernel. Due to the way hw_random module is written, some device
managers may fail to create /dev/hwrng successfuly. Mdev, for example,
incorrectly creates /dev/hw_random instead of /dev/hwrng, mistaking
module's own name for the device node's name (see related bug
561102). However, per gentoo wiki [1], CONFIG_DEVTMPFS is part of the
mdev setup and these systems will have two device nodes
(/dev/hw_random and /dev/hwrng) that point to the same device. Even in
such setups, rngd will successfuly find /dev/hwrng.
[1] https://wiki.gentoo.org/index.php?title=Mdev&oldid=246636
Gentoo-Bug: https://bugs.gentoo.org/481254
Package-Manager: portage-2.2.20.1
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
rngd-initd-r1-4.1 has been created as a result of the patch
proposed for bug 481254. However, one chunk has been missed
and did not make it to the commit.
The variable DEFAULT_DEVICE isn't used by the init script.
Remove the related lines from the script.
Package-Manager: portage-2.2.20.1
|
| |
| |
| |
| |
| | |
Package-Manager: portage-2.2.22
Gentoo-bug: 562194
|
| |
| |
| |
| | |
Package-Manager: portage-2.2.21
|
| |
| |
| |
| | |
Package-Manager: portage-2.2.22
|
| |
| |
| |
| | |
Package-Manager: portage-2.2.22
|
| |
| |
| |
| | |
Package-Manager: portage-2.2.20.1
|
| |
| |
| |
| | |
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|/
|
|
| |
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|