diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-04-14 17:59:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-04-14 17:59:06 +0000 |
commit | 4041cc75647882da14814d872edd79a966b0e513 (patch) | |
tree | 55e0b6d2871a707da654f3ca487ad60b595ced26 /profiles/uclibc | |
parent | version bump (diff) | |
download | historical-4041cc75647882da14814d872edd79a966b0e513.tar.gz historical-4041cc75647882da14814d872edd79a966b0e513.tar.bz2 historical-4041cc75647882da14814d872edd79a966b0e513.zip |
fix 2.4 profiles so they actually mask the right packages
Diffstat (limited to 'profiles/uclibc')
-rw-r--r-- | profiles/uclibc/x86/2.4/packages | 5 | ||||
-rw-r--r-- | profiles/uclibc/x86/hardened/2.4/packages | 4 | ||||
-rw-r--r-- | profiles/uclibc/x86/hardened/2.4/parent | 1 | ||||
-rw-r--r-- | profiles/uclibc/x86/hardened/packages | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/profiles/uclibc/x86/2.4/packages b/profiles/uclibc/x86/2.4/packages index 0e9a9616ba6d..8cd66dcfbc0b 100644 --- a/profiles/uclibc/x86/2.4/packages +++ b/profiles/uclibc/x86/2.4/packages @@ -1 +1,4 @@ ->=sys-kernel/linux-headers-2.5 +<sys-kernel/linux-headers-2.5 +<sys-kernel/gentoo-sources-2.5 +<sys-kernel/hardened-sources-2.5 +<sys-kernel/vanilla-sources-2.5 diff --git a/profiles/uclibc/x86/hardened/2.4/packages b/profiles/uclibc/x86/hardened/2.4/packages new file mode 100644 index 000000000000..8cd66dcfbc0b --- /dev/null +++ b/profiles/uclibc/x86/hardened/2.4/packages @@ -0,0 +1,4 @@ +<sys-kernel/linux-headers-2.5 +<sys-kernel/gentoo-sources-2.5 +<sys-kernel/hardened-sources-2.5 +<sys-kernel/vanilla-sources-2.5 diff --git a/profiles/uclibc/x86/hardened/2.4/parent b/profiles/uclibc/x86/hardened/2.4/parent new file mode 100644 index 000000000000..f3229c5b9876 --- /dev/null +++ b/profiles/uclibc/x86/hardened/2.4/parent @@ -0,0 +1 @@ +.. diff --git a/profiles/uclibc/x86/hardened/packages b/profiles/uclibc/x86/hardened/packages deleted file mode 100644 index dadbd89fb0a6..000000000000 --- a/profiles/uclibc/x86/hardened/packages +++ /dev/null @@ -1,2 +0,0 @@ --*<sys-devel/binutils-2.14.90.0.7 -*>=sys-devel/binutils-2.14.90.0.8 |