| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
|
|
|
|
| |
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
|
|
|
|
| |
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/665174
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/669592
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/663180
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/646806
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/646922
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/670028
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/632066
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/681364
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/456954
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/681360
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/469194
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
| |
gnupg-2.2.14 fails to compile on Solaris
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/681294
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/459490
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
| |
Having these versions installed renders the system unable to compile
anything cmake based.
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/670678
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/681230
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Now that we have a separate systemd subprofile under targets/, we can
default-enable gnome-user-share again via systemd subprofile, keeping
gnome-base/gnome installable out of the box on non-systemd profiles and
defaulting to installing gnome-user-share on systemd profiles as before.
As gnome-user-share is for now systemd specific, move the apache USE
flag tweaks over to only systemd subprofile as well.
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a new targets/desktop/gnome/systemd profile, which parents
targets/desktop/gnome and targets/systemd, like the specific gnome
systemd profiles did. Change all these specific user exposed
desktop/gnome/systemd profiles to go through that instead of directly
to targets/systemd. This will allow us to do package.use,
make.defaults (default USE flags) and other tweaks separate from the
main gnome profile, which is now also used for non-systemd (elogind).
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/673960
Closes: https://github.com/gentoo/gentoo/pull/11444
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/676000
Bug: https://bugs.gentoo.org/674796
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/676008
Bug: https://bugs.gentoo.org/676938
Bug: https://bugs.gentoo.org/677478
Bug: https://bugs.gentoo.org/675012
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Theoretically gnome-user-share works without systemd, but it has
an unnecessary check for systemd in its configure check. Add that
missing requirement.
However while it could be manually launched without systemd, the
integration support in gnome-settings-daemon/gnome-control-center
will try to launch it via systemd specific dbus interface, thus
users would have to handle it themselves for now.
Can be reconsidered on next bump to support it, but output
intructions what to do without systemd, or maybe even some support
code in settings-daemon. Help welcome.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/674892
Bug: https://bugs.gentoo.org/674896
Bug: https://bugs.gentoo.org/674234
Bug: https://bugs.gentoo.org/678606
Bug: https://bugs.gentoo.org/674174
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
| |
Accidentally included part of local changes.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/496922
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/542924
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/676190
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/675010
Bug: https://bugs.gentoo.org/676242
Bug: https://bugs.gentoo.org/674240
Bug: https://bugs.gentoo.org/677734
Bug: https://bugs.gentoo.org/678684
Bug: https://bugs.gentoo.org/677482
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/675124
Bug: https://bugs.gentoo.org/675988
Bug: https://bugs.gentoo.org/675014
Bug: https://bugs.gentoo.org/675612
Bug: https://bugs.gentoo.org/676240
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
First batch of last rites for packages that are unmaintained, dead
and fail to build with openssl-1.1+.
Bug: https://bugs.gentoo.org/674160
Bug: https://bugs.gentoo.org/674244
Bug: https://bugs.gentoo.org/674524
Bug: https://bugs.gentoo.org/674526
Bug: https://bugs.gentoo.org/674528
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/249920
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/669604
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
| |
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Closes: https://bugs.gentoo.org/680790
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
|
|
|
|
| |
Signed-off-by: Markus Meier <maekke@gentoo.org>
|