diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-08-13 10:11:06 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-08-13 10:11:06 +0000 |
commit | ebef0639c315a27e7332c080b3119854a3f6a14e (patch) | |
tree | e901488a9103cb9b019e2a9b813e998e96408253 | |
parent | update to EAPI 4. (diff) | |
download | gentoo-2-ebef0639c315a27e7332c080b3119854a3f6a14e.tar.gz gentoo-2-ebef0639c315a27e7332c080b3119854a3f6a14e.tar.bz2 gentoo-2-ebef0639c315a27e7332c080b3119854a3f6a14e.zip |
Added maskings and unmaskings for sys-libs/libsepol
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/base/package.mask | 3 | ||||
-rw-r--r-- | profiles/features/selinux/package.mask | 3 | ||||
-rw-r--r-- | profiles/selinux/package.mask | 3 |
4 files changed, 11 insertions, 4 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index ec0b95380d09..f62ae04783da 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.5619 2011/08/12 20:41:46 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5620 2011/08/13 10:11:05 blueness 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! + 13 Aug 2011; Anthony G. Basile <blueness@gentoo.org> base/package.mask, + features/selinux/package.mask, selinux/package.mask: + Added maskings and unmaskings for sys-libs/libsepol + 12 Aug 2011; Tomáš Chvátal <scarabeus@gentoo.org> base/make.defaults: Add grub_platforms by default empty to the make_defaults, this is preparation for my grub2 ebuilds. diff --git a/profiles/base/package.mask b/profiles/base/package.mask index 43c29a1c1f1a..2862486576c9 100644 --- a/profiles/base/package.mask +++ b/profiles/base/package.mask @@ -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/base/package.mask,v 1.23 2011/08/07 11:07:08 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.mask,v 1.24 2011/08/13 10:11:06 blueness Exp $ # Diego Elio Pettenò <flameeyes@gentoo.org> (8 Feb 2011) # on behalf of QA team <qa@gentoo.org @@ -25,6 +25,7 @@ sys-apps/checkpolicy sys-apps/policycoreutils sys-libs/libselinux sys-libs/libsemanage +sys-libs/libsepol sec-policy/selinux-acct sec-policy/selinux-acpi sec-policy/selinux-ada diff --git a/profiles/features/selinux/package.mask b/profiles/features/selinux/package.mask index 43d0bedb3cae..59d2d182ba5e 100644 --- a/profiles/features/selinux/package.mask +++ b/profiles/features/selinux/package.mask @@ -1,4 +1,4 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.mask,v 1.9 2011/08/09 04:29:55 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/features/selinux/package.mask,v 1.10 2011/08/13 10:11:06 blueness Exp $ # Zac Medico <zmedico@gentoo.org> (09 Aug 2011) # Bug #377907 - Use package.mask for compatibility with PMS section 5.2.7, and @@ -57,6 +57,7 @@ -sys-apps/policycoreutils -sys-libs/libselinux -sys-libs/libsemanage +-sys-libs/libsepol -sec-policy/selinux-acct -sec-policy/selinux-acpi -sec-policy/selinux-ada diff --git a/profiles/selinux/package.mask b/profiles/selinux/package.mask index 9099729119be..2b6d05ea610b 100644 --- a/profiles/selinux/package.mask +++ b/profiles/selinux/package.mask @@ -1,4 +1,4 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/package.mask,v 1.65 2011/08/09 06:20:02 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/package.mask,v 1.66 2011/08/13 10:11:06 blueness Exp $ # Zac Medico <zmedico@gentoo.org> (09 Aug 2011) # Bug #377907 - Use package.mask for compatibility with PMS section 5.2.7, and @@ -57,6 +57,7 @@ -sys-apps/policycoreutils -sys-libs/libselinux -sys-libs/libsemanage +-sys-libs/libsepol -sec-policy/selinux-acct -sec-policy/selinux-acpi -sec-policy/selinux-ada |