diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-03-21 20:51:50 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-03-21 22:23:09 +0200 |
commit | 8762a1b325e8c17f1a1a3a4b1623e2c159154cf4 (patch) | |
tree | 31ab9ac6d352393e338cb46f8b1cf83138c2b44d /profiles/targets | |
parent | app-crypt/gnupg: Version bump to 2.2.14 (diff) | |
download | gentoo-8762a1b325e8c17f1a1a3a4b1623e2c159154cf4.tar.gz gentoo-8762a1b325e8c17f1a1a3a4b1623e2c159154cf4.tar.bz2 gentoo-8762a1b325e8c17f1a1a3a4b1623e2c159154cf4.zip |
profiles: Add targets/desktop/gnome/systemd and gate relevant via it
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>
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/desktop/gnome/systemd/eapi | 1 | ||||
-rw-r--r-- | profiles/targets/desktop/gnome/systemd/parent | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/profiles/targets/desktop/gnome/systemd/eapi b/profiles/targets/desktop/gnome/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/targets/desktop/gnome/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/targets/desktop/gnome/systemd/parent b/profiles/targets/desktop/gnome/systemd/parent new file mode 100644 index 000000000000..ead73795d6d7 --- /dev/null +++ b/profiles/targets/desktop/gnome/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../systemd |