diff options
author | 2021-07-05 16:19:53 -0700 | |
---|---|---|
committer | 2021-07-05 16:22:27 -0700 | |
commit | f9e23142d3801ebf0d3b990607397bd0c4964e92 (patch) | |
tree | 18c44d081facafaa007f1c2fd33550343e8aa58c | |
parent | sys-libs/compiler-rt-sanitizers: Backport glibc fixes (diff) | |
download | gentoo-f9e23142d3801ebf0d3b990607397bd0c4964e92.tar.gz gentoo-f9e23142d3801ebf0d3b990607397bd0c4964e92.tar.bz2 gentoo-f9e23142d3801ebf0d3b990607397bd0c4964e92.zip |
profiles: enable default/linux/ppc64/17.0/systemd as exp
new nosymlink-lib profile
Bug: https://bugs.gentoo.org/640184
Bug: https://bugs.gentoo.org/715680
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r-- | profiles/default/linux/ppc64/17.0/systemd/eapi | 1 | ||||
-rw-r--r-- | profiles/default/linux/ppc64/17.0/systemd/parent | 2 | ||||
-rw-r--r-- | profiles/profiles.desc | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/profiles/default/linux/ppc64/17.0/systemd/eapi b/profiles/default/linux/ppc64/17.0/systemd/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/ppc64/17.0/systemd/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/ppc64/17.0/systemd/parent b/profiles/default/linux/ppc64/17.0/systemd/parent new file mode 100644 index 000000000000..ced72403bde9 --- /dev/null +++ b/profiles/default/linux/ppc64/17.0/systemd/parent @@ -0,0 +1,2 @@ +.. +../../../../../targets/systemd diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 6328acc2d092..3f917d7f4b0e 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -181,6 +181,7 @@ ppc64 default/linux/powerpc/ppc64/17.0/64bit-userland/developer stable ppc64 default/linux/ppc64/17.0 exp #ppc64 default/linux/ppc64/17.0/desktop exp #ppc64 default/linux/ppc64/17.0/desktop/gnome exp +ppc64 default/linux/ppc64/17.0/systemd exp #ppc64 default/linux/ppc64/17.0/desktop/gnome/systemd exp #ppc64 default/linux/ppc64/17.0/developer exp ppc64 default/linux/ppc64/17.0/musl exp |