diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-07-22 18:05:50 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-07-22 18:05:50 +0000 |
commit | 684d14dd955332d642ad1bcb97b469dbc1d20271 (patch) | |
tree | 33d08ad44433c6947df9ec0e560a5904f9703859 /profiles/base | |
parent | Version bump. (diff) | |
download | gentoo-2-684d14dd955332d642ad1bcb97b469dbc1d20271.tar.gz gentoo-2-684d14dd955332d642ad1bcb97b469dbc1d20271.tar.bz2 gentoo-2-684d14dd955332d642ad1bcb97b469dbc1d20271.zip |
Mask USE='nat-pmp' and 'upnp' in profiles/base/package.use.mask and unmask it in amd64 and x86 profiles.
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/base/package.use.mask | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/profiles/base/ChangeLog b/profiles/base/ChangeLog index cdb780acfbdb..0391c6ca9757 100644 --- a/profiles/base/ChangeLog +++ b/profiles/base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo base-profile # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.283 2011/07/11 15:10:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.284 2011/07/22 18:05:50 blueness Exp $ + + 22 Jul 2011; Anthony G. Basile <blueness@gentoo.org> package.use.mask: + Mask USE="nat-pmp" and "upnp" here and unmask it in amd64 and x86 profiles. + 11 Jul 2011; Samuli Suominen <ssuominen@gentoo.org> use.mask: Mask USE="opencl" here and unmask it in amd64 and x86 profile. diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 91fd8be7cef4..2f8dbbe25d2b 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -1,10 +1,14 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.252 2011/07/11 04:55:46 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.mask,v 1.253 2011/07/22 18:05:50 blueness Exp $ # This file requires >=portage-2.1.1 # New entries go on top. +# Anthony G. Basile <blueness@gentoo.org> (22 Jul 2011) +# nat-pmp and upnp are only stable on amd64/x86 for this package +>=net-misc/tor-0.2.3 nat-pmp upnp + # Robin H. Johnson <robbat2@gentoo.org> (10 Jul 2011) # PPS should work on all arches, but only keyworded on amd64/x86 >=net-misc/ntp-4.2.6_p3-r1 parse-clocks |