diff options
| author | eroen | 2016-10-14 22:59:35 +0200 |
|---|---|---|
| committer | eroen | 2016-10-14 22:59:35 +0200 |
| commit | 2e2c66dd27f47942919e9fe5feeead16175633af (patch) | |
| tree | 0d89798c583c30a112bd1efbf28d244f04164fb7 | |
| parent | e5029d573740cfb1358eb994641cdd3b10e84984 (diff) | |
| download | eroen-overlay-2e2c66dd27f47942919e9fe5feeead16175633af.tar.gz eroen-overlay-2e2c66dd27f47942919e9fe5feeead16175633af.tar.bz2 eroen-overlay-2e2c66dd27f47942919e9fe5feeead16175633af.tar.xz | |
profiles - Override stable no-multilib profiles
| -rw-r--r-- | metadata/layout.conf | 1 | ||||
| -rw-r--r-- | profiles/hardened/linux/amd64/no-multilib/parent | 1 | ||||
| -rw-r--r-- | profiles/hardened/linux/amd64/no-multilib/selinux/parent | 1 | ||||
| -rw-r--r-- | profiles/profiles.desc | 4 |
4 files changed, 7 insertions, 0 deletions
diff --git a/metadata/layout.conf b/metadata/layout.conf index ca9fee10..90d6fa02 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -1,2 +1,3 @@ masters = gentoo thin-manifests = true +profile-formats = portage-2 diff --git a/profiles/hardened/linux/amd64/no-multilib/parent b/profiles/hardened/linux/amd64/no-multilib/parent new file mode 100644 index 00000000..49095248 --- /dev/null +++ b/profiles/hardened/linux/amd64/no-multilib/parent @@ -0,0 +1 @@ +gentoo:hardened/linux/amd64/no-multilib diff --git a/profiles/hardened/linux/amd64/no-multilib/selinux/parent b/profiles/hardened/linux/amd64/no-multilib/selinux/parent new file mode 100644 index 00000000..4f33da46 --- /dev/null +++ b/profiles/hardened/linux/amd64/no-multilib/selinux/parent @@ -0,0 +1 @@ +gentoo:hardened/linux/amd64/no-multilib/selinux diff --git a/profiles/profiles.desc b/profiles/profiles.desc new file mode 100644 index 00000000..b08e1c98 --- /dev/null +++ b/profiles/profiles.desc @@ -0,0 +1,4 @@ +# Override gentoo's stable no-multilib profiles to silence repoman warnings for +# multilib packages +amd64 hardened/linux/amd64/no-multilib dev +amd64 hardened/linux/amd64/no-multilib/selinux dev |
