diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-05-27 19:08:06 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-05-27 19:08:06 +0000 |
commit | ef63bbcc35684a63756bea7df7c12506c77a9213 (patch) | |
tree | be97bd81dd9423b85d7a25b6a2dc2ea190df86a0 /profiles | |
parent | Use multilib packages to fulfill remaining pre-built library dependencies ins... (diff) | |
download | gentoo-2-ef63bbcc35684a63756bea7df7c12506c77a9213.tar.gz gentoo-2-ef63bbcc35684a63756bea7df7c12506c77a9213.tar.bz2 gentoo-2-ef63bbcc35684a63756bea7df7c12506c77a9213.zip |
Disable USE=mng on emul-linux-x86-qtlibs by default.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/targets/desktop/package.use | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 9a68cce3c397..c5f0f36a549e 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9008 2014/05/27 12:59:42 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9009 2014/05/27 19:08:06 mgorny 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! + 27 May 2014; Michał Górny <mgorny@gentoo.org> targets/desktop/package.use: + Disable USE=mng on emul-linux-x86-qtlibs by default. + 27 May 2014; Michał Górny <mgorny@gentoo.org> package.mask: Uncomment the python:2.6 mask. diff --git a/profiles/targets/desktop/package.use b/profiles/targets/desktop/package.use index 0dda11c1ab5a..79fa0c4226bf 100644 --- a/profiles/targets/desktop/package.use +++ b/profiles/targets/desktop/package.use @@ -1,6 +1,11 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/package.use,v 1.36 2014/05/08 12:54:49 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/package.use,v 1.37 2014/05/27 19:08:06 mgorny Exp $ + +# Michał Górny <mgorny@gentoo.org> (27 May 2014) +# Disable mng support by default since it is seldom used, and it +# requires old libmng-1. +app-emulation/emul-linux-x86-qtlibs -mng # Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> (08 May 2014) # Enable x11-libs/libxcb[xkb] as it is needed by x11-libs/libxkbcommon[X] |