diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-12-05 02:48:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-12-05 02:48:55 +0000 |
commit | ff81b890c7e9d8ff165819d05c64b4448daed39b (patch) | |
tree | 77983030cca1e547e0d33114a19843b2983e0bb6 /profiles/selinux | |
parent | No longer a release candidate, remove the bzr and bzrtools 0.13 mask. (diff) | |
download | gentoo-2-ff81b890c7e9d8ff165819d05c64b4448daed39b.tar.gz gentoo-2-ff81b890c7e9d8ff165819d05c64b4448daed39b.tar.bz2 gentoo-2-ff81b890c7e9d8ff165819d05c64b4448daed39b.zip |
fix up the broken libselinux deps by allowing the libselinux-1.28 version to
be used.
Diffstat (limited to 'profiles/selinux')
-rw-r--r-- | profiles/selinux/mips/mips64/2006.1/packages | 6 | ||||
-rw-r--r-- | profiles/selinux/sparc/sparc64/2006.1/packages | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/profiles/selinux/mips/mips64/2006.1/packages b/profiles/selinux/mips/mips64/2006.1/packages index 5b436e3c0dcb..33324af56db1 100644 --- a/profiles/selinux/mips/mips64/2006.1/packages +++ b/profiles/selinux/mips/mips64/2006.1/packages @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/mips/mips64/2006.1/packages,v 1.1 2006/10/08 18:37:25 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/mips/mips64/2006.1/packages,v 1.2 2006/12/05 02:48:55 mr_bones_ Exp $ # mips64 o32 packages @@ -11,3 +11,7 @@ # Sometimes necessary to trick programs into thinking we're really # a mips32 system. *sys-apps/setarch + +# Since the only stable 1.30.29 version is masked for this profile, allow +# the older stable version to be available. +->=sys-libs/libselinux-1.30.29 diff --git a/profiles/selinux/sparc/sparc64/2006.1/packages b/profiles/selinux/sparc/sparc64/2006.1/packages index 06b0047feb31..da42d2168be6 100644 --- a/profiles/selinux/sparc/sparc64/2006.1/packages +++ b/profiles/selinux/sparc/sparc64/2006.1/packages @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/sparc/sparc64/2006.1/packages,v 1.1 2006/10/08 18:37:25 pebenito Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/sparc/sparc64/2006.1/packages,v 1.2 2006/12/05 02:48:55 mr_bones_ Exp $ # We really want 3.4.x for this profile *>=sys-devel/gcc-3.4.5 @@ -17,3 +17,6 @@ # Earlier versions aren't patched to work with 2.6 headers *>=sys-boot/silo-1.4.10 +# Since the only stable 1.30.29 version is masked for this profile, allow +# the older stable version to be available. +->=sys-libs/libselinux-1.30.29 |