diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-14 22:00:33 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-14 22:03:06 -0800 |
commit | ff536315770344b7aa6527f8dd351cdd5c50c31a (patch) | |
tree | 31e6c1558f245834d0037fc0ce21c6a9396e5108 /profiles/default | |
parent | dev-python/pydevd: Keyword 2.7.0 ia64, #808378 (diff) | |
download | gentoo-ff536315770344b7aa6527f8dd351cdd5c50c31a.tar.gz gentoo-ff536315770344b7aa6527f8dd351cdd5c50c31a.tar.bz2 gentoo-ff536315770344b7aa6527f8dd351cdd5c50c31a.zip |
profiles/default/linux/ppc/17.0/uclibc: drop profile dirs
Those were never enabled and will not be supported
Bug: https://bugs.gentoo.org/715680
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'profiles/default')
7 files changed, 0 insertions, 33 deletions
diff --git a/profiles/default/linux/ppc/17.0/uclibc/eapi b/profiles/default/linux/ppc/17.0/uclibc/eapi deleted file mode 100644 index 7ed6ff82de6b..000000000000 --- a/profiles/default/linux/ppc/17.0/uclibc/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/default/linux/ppc/17.0/uclibc/hardened/eapi b/profiles/default/linux/ppc/17.0/uclibc/hardened/eapi deleted file mode 100644 index 7ed6ff82de6b..000000000000 --- a/profiles/default/linux/ppc/17.0/uclibc/hardened/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/default/linux/ppc/17.0/uclibc/hardened/parent b/profiles/default/linux/ppc/17.0/uclibc/hardened/parent deleted file mode 100644 index c97306cfa044..000000000000 --- a/profiles/default/linux/ppc/17.0/uclibc/hardened/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../../features/hardened diff --git a/profiles/default/linux/ppc/17.0/uclibc/make.defaults b/profiles/default/linux/ppc/17.0/uclibc/make.defaults deleted file mode 100644 index 535f97151729..000000000000 --- a/profiles/default/linux/ppc/17.0/uclibc/make.defaults +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -CHOST="powerpc-gentoo-linux-uclibc" - -# Anthony G. Basile <blueness@gentoo.org> (2014-07-01) -# Multilib-related setup, bug #515130 -MULTILIB_ABIS="ppc" -CHOST_ppc="${CHOST}" -LIBDIR_ppc="lib" diff --git a/profiles/default/linux/ppc/17.0/uclibc/package.use b/profiles/default/linux/ppc/17.0/uclibc/package.use deleted file mode 100644 index c9c780268687..000000000000 --- a/profiles/default/linux/ppc/17.0/uclibc/package.use +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - - -# Anthony G. Basile <blueness@gentoo.org> (2019-06-14) -# This is needed for default stage3 -sys-libs/gdbm berkdb diff --git a/profiles/default/linux/ppc/17.0/uclibc/package.use.mask b/profiles/default/linux/ppc/17.0/uclibc/package.use.mask deleted file mode 100644 index 2983b3d45bc2..000000000000 --- a/profiles/default/linux/ppc/17.0/uclibc/package.use.mask +++ /dev/null @@ -1,10 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Anthony G. Basile <blueness@gentoo.org> (2019-06-12) -# Unfortunately pie has broken on ppc uclibc for years -sys-devel/gcc pie - -# Anthony G. Basile <blueness@gentoo.org> (2019-06-14) -# pie is also broken on openssh uclibc -net-misc/openssh pie diff --git a/profiles/default/linux/ppc/17.0/uclibc/parent b/profiles/default/linux/ppc/17.0/uclibc/parent deleted file mode 100644 index 8efcb3b984ae..000000000000 --- a/profiles/default/linux/ppc/17.0/uclibc/parent +++ /dev/null @@ -1,2 +0,0 @@ -.. -../../../../../features/uclibc |