diff options
author | Joshua Kinard <kumba@gentoo.org> | 2007-06-11 05:05:58 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2007-06-11 05:05:58 +0000 |
commit | a49f438569a11b5528b9aa579af84b3d3700796d (patch) | |
tree | 62b517e50097fd9ad7f1399b7a788423eda9e0df /profiles/default-linux | |
parent | Stable on mips, per #181622. (diff) | |
download | historical-a49f438569a11b5528b9aa579af84b3d3700796d.tar.gz historical-a49f438569a11b5528b9aa579af84b3d3700796d.tar.bz2 historical-a49f438569a11b5528b9aa579af84b3d3700796d.zip |
Mask iproute2 revs 2.6.18 and greater on all profiles still using older mips-headers, which are at 2.6.17 and may cause compile failures. Unmask newer iproute2 in the 2007.1-dev profile.
Diffstat (limited to 'profiles/default-linux')
-rw-r--r-- | profiles/default-linux/mips/2007.1-dev/package.mask | 6 | ||||
-rw-r--r-- | profiles/default-linux/mips/package.mask | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/profiles/default-linux/mips/2007.1-dev/package.mask b/profiles/default-linux/mips/2007.1-dev/package.mask index 817e0f0ea173..76a277713901 100644 --- a/profiles/default-linux/mips/2007.1-dev/package.mask +++ b/profiles/default-linux/mips/2007.1-dev/package.mask @@ -1,6 +1,6 @@ # Copyright 2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2007.1-dev/package.mask,v 1.1 2007/02/25 17:47:56 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2007.1-dev/package.mask,v 1.2 2007/06/11 05:05:58 kumba Exp $ # Unmask gcc-4.x and >=mips-sources-2.6.17 ->=sys-devel/gcc-4.0 @@ -8,3 +8,7 @@ # Unmask >=glibc-2.4 ->=sys-libs/glibc-2.4 + +# Unmask newer iproute2 +->=sys-apps/iproute2-2.6.18 + diff --git a/profiles/default-linux/mips/package.mask b/profiles/default-linux/mips/package.mask index 058ab6564c63..846ce2746278 100644 --- a/profiles/default-linux/mips/package.mask +++ b/profiles/default-linux/mips/package.mask @@ -1,6 +1,6 @@ # Copyright 2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/package.mask,v 1.10 2007/02/02 21:30:58 eroyf Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/package.mask,v 1.11 2007/06/11 05:05:58 kumba Exp $ # Mask pam_ldap and nss_ldap - openldap dep missing. sys-auth/pam_ldap @@ -21,6 +21,10 @@ sys-auth/nss_ldap sys-devel/gcc-mips64 +# newer iproute2's need newer -headers, so unmask +# only on 2007.1 and greater profiles. +>=sys-apps/iproute2-2.6.18 + # Shouldn't be merging these SELinux packages on this profile # but this keeps repoman happy since they require >=glibc-2.4 # 20061008 pebenito |