diff options
| -rw-r--r-- | metadata/layout.conf | 1 | ||||
| -rw-r--r-- | profiles/amd64/hardened-plasma/eapi | 1 | ||||
| -rw-r--r-- | profiles/amd64/hardened-plasma/parent | 2 | ||||
| -rw-r--r-- | profiles/arm64/hardened-plasma/eapi | 1 | ||||
| -rw-r--r-- | profiles/arm64/hardened-plasma/parent | 2 | ||||
| -rw-r--r-- | profiles/profiles.desc | 2 |
6 files changed, 9 insertions, 0 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index 20fcfea..af1dc8c 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1,3 +1,4 @@ masters = gentoo thin-manifests = true sign-manifests = false +profile-formats = portage-2 diff --git a/profiles/amd64/hardened-plasma/eapi b/profiles/amd64/hardened-plasma/eapi new file mode 100644 index 0000000..301160a --- /dev/null +++ b/profiles/amd64/hardened-plasma/eapi @@ -0,0 +1 @@ +8
\ No newline at end of file diff --git a/profiles/amd64/hardened-plasma/parent b/profiles/amd64/hardened-plasma/parent new file mode 100644 index 0000000..e4f35d9 --- /dev/null +++ b/profiles/amd64/hardened-plasma/parent @@ -0,0 +1,2 @@ +gentoo:default/linux/amd64/17.1/hardened +gentoo:targets/desktop/plasma
\ No newline at end of file diff --git a/profiles/arm64/hardened-plasma/eapi b/profiles/arm64/hardened-plasma/eapi new file mode 100644 index 0000000..301160a --- /dev/null +++ b/profiles/arm64/hardened-plasma/eapi @@ -0,0 +1 @@ +8
\ No newline at end of file diff --git a/profiles/arm64/hardened-plasma/parent b/profiles/arm64/hardened-plasma/parent new file mode 100644 index 0000000..32fc7c7 --- /dev/null +++ b/profiles/arm64/hardened-plasma/parent @@ -0,0 +1,2 @@ +gentoo:default/linux/arm64/17.0/hardened +gentoo:targets/desktop/plasma
\ No newline at end of file diff --git a/profiles/profiles.desc b/profiles/profiles.desc new file mode 100644 index 0000000..a82b9e1 --- /dev/null +++ b/profiles/profiles.desc @@ -0,0 +1,2 @@ +amd64 amd64/hardened-plasma stable +arm64 arm64/hardened-plasma exp
\ No newline at end of file |
