diff options
author | Markus Dittrich <markusle@gentoo.org> | 2009-07-24 15:00:36 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2009-07-24 15:00:36 +0000 |
commit | ef815b2a427f92c902ae69404377760d6aab1184 (patch) | |
tree | 98a50005c17bd676ff9fe264a830873221537de7 /profiles | |
parent | Compile tests/ only if "make check" is requested wrt #226345. Run eautoreconf... (diff) | |
download | gentoo-2-ef815b2a427f92c902ae69404377760d6aab1184.tar.gz gentoo-2-ef815b2a427f92c902ae69404377760d6aab1184.tar.bz2 gentoo-2-ef815b2a427f92c902ae69404377760d6aab1184.zip |
Removed masking of qt4 use flag for sci-visualization/paraview since the latest version works fine with >=qt4.4
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/default/linux/package.use.mask | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index c4b160d19c49..85812c3ff642 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,16 @@ # ChangeLog for profile directory # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2956 2009/07/24 12:19:56 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2957 2009/07/24 15:00:36 markusle 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! + 24 Jul 2009; Markus Dittrich <markusle@gentoo.org> + default/linux/package.use.mask: + Removed masking of qt4 use flag for sci-visualization/paraview + since the latest version works fine with >=qt4.4. + 24 Jul 2009; Jim Ramsay <lack@gentoo.org> package.mask: Mask net-misc/amazonmp3 due to annoying binary package dependencies on old boost libraries (bug #net-misc/amazonmp3) diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask index 1fe5a72b9192..120caefb7275 100644 --- a/profiles/default/linux/package.use.mask +++ b/profiles/default/linux/package.use.mask @@ -1,10 +1,6 @@ # Mask since there are no targets for other archs than x86 and amd64 sci-misc/boinc cuda -# Mask until Qt 4.4 works with this package, as we need to mask 4.3 -# because of bug 248038. See also bug 243362. -sci-visualization/paraview qt4 - # Note that this requires portage-2.1.1+ so if you need this functionality, # make sure your package forces a new-enough portage. |