diff options
| author | Xian Wang <dev@xianwang.io> | 2023-01-02 18:12:11 -0800 |
|---|---|---|
| committer | Xian Wang <dev@xianwang.io> | 2023-01-02 18:23:54 -0800 |
| commit | d59058150a0c70f7eda190af7848244ed931a293 (patch) | |
| tree | 4f9a636bf521ac735912b0cf58ca0db49c38b840 | |
| parent | 0f00f8ddd779aafb30415a0f790cb61230dc42dd (diff) | |
| download | mxw39-gentoo-d59058150a0c70f7eda190af7848244ed931a293.tar.gz mxw39-gentoo-d59058150a0c70f7eda190af7848244ed931a293.tar.bz2 mxw39-gentoo-d59058150a0c70f7eda190af7848244ed931a293.zip | |
hardened plasma profiles
Signed-off-by: Xian Wang <dev@xianwang.io>
| -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 |
