summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles: Update LDFLAGS in developer profilesArfrever Frehtes Taifersar Arahesis2019-05-191-3/+3
| | | | | Closes: https://bugs.gentoo.org/680828 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Fix typo (sys-fs/dbus -> sys-apps/dbus) and improve explanation.Arfrever Frehtes Taifersar Arahesis2019-05-171-3/+3
| | | | | Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* profiles: Add targets/desktop/gnome/systemd and gate relevant via itMart Raudsepp2019-03-211-1/+1
| | | | | | | | | | | | 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>
* profiles: desktop/plasma/systemd - Add dates to headersBrian Evans2019-02-261-1/+1
| | | | Signed-off-by: Brian Evans <grknight@gentoo.org>
* profiles: desktop/plasma/systemd - Avoid user conflictsBrian Evans2019-02-261-0/+7
| | | | | | | | | | | The default install of KDE Plasma requires the setting of sys-fs/dbus[user-session]. However if net-wireless/bluez is already installed, this could lead to a conflict. Add a few package.use files to preempt this on the most common and likely profiles that are used. Signed-off-by: Brian Evans <grknight@gentoo.org>
* Add amd64 & x86 uclibc [hardened] 17.0 profilesM. J. Everitt2018-10-085-0/+17
| | | | | Signed-off-by: M. J. Everitt <m.j.everitt@iee.org> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* profiles: add hardened selinux musl profile for amd64Anthony G. Basile2018-03-112-0/+3
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* profiles: restructure amd64, arm and x86 musl profilesAnthony G. Basile2018-01-285-0/+17
| | | | | | | | This restructuring brings the musl profiles into conformity with the glibc profiles for amd64, arm and x86. Yet to be done are the profiles for ppc and mips. Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* profiles: introduce prefix 17.0 profiles.Benda Xu2018-01-137-0/+10
| | | | | | | | | | | name | linux | glibc | |----------------+------------------+-------| | kernel-2.6.16+ | [2.6.16, 2.6.32) | <2.20 | | kernel-2.6.32+ | [2.6.32, 3.2) | <2.24 | | kernel-3.2+ | [3.2, latest) | latest| See-Also: https://archives.gentoo.org/gentoo-dev/message/22204d747bd1c20311eecab403a4e25e
* profiles: Move the SYMLINK_LIB=yes setup to a 'lib32' subprofileMichał Górny2017-12-081-1/+1
| | | | | | | | Move the custom Gentoo SYMLINK_LIB=yes setup to arch/amd64/lib32 subprofile, making the top profile SYMLINK_LIB=no at the same time. Update the inheritance tree so that all current profiles switch to the sub-profile, and remove redundant SYMLINK_LIB=no overrides in arch/amd64/x32 sub-profile.
* profiles: Refactor amd64 profile inheritance to per-version (NFC)Michał Górny2017-12-081-0/+1
| | | | | | | Refactor the inheritance of arch/amd64 profile by moving it from default/linux/amd64 profile to the versioned sub-profiles. This will make it easier to use different variants of the top profile in specific subprofiles.
* profiles: add no-multilib/hardened to new 17.0 profileMagnus Granberg2017-12-074-0/+6
|
* Profiles: Add default/linux/amd64/17.0/hardened/selinux dev profileJason Zaman2017-12-062-0/+3
|
* profiles: add hardened to the new 17.0 profile for amd64Magnus Granberg2017-10-072-0/+3
|
* profiles: Add amd64 17.0 profiles (identical to 13.0 except for one parent ↵Andreas K. Hüttel2017-06-1024-0/+44
entry)