summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-04-14 05:57:31 +0000
committerUlrich Müller <ulm@gentoo.org>2011-04-14 05:57:31 +0000
commit67f0b0b6244e9b7577ac546ed75466f83857d099 (patch)
tree0cca2b4b27e5c3098b6de970a3c60ae80e6298f4
parentInitial import, bug 358999. (diff)
downloadgentoo-2-67f0b0b6244e9b7577ac546ed75466f83857d099.tar.gz
gentoo-2-67f0b0b6244e9b7577ac546ed75466f83857d099.tar.bz2
gentoo-2-67f0b0b6244e9b7577ac546ed75466f83857d099.zip
Remove old-style virtual/os-headers, bug 358999.
-rw-r--r--profiles/ChangeLog6
-rw-r--r--profiles/arch/mips/ChangeLog5
-rw-r--r--profiles/arch/mips/virtuals3
-rw-r--r--profiles/default/bsd/ChangeLog5
-rw-r--r--profiles/default/bsd/fbsd/virtuals3
-rw-r--r--profiles/default/linux/virtuals8
-rw-r--r--profiles/embedded/ChangeLog5
-rw-r--r--profiles/embedded/virtuals1
-rw-r--r--profiles/hardened/virtuals3
-rw-r--r--profiles/info_pkgs3
-rw-r--r--profiles/prefix/ChangeLog9
-rw-r--r--profiles/prefix/aix/virtuals5
-rw-r--r--profiles/prefix/bsd/freebsd/virtuals5
-rw-r--r--profiles/prefix/bsd/netbsd/virtuals5
-rw-r--r--profiles/prefix/bsd/openbsd/virtuals5
-rw-r--r--profiles/prefix/darwin/virtuals5
-rw-r--r--profiles/prefix/hpux/virtuals5
-rw-r--r--profiles/prefix/irix/virtuals5
-rw-r--r--profiles/prefix/linux/virtuals5
-rw-r--r--profiles/prefix/mint/virtuals5
-rw-r--r--profiles/prefix/sunos/virtuals5
-rw-r--r--profiles/prefix/windows/cygwin/virtuals5
-rw-r--r--profiles/prefix/windows/interix/virtuals5
-rw-r--r--profiles/prefix/windows/winnt/virtuals5
-rw-r--r--profiles/selinux/ChangeLog5
-rw-r--r--profiles/selinux/virtuals3
-rw-r--r--profiles/uclibc/mips/virtuals1
-rw-r--r--profiles/uclibc/virtuals3
28 files changed, 62 insertions, 66 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index a5e924c65d65..6f3e8f5ee3eb 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -1,11 +1,15 @@
# ChangeLog for profile directory
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5279 2011/04/13 08:34:29 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5280 2011/04/14 05:57:29 ulm Exp $
#
# This ChangeLog should include records for all changes in profiles directory.
# Only typo fixes which don't affect portage/repoman behaviour could be avoided
# here. If in doubt put a record here!
+ 14 Apr 2011; Ulrich Mueller <ulm@gentoo.org> -default/linux/virtuals,
+ hardened/virtuals, info_pkgs, uclibc/mips/virtuals, uclibc/virtuals:
+ Remove old-style virtual/os-headers, bug 358999.
+
13 Apr 2011; Justin Lecher <jlec@gentoo.org> package.mask:
Only mask nvidia beta driver
diff --git a/profiles/arch/mips/ChangeLog b/profiles/arch/mips/ChangeLog
index 55caf833bd37..b11642d09bd8 100644
--- a/profiles/arch/mips/ChangeLog
+++ b/profiles/arch/mips/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for Gentoo/MIPS profile directory
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.52 2011/04/10 14:50:11 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/ChangeLog,v 1.53 2011/04/14 05:57:29 ulm Exp $
+
+ 14 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
+ Remove old-style virtual/os-headers, bug 358999.
10 Apr 2011; Ulrich Mueller <ulm@gentoo.org> -sys/cobalt/virtuals:
Remove old-style virtual/bootloader, bug 359971.
diff --git a/profiles/arch/mips/virtuals b/profiles/arch/mips/virtuals
index fcec237f68f9..15474713e4cc 100644
--- a/profiles/arch/mips/virtuals
+++ b/profiles/arch/mips/virtuals
@@ -1,6 +1,5 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/virtuals,v 1.5 2011/03/19 18:15:59 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/arch/mips/virtuals,v 1.6 2011/04/14 05:57:29 ulm Exp $
virtual/linux-sources sys-kernel/mips-sources
-virtual/os-headers sys-kernel/linux-headers
diff --git a/profiles/default/bsd/ChangeLog b/profiles/default/bsd/ChangeLog
index 0f996605d6a1..3fb71e61cd72 100644
--- a/profiles/default/bsd/ChangeLog
+++ b/profiles/default/bsd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for profile directory
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.48 2011/04/10 14:50:11 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/ChangeLog,v 1.49 2011/04/14 05:57:29 ulm Exp $
+
+ 14 Apr 2011; Ulrich Mueller <ulm@gentoo.org> fbsd/virtuals:
+ Remove old-style virtual/os-headers, bug 358999.
10 Apr 2011; Ulrich Mueller <ulm@gentoo.org> fbsd/virtuals:
Remove old-style virtual/bootloader, bug 359971.
diff --git a/profiles/default/bsd/fbsd/virtuals b/profiles/default/bsd/fbsd/virtuals
index 67966bb2b59d..cb6cbc016360 100644
--- a/profiles/default/bsd/fbsd/virtuals
+++ b/profiles/default/bsd/fbsd/virtuals
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/virtuals,v 1.5 2011/04/10 14:50:11 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/bsd/fbsd/virtuals,v 1.6 2011/04/14 05:57:29 ulm Exp $
# This file defines the virtuals that Gentoo/FreeBSD needs to modify respect
# the base profile
@@ -9,4 +9,3 @@
virtual/inetd sys-freebsd/freebsd-usbin
virtual/libc sys-freebsd/freebsd-lib
-virtual/os-headers sys-freebsd/freebsd-lib
diff --git a/profiles/default/linux/virtuals b/profiles/default/linux/virtuals
deleted file mode 100644
index 057e59601a3f..000000000000
--- a/profiles/default/linux/virtuals
+++ /dev/null
@@ -1,8 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/virtuals,v 1.1 2008/04/01 17:40:05 wolf31o2 Exp $
-
-# Use this virtuals file to either overload the base profile's defined
-# virtuals, or add virtuals that are specific to this family of profiles
-
-virtual/os-headers sys-kernel/linux-headers
diff --git a/profiles/embedded/ChangeLog b/profiles/embedded/ChangeLog
index c4b07470eadf..856d02fcd984 100644
--- a/profiles/embedded/ChangeLog
+++ b/profiles/embedded/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for Gentoo base-profile
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/embedded/ChangeLog,v 1.25 2011/04/13 15:24:37 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/embedded/ChangeLog,v 1.26 2011/04/14 05:57:29 ulm Exp $
+
+ 14 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
+ Remove old-style virtual/os-headers, bug 358999.
13 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
Remove old-style virtual/skkserv, bug 358851.
diff --git a/profiles/embedded/virtuals b/profiles/embedded/virtuals
index 7ae619a6c2f1..b3b41f0cf757 100644
--- a/profiles/embedded/virtuals
+++ b/profiles/embedded/virtuals
@@ -5,6 +5,5 @@ virtual/libc sys-libs/glibc
virtual/inetd sys-apps/busybox
virtual/linux-sources sys-kernel/gentoo-sources
virtual/modutils sys-apps/busybox
-virtual/os-headers sys-kernel/linux-headers
virtual/ssh net-misc/dropbear
virtual/dev-manager sys-apps/busybox
diff --git a/profiles/hardened/virtuals b/profiles/hardened/virtuals
index 1aa8fb7bad14..eacfba1e776d 100644
--- a/profiles/hardened/virtuals
+++ b/profiles/hardened/virtuals
@@ -1,7 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v 1.21 2011/04/10 14:50:11 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/virtuals,v 1.22 2011/04/14 05:57:29 ulm Exp $
virtual/dev-manager sys-fs/udev
virtual/linux-sources sys-kernel/hardened-sources
-virtual/os-headers sys-kernel/linux-headers
diff --git a/profiles/info_pkgs b/profiles/info_pkgs
index 79cff3b9c848..4d99c8e31a20 100644
--- a/profiles/info_pkgs
+++ b/profiles/info_pkgs
@@ -5,7 +5,8 @@
app-shells/bash
sys-devel/autoconf
sys-devel/automake
-virtual/os-headers
+sys-kernel/linux-headers
+sys-freebsd/freebsd-lib
sys-devel/binutils
sys-devel/libtool
sys-devel/make
diff --git a/profiles/prefix/ChangeLog b/profiles/prefix/ChangeLog
index c509c3739727..cb416c4004f8 100644
--- a/profiles/prefix/ChangeLog
+++ b/profiles/prefix/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for profiles/prefix
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.263 2011/04/10 18:39:24 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/ChangeLog,v 1.264 2011/04/14 05:57:30 ulm Exp $
+
+ 14 Apr 2011; Ulrich Mueller <ulm@gentoo.org> aix/virtuals,
+ bsd/freebsd/virtuals, bsd/netbsd/virtuals, bsd/openbsd/virtuals,
+ darwin/virtuals, hpux/virtuals, irix/virtuals, linux/virtuals, mint/virtuals,
+ sunos/virtuals, windows/cygwin/virtuals, windows/interix/virtuals,
+ windows/winnt/virtuals:
+ Remove old-style virtual/os-headers, bug 358999.
10 Apr 2011; Fabian Groffen <grobian@gentoo.org>
darwin/macos/10.6/package.use.mask:
diff --git a/profiles/prefix/aix/virtuals b/profiles/prefix/aix/virtuals
index b6a71f5dfa58..dcacf005b4a2 100644
--- a/profiles/prefix/aix/virtuals
+++ b/profiles/prefix/aix/virtuals
@@ -1,6 +1,5 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/virtuals,v 1.1 2009/06/06 03:54:34 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/aix/virtuals,v 1.2 2011/04/14 05:57:30 ulm Exp $
virtual/libc sys-aix/libc
-virtual/os-headers sys-aix/libc
diff --git a/profiles/prefix/bsd/freebsd/virtuals b/profiles/prefix/bsd/freebsd/virtuals
index 847d5f7636e9..61012129fb18 100644
--- a/profiles/prefix/bsd/freebsd/virtuals
+++ b/profiles/prefix/bsd/freebsd/virtuals
@@ -1,6 +1,5 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/virtuals,v 1.1 2009/06/06 03:54:37 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/freebsd/virtuals,v 1.2 2011/04/14 05:57:30 ulm Exp $
virtual/libc sys-freebsd/libc
-virtual/os-headers sys-freebsd/libc
diff --git a/profiles/prefix/bsd/netbsd/virtuals b/profiles/prefix/bsd/netbsd/virtuals
index 82d59c3db643..f0717f002813 100644
--- a/profiles/prefix/bsd/netbsd/virtuals
+++ b/profiles/prefix/bsd/netbsd/virtuals
@@ -1,6 +1,5 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/netbsd/virtuals,v 1.1 2009/06/06 03:54:41 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/netbsd/virtuals,v 1.2 2011/04/14 05:57:30 ulm Exp $
virtual/libc sys-netbsd/libc
-virtual/os-headers sys-netbsd/libc
diff --git a/profiles/prefix/bsd/openbsd/virtuals b/profiles/prefix/bsd/openbsd/virtuals
index d9e47a98f0a2..350dff7e30fb 100644
--- a/profiles/prefix/bsd/openbsd/virtuals
+++ b/profiles/prefix/bsd/openbsd/virtuals
@@ -1,6 +1,5 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/openbsd/virtuals,v 1.1 2009/06/06 03:54:43 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/bsd/openbsd/virtuals,v 1.2 2011/04/14 05:57:30 ulm Exp $
virtual/libc sys-openbsd/libc
-virtual/os-headers sys-openbsd/libc
diff --git a/profiles/prefix/darwin/virtuals b/profiles/prefix/darwin/virtuals
index 6c3adba64bcc..49c1dbed5644 100644
--- a/profiles/prefix/darwin/virtuals
+++ b/profiles/prefix/darwin/virtuals
@@ -1,6 +1,5 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/virtuals,v 1.1 2009/06/06 03:54:45 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/darwin/virtuals,v 1.2 2011/04/14 05:57:30 ulm Exp $
virtual/libc sys-darwin/libsystem
-virtual/os-headers sys-darwin/libsystem
diff --git a/profiles/prefix/hpux/virtuals b/profiles/prefix/hpux/virtuals
index 1f7526ea2ad9..5644c3b0717a 100644
--- a/profiles/prefix/hpux/virtuals
+++ b/profiles/prefix/hpux/virtuals
@@ -1,6 +1,5 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/virtuals,v 1.1 2009/06/06 03:54:51 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/hpux/virtuals,v 1.2 2011/04/14 05:57:30 ulm Exp $
virtual/libc sys-hpux/libc
-virtual/os-headers sys-hpux/libc
diff --git a/profiles/prefix/irix/virtuals b/profiles/prefix/irix/virtuals
index 5220276dd763..6b144ddb029e 100644
--- a/profiles/prefix/irix/virtuals
+++ b/profiles/prefix/irix/virtuals
@@ -1,6 +1,5 @@
-# Copyright 1999-2009 Gentoo Foundation.
+# Copyright 1999-2011 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/irix/virtuals,v 1.1 2009/06/06 03:54:54 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/irix/virtuals,v 1.2 2011/04/14 05:57:30 ulm Exp $
virtual/libc sys-irix/libc
-virtual/os-headers sys-irix/libc
diff --git a/profiles/prefix/linux/virtuals b/profiles/prefix/linux/virtuals
index 54d2f18534ef..cd9b41e4e608 100644
--- a/profiles/prefix/linux/virtuals
+++ b/profiles/prefix/linux/virtuals
@@ -1,6 +1,5 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/virtuals,v 1.1 2009/06/06 03:54:55 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/linux/virtuals,v 1.2 2011/04/14 05:57:30 ulm Exp $
virtual/libc sys-linux/glibc
-virtual/os-headers sys-linux/linux-sources
diff --git a/profiles/prefix/mint/virtuals b/profiles/prefix/mint/virtuals
index b9a643a036f8..8d960429306d 100644
--- a/profiles/prefix/mint/virtuals
+++ b/profiles/prefix/mint/virtuals
@@ -1,6 +1,5 @@
-# Copyright 1999-2009 Gentoo Foundation.
+# Copyright 1999-2011 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/mint/virtuals,v 1.1 2009/06/06 03:54:57 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/mint/virtuals,v 1.2 2011/04/14 05:57:30 ulm Exp $
virtual/libc sys-mint/mintlib
-virtual/os-headers sys-mint/mintlib
diff --git a/profiles/prefix/sunos/virtuals b/profiles/prefix/sunos/virtuals
index d80fc1c56f9f..e35ed40a6d9c 100644
--- a/profiles/prefix/sunos/virtuals
+++ b/profiles/prefix/sunos/virtuals
@@ -1,6 +1,5 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/virtuals,v 1.1 2009/06/06 03:54:58 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/sunos/virtuals,v 1.2 2011/04/14 05:57:30 ulm Exp $
virtual/libc sys-sunos/libc
-virtual/os-headers sys-sunos/libc
diff --git a/profiles/prefix/windows/cygwin/virtuals b/profiles/prefix/windows/cygwin/virtuals
index a7a3c357cf59..b8f3674ef57f 100644
--- a/profiles/prefix/windows/cygwin/virtuals
+++ b/profiles/prefix/windows/cygwin/virtuals
@@ -1,6 +1,5 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/cygwin/virtuals,v 1.1 2010/08/31 06:55:40 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/cygwin/virtuals,v 1.2 2011/04/14 05:57:31 ulm Exp $
virtual/libc sys-cygwin/libc
-virtual/os-headers sys-cygwin/libc
diff --git a/profiles/prefix/windows/interix/virtuals b/profiles/prefix/windows/interix/virtuals
index c36da4c6680b..7da8d639fcaf 100644
--- a/profiles/prefix/windows/interix/virtuals
+++ b/profiles/prefix/windows/interix/virtuals
@@ -1,6 +1,5 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/virtuals,v 1.1 2009/06/06 03:55:07 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/interix/virtuals,v 1.2 2011/04/14 05:57:31 ulm Exp $
virtual/libc sys-interix/libc
-virtual/os-headers sys-interix/libc
diff --git a/profiles/prefix/windows/winnt/virtuals b/profiles/prefix/windows/winnt/virtuals
index dd236502f50a..8a995518f295 100644
--- a/profiles/prefix/windows/winnt/virtuals
+++ b/profiles/prefix/windows/winnt/virtuals
@@ -1,6 +1,5 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/winnt/virtuals,v 1.1 2009/06/06 03:55:10 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/prefix/windows/winnt/virtuals,v 1.2 2011/04/14 05:57:31 ulm Exp $
virtual/libc sys-winnt/libc
-virtual/os-headers sys-winnt/libc
diff --git a/profiles/selinux/ChangeLog b/profiles/selinux/ChangeLog
index e61521ef0abc..2a828324dce7 100644
--- a/profiles/selinux/ChangeLog
+++ b/profiles/selinux/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for Gentoo/sparc-fbsd profile directory
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/ChangeLog,v 1.18 2011/03/19 18:18:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/ChangeLog,v 1.19 2011/04/14 05:57:31 ulm Exp $
+
+ 14 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals:
+ Remove old-style virtual/os-headers, bug 358999.
19 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> virtuals:
Remove virtual/alsa.
diff --git a/profiles/selinux/virtuals b/profiles/selinux/virtuals
index 5c1293e65ee6..3236890cdc66 100644
--- a/profiles/selinux/virtuals
+++ b/profiles/selinux/virtuals
@@ -1,9 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/virtuals,v 1.10 2011/03/19 18:18:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/virtuals,v 1.11 2011/04/14 05:57:31 ulm Exp $
# Use this virtuals file to either overload the base profile's defined
# virtuals, or add virtuals that are specific to this family of profiles
virtual/linux-sources sys-kernel/gentoo-sources
-virtual/os-headers sys-kernel/linux-headers
diff --git a/profiles/uclibc/mips/virtuals b/profiles/uclibc/mips/virtuals
index b86d0a17a40d..43bdf8b5e63f 100644
--- a/profiles/uclibc/mips/virtuals
+++ b/profiles/uclibc/mips/virtuals
@@ -1,2 +1 @@
virtual/linux-sources sys-kernel/mips-sources
-virtual/os-headers sys-kernel/linux-headers
diff --git a/profiles/uclibc/virtuals b/profiles/uclibc/virtuals
index 35ccfd7c7394..5c3f2836dd4a 100644
--- a/profiles/uclibc/virtuals
+++ b/profiles/uclibc/virtuals
@@ -1,8 +1,7 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/virtuals,v 1.21 2011/04/05 11:56:46 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/uclibc/virtuals,v 1.22 2011/04/14 05:57:31 ulm Exp $
virtual/libc sys-libs/uclibc -sys-libs/glibc
-virtual/os-headers sys-kernel/linux-headers
virtual/linux-sources sys-kernel/vanilla-sources
virtual/ssh net-misc/dropbear