diff --git a/metadata/layout.conf b/metadata/layout.conf index d43e61c..4731277 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1 +1,5 @@ masters = gentoo +thin-manifests = true +sign-manifests = false +# Needed for profiles parent with repo syntax +profile-formats = portage-2 diff --git a/profiles/hardened-plasma-systemd/eapi b/profiles/hardened-plasma-systemd/eapi new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/profiles/hardened-plasma-systemd/eapi @@ -0,0 +1 @@ +8 diff --git a/profiles/hardened-plasma-systemd/parent b/profiles/hardened-plasma-systemd/parent new file mode 100644 index 0000000..3e102e4 --- /dev/null +++ b/profiles/hardened-plasma-systemd/parent @@ -0,0 +1,3 @@ +gentoo:default/linux/amd64/23.0/hardened +gentoo:targets/desktop/plasma +gentoo:targets/systemd diff --git a/profiles/hardened-plasma/eapi b/profiles/hardened-plasma/eapi new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/profiles/hardened-plasma/eapi @@ -0,0 +1 @@ +8 diff --git a/profiles/hardened-plasma/parent b/profiles/hardened-plasma/parent new file mode 100644 index 0000000..cf3c4ba --- /dev/null +++ b/profiles/hardened-plasma/parent @@ -0,0 +1,2 @@ +gentoo:default/linux/amd64/23.0/hardened +gentoo:targets/desktop/plasma diff --git a/profiles/profiles.desc b/profiles/profiles.desc new file mode 100644 index 0000000..36afec8 --- /dev/null +++ b/profiles/profiles.desc @@ -0,0 +1,3 @@ +# Adjust the list below as needed, no need to make them all +amd64 hardened-plasma stable +amd64 hardened-plasma-systemd stable