diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-29 17:44:40 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-29 17:44:40 +0000 |
commit | d16c242a806ea1b9bae44d0a4c464b791e5edccd (patch) | |
tree | cd1968b6049b4e7bd9d595abe634734c0331d6c3 /profiles | |
parent | Initial import, fixes bug 374739. Thanks to DaggyStyle <stompdagger1@yahoo.co... (diff) | |
download | historical-d16c242a806ea1b9bae44d0a4c464b791e5edccd.tar.gz historical-d16c242a806ea1b9bae44d0a4c464b791e5edccd.tar.bz2 historical-d16c242a806ea1b9bae44d0a4c464b791e5edccd.zip |
Mask dev-lang/path64[assembler] as it currently fails to build
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/profiles/arch/amd64/ChangeLog b/profiles/arch/amd64/ChangeLog index 460da2da6bd9..95a0d7d23a1e 100644 --- a/profiles/arch/amd64/ChangeLog +++ b/profiles/arch/amd64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/AMD64 profile directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.139 2011/07/22 18:11:45 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.140 2011/07/29 17:44:40 xarthisius Exp $ + + 29 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> package.use.mask: + Mask dev-lang/path64[assembler] as it currently fails to build 22 Jul 2011; Anthony G. Basile <blueness@gentoo.org> package.use.mask: Unmask USE="nat-pmp" and "upnp" here. diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 034225471eee..cad1cda6a32a 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.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/arch/amd64/package.use.mask,v 1.101 2011/07/22 18:11:45 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.102 2011/07/29 17:44:40 xarthisius Exp $ # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -18,6 +18,10 @@ #--- END OF EXAMPLES --- +# Kacper Kowalik <xarthisius@gentoo.org> (29 Jul 2011) +# mask assembler as it currently doesn't work +dev-lang/path64 assembler + # 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 |