diff options
author | 2009-06-25 06:22:59 +0000 | |
---|---|---|
committer | 2009-06-25 06:22:59 +0000 | |
commit | 7c851c03c9be285b9f9bb4852f41c87ffeb0253e (patch) | |
tree | a0c0550d835a0aec1cf20077ae52628637b98c9d /profiles | |
parent | Drop illegal qt meta ebuild dependency (see 217161#c11). Add use dep for PyQt... (diff) | |
download | gentoo-2-7c851c03c9be285b9f9bb4852f41c87ffeb0253e.tar.gz gentoo-2-7c851c03c9be285b9f9bb4852f41c87ffeb0253e.tar.bz2 gentoo-2-7c851c03c9be285b9f9bb4852f41c87ffeb0253e.zip |
Mask Qt4 meta ebuild, bug 217161 comment 11
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/package.mask | 16 |
2 files changed, 19 insertions, 4 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 6c88fe4e4d82..4a7cb859901c 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.2832 2009/06/24 16:39:22 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2833 2009/06/25 06:22:59 yngwin 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 Jun 2009; Ben de Groot <yngwin@gentoo.org> package.mask: + Mask the Qt4 meta ebuild, to prevent devs from being silly and depend on + the meta ebuild instead of on the specific split Qt ebuilds needed. See + bug 217161 comment 11. + 24 Jun 2009; Jeroen Roovers <jer@gentoo.org> package.mask: Adjust www-client/opera mask to include build 4449. diff --git a/profiles/package.mask b/profiles/package.mask index d007f50f36cd..2e410d4ea5c4 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.9972 2009/06/24 16:39:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.9973 2009/06/25 06:22:59 yngwin 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 @@ -31,6 +31,16 @@ #--- END OF EXAMPLES --- +# Ben de Groot <yngwin@gentoo.org> (25 Jun 2009) +# Mask the Qt4 meta ebuild, to prevent devs from being silly and depend on +# the meta ebuild instead of on the specific split Qt ebuilds needed. See +# bug 217161 comment 11. Users may unmask this if they want to pull in all +# Qt modules, but packages in portage (or overlays) will pull in the split +# modules they need as dependency. Unmasking this will most likely pull in +# more than you need. This meta ebuild will be removed when we can add sets +# to the portage tree. +=x11-libs/qt-4* + # Nirbheek Chauhan <nirbheek@gentoo.org> (24 Jun 2009) # Firefox Release Candidates # nspr-4.8 has soname bump @@ -117,7 +127,7 @@ net-misc/whoischk net-dialup/speedtouch # Romain Perier <mrpouet@gentoo.org> (20 Jun 2009) -# A lot of changes into sources code +# A lot of changes into sources code # (re-structured, modules renamed and so on) # It may break some packages. =sys-auth/policykit-0.92 @@ -320,7 +330,7 @@ media-tv/zapping # Steve Dibb <beandog@gentoo.org> (04 Jun 2009) # Drop hacked support for optional MIDI in ALSA # Keep masked until all reverse deps are fixed -# See bug 272659 +# See bug 272659 >=media-libs/alsa-lib-1.0.20-r1 >=media-sound/alsa-utils-1.0.20-r1 >=media-sound/alsa-tools-1.0.20-r1 |