commit: 70735798382a67c24db9f9ede0157bc4c56d2b24 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Oct 22 16:08:07 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Nov 12 23:05:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70735798
profiles: Copy releases/17.0 to releases/23.0 (effectively empty now) Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> profiles/releases/23.0/eapi | 1 + profiles/releases/23.0/make.defaults | 2 ++ profiles/releases/23.0/package.use.force | 2 ++ profiles/releases/23.0/package.use.mask | 2 ++ profiles/releases/23.0/package.use.stable.mask | 2 ++ profiles/releases/23.0/parent | 1 + 6 files changed, 10 insertions(+) diff --git a/profiles/releases/23.0/eapi b/profiles/releases/23.0/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/releases/23.0/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/releases/23.0/make.defaults b/profiles/releases/23.0/make.defaults new file mode 100644 index 000000000000..fb7bef2767c1 --- /dev/null +++ b/profiles/releases/23.0/make.defaults @@ -0,0 +1,2 @@ +# Copyright 1999-2022 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 diff --git a/profiles/releases/23.0/package.use.force b/profiles/releases/23.0/package.use.force new file mode 100644 index 000000000000..fb7bef2767c1 --- /dev/null +++ b/profiles/releases/23.0/package.use.force @@ -0,0 +1,2 @@ +# Copyright 1999-2022 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 diff --git a/profiles/releases/23.0/package.use.mask b/profiles/releases/23.0/package.use.mask new file mode 100644 index 000000000000..adc292d4df13 --- /dev/null +++ b/profiles/releases/23.0/package.use.mask @@ -0,0 +1,2 @@ +# Copyright 2017-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 diff --git a/profiles/releases/23.0/package.use.stable.mask b/profiles/releases/23.0/package.use.stable.mask new file mode 100644 index 000000000000..fb7bef2767c1 --- /dev/null +++ b/profiles/releases/23.0/package.use.stable.mask @@ -0,0 +1,2 @@ +# Copyright 1999-2022 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 diff --git a/profiles/releases/23.0/parent b/profiles/releases/23.0/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/releases/23.0/parent @@ -0,0 +1 @@ +..
