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 | 2c84821993d2aab3b57602cdebba97f8cdbd82fa (patch) | |
tree | d6bf14c014648d3f5e0907f21b5ff7fbe36c2ab8 /profiles/uclibc/x86 | |
parent | version bump (diff) | |
download | gentoo-2-2c84821993d2aab3b57602cdebba97f8cdbd82fa.tar.gz gentoo-2-2c84821993d2aab3b57602cdebba97f8cdbd82fa.tar.bz2 gentoo-2-2c84821993d2aab3b57602cdebba97f8cdbd82fa.zip |
fix 2.4 profiles so they actually mask the right packages
Diffstat (limited to 'profiles/uclibc/x86')
-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 |