diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2008-06-15 10:50:00 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2008-06-15 10:50:00 +0000 |
commit | 3166fa51b059d07509cf04d1887033b2187332ab (patch) | |
tree | 857e667a16557641a2058efdc43902f2c6e59519 /profiles | |
parent | Bug #226505 - For compatibility with phase execution order in (diff) | |
download | gentoo-2-3166fa51b059d07509cf04d1887033b2187332ab.tar.gz gentoo-2-3166fa51b059d07509cf04d1887033b2187332ab.tar.bz2 gentoo-2-3166fa51b059d07509cf04d1887033b2187332ab.zip |
Since we can't test net-dialup/linux-atm on alpha, use mask the corresponding use flags on iproute2 and ppp.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/arch/alpha/package.use.mask | 9 | ||||
-rw-r--r-- | profiles/default-linux/alpha/package.use.mask | 7 |
3 files changed, 20 insertions, 3 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 4a39567c7b99..53c0d4a1a4e6 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,16 @@ # ChangeLog for profile directory # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1550 2008/06/15 10:33:36 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1551 2008/06/15 10:49:59 klausman 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 doubt put a record here! + 15 Jun 2008; Tobias Klausmann <klausman@gentoo.org> + arch/alpha/package.use.mask, default-linux/alpha/package.use.mask: + Since we can't test net-dialup/linux-atm on alpha, use mask the + corresponding use flags on iproute2 and ppp. + 15 Jun 2008; Mike Auty <ikelos@gentoo.org> package.mask: Masking vmware-workstation-4.5.3 for removal due to no upstream support and multiple security advisories. diff --git a/profiles/arch/alpha/package.use.mask b/profiles/arch/alpha/package.use.mask index c049cf103bfd..48283078dc7f 100644 --- a/profiles/arch/alpha/package.use.mask +++ b/profiles/arch/alpha/package.use.mask @@ -1,4 +1,10 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v 1.5 2008/05/20 09:50:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use.mask,v 1.6 2008/06/15 10:49:59 klausman Exp $ + +# Tobias Klausmann <klausman@gentoo.org> (15 Jun 2008) +# No hardware to test net-dialup/linux-atm on alpha, so mask atm use flag +# on those. +sys-apps/iproute2 atm +net-dialup/ppp atm # Raúl Porcel <armin76@gentoo.org> (20 May 2008) # Needs to be tested @@ -11,3 +17,4 @@ net-im/mcabber otr # Needs valgrind media-libs/gstreamer debug media-libs/gst-plugins-base debug + diff --git a/profiles/default-linux/alpha/package.use.mask b/profiles/default-linux/alpha/package.use.mask index 8ff5062bb320..7c1210ab1ce6 100644 --- a/profiles/default-linux/alpha/package.use.mask +++ b/profiles/default-linux/alpha/package.use.mask @@ -1,4 +1,4 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/package.use.mask,v 1.13 2008/05/20 09:46:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/alpha/package.use.mask,v 1.14 2008/06/15 10:50:00 klausman Exp $ # Raúl Porcel <armin76@gentoo.org> (20 May 2008) # Needs to be tested @@ -20,3 +20,8 @@ sys-apps/hal laptop # Has massive QA issues with the java depends dev-util/astyle java +# Tobias Klausmann <klausman@gentoo.org> (15 Jun 2008) +# No hardware to test net-dialup/linux-atm on alpha, so mask atm use flag +# on those. +sys-apps/iproute2 atm +net-dialup/ppp atm |