diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-01-25 21:58:59 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-01-25 21:58:59 +0000 |
commit | 8c4fcf5d74282a99a88a0874bd06cb932f5ccf67 (patch) | |
tree | a14d24575eae19f60f12b5825cf3097cc5290453 /profiles | |
parent | fix random sandbox violations wrt #499020 (diff) | |
download | gentoo-2-8c4fcf5d74282a99a88a0874bd06cb932f5ccf67.tar.gz gentoo-2-8c4fcf5d74282a99a88a0874bd06cb932f5ccf67.tar.bz2 gentoo-2-8c4fcf5d74282a99a88a0874bd06cb932f5ccf67.zip |
fixed sandbox violation wrt #499020
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/package.mask | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index bc61216a2c4c..aa9188783163 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,12 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8563 2014/01/25 16:16:33 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8564 2014/01/25 21:58:59 hasufell 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 in doubt put a record here! 25 Jan 2014; Julian Ospald <hasufell@gentoo.org> package.mask: + fixed sandbox violation wrt #499020 + + 25 Jan 2014; Julian Ospald <hasufell@gentoo.org> package.mask: hardmask >=sci-visualization/paraview-4.1.0 wrt #499020 25 Jan 2014; Ulrich Müller <ulm@gentoo.org> license_groups: diff --git a/profiles/package.mask b/profiles/package.mask index 165d536541d1..b3b100d3e00c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15359 2014/01/25 16:16:33 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.15360 2014/01/25 21:58:59 hasufell 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 @@ -30,11 +30,6 @@ #--- END OF EXAMPLES --- -# Julian Ospald <hasufell@gentoo.org> (25 Jan 2014) -# Causes random syndbox violations in unrelated python packages. -# see https://bugs.gentoo.org/show_bug.cgi?id=499020 ->=sci-visualization/paraview-4.1.0 - # Samuli Suominen <ssuominen@gentoo.org> (24 Jan 2014) # Roll ~arch version back from .so.9 to .so.8 due to too many unresolved issues. # See http://bugs.gentoo.org/479818 for progress. |