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/default/linux/powerpc | |
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/default/linux/powerpc')
6 files changed, 6 insertions, 6 deletions
diff --git a/profiles/default/linux/powerpc/ppc32/13.0/desktop/gnome/systemd/parent b/profiles/default/linux/powerpc/ppc32/13.0/desktop/gnome/systemd/parent index f7739b405877..2122741fb81c 100644 --- a/profiles/default/linux/powerpc/ppc32/13.0/desktop/gnome/systemd/parent +++ b/profiles/default/linux/powerpc/ppc32/13.0/desktop/gnome/systemd/parent @@ -1,2 +1,2 @@ .. -../../../../../../../../targets/systemd +../../../../../../../../targets/desktop/gnome/systemd diff --git a/profiles/default/linux/powerpc/ppc32/17.0/desktop/gnome/systemd/parent b/profiles/default/linux/powerpc/ppc32/17.0/desktop/gnome/systemd/parent index f7739b405877..2122741fb81c 100644 --- a/profiles/default/linux/powerpc/ppc32/17.0/desktop/gnome/systemd/parent +++ b/profiles/default/linux/powerpc/ppc32/17.0/desktop/gnome/systemd/parent @@ -1,2 +1,2 @@ .. -../../../../../../../../targets/systemd +../../../../../../../../targets/desktop/gnome/systemd diff --git a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/gnome/systemd/parent b/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/gnome/systemd/parent index 5d9d87f6d91e..288aeccdce82 100644 --- a/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/gnome/systemd/parent +++ b/profiles/default/linux/powerpc/ppc64/13.0/32bit-userland/desktop/gnome/systemd/parent @@ -1,2 +1,2 @@ .. -../../../../../../../../../targets/systemd +../../../../../../../../../targets/desktop/gnome/systemd diff --git a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/gnome/systemd/parent b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/gnome/systemd/parent index 5d9d87f6d91e..288aeccdce82 100644 --- a/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/gnome/systemd/parent +++ b/profiles/default/linux/powerpc/ppc64/13.0/64bit-userland/desktop/gnome/systemd/parent @@ -1,2 +1,2 @@ .. -../../../../../../../../../targets/systemd +../../../../../../../../../targets/desktop/gnome/systemd diff --git a/profiles/default/linux/powerpc/ppc64/17.0/32bit-userland/desktop/gnome/systemd/parent b/profiles/default/linux/powerpc/ppc64/17.0/32bit-userland/desktop/gnome/systemd/parent index 5d9d87f6d91e..288aeccdce82 100644 --- a/profiles/default/linux/powerpc/ppc64/17.0/32bit-userland/desktop/gnome/systemd/parent +++ b/profiles/default/linux/powerpc/ppc64/17.0/32bit-userland/desktop/gnome/systemd/parent @@ -1,2 +1,2 @@ .. -../../../../../../../../../targets/systemd +../../../../../../../../../targets/desktop/gnome/systemd diff --git a/profiles/default/linux/powerpc/ppc64/17.0/64bit-userland/desktop/gnome/systemd/parent b/profiles/default/linux/powerpc/ppc64/17.0/64bit-userland/desktop/gnome/systemd/parent index 5d9d87f6d91e..288aeccdce82 100644 --- a/profiles/default/linux/powerpc/ppc64/17.0/64bit-userland/desktop/gnome/systemd/parent +++ b/profiles/default/linux/powerpc/ppc64/17.0/64bit-userland/desktop/gnome/systemd/parent @@ -1,2 +1,2 @@ .. -../../../../../../../../../targets/systemd +../../../../../../../../../targets/desktop/gnome/systemd |