diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-04-30 17:18:19 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-04-30 17:18:19 +0000 |
commit | a9aa83cb6cdc1817e1807ffbb7b7d0b0b3694576 (patch) | |
tree | 51e7eb59dc392d3e9ed614b8faf652f9c7f552f7 /profiles/selinux | |
parent | Don't PROVIDE virtual/linux-sources, it is a new-style virtual now, bug 118442. (diff) | |
download | historical-a9aa83cb6cdc1817e1807ffbb7b7d0b0b3694576.tar.gz historical-a9aa83cb6cdc1817e1807ffbb7b7d0b0b3694576.tar.bz2 historical-a9aa83cb6cdc1817e1807ffbb7b7d0b0b3694576.zip |
Remove old-style virtual/linux-sources, bug 118442.
Diffstat (limited to 'profiles/selinux')
-rw-r--r-- | profiles/selinux/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/selinux/packages | 5 | ||||
-rw-r--r-- | profiles/selinux/virtuals | 8 |
3 files changed, 8 insertions, 11 deletions
diff --git a/profiles/selinux/ChangeLog b/profiles/selinux/ChangeLog index 2a828324dce7..f42d745a00d5 100644 --- a/profiles/selinux/ChangeLog +++ b/profiles/selinux/ChangeLog @@ -1,6 +1,10 @@ # 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.19 2011/04/14 05:57:31 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/ChangeLog,v 1.20 2011/04/30 17:18:18 ulm Exp $ + + 30 Apr 2011; Ulrich Mueller <ulm@gentoo.org> -virtuals, packages: + Remove old-style virtual/linux-sources, bug 118442. Fix repoman warning for + new-style virtual. 14 Apr 2011; Ulrich Mueller <ulm@gentoo.org> virtuals: Remove old-style virtual/os-headers, bug 358999. diff --git a/profiles/selinux/packages b/profiles/selinux/packages index 189b69a57a1e..cf4bd62ab90a 100644 --- a/profiles/selinux/packages +++ b/profiles/selinux/packages @@ -1,6 +1,6 @@ -# Copyright 2002-2006 Gentoo Foundation. +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/packages,v 1.24 2009/08/08 02:19:11 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/packages,v 1.25 2011/04/30 17:18:18 ulm Exp $ # This file extends the base packages file for the default profile that all # architectures will enjoy. Please note that default is what most architectures @@ -48,6 +48,7 @@ # SELinux is integrated in 2.6 >=sys-kernel/vanilla-sources-2.6.0 +>=virtual/linux-sources-2.6 # Critical xattr fixes: >=sys-boot/grub-0.94 diff --git a/profiles/selinux/virtuals b/profiles/selinux/virtuals deleted file mode 100644 index 3236890cdc66..000000000000 --- a/profiles/selinux/virtuals +++ /dev/null @@ -1,8 +0,0 @@ -# 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.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 |