diff options
author | 2010-01-03 15:54:07 +0000 | |
---|---|---|
committer | 2010-01-03 15:54:07 +0000 | |
commit | 61ae7776deac1a306a1d5b55ac445bfed79b1a92 (patch) | |
tree | 7ac3502d98a56a05de259a085428f6511f287631 | |
parent | version bump (diff) | |
download | historical-61ae7776deac1a306a1d5b55ac445bfed79b1a92.tar.gz historical-61ae7776deac1a306a1d5b55ac445bfed79b1a92.tar.bz2 historical-61ae7776deac1a306a1d5b55ac445bfed79b1a92.zip |
Masking capi use flag, bug 292938
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/arch/amd64/ChangeLog | 8 | ||||
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 6 |
3 files changed, 16 insertions, 4 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 739a1dd1ee28..aeb5961a16ff 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3731 2010/01/03 11:26:44 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.3732 2010/01/03 15:54:06 pacho 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! + 03 Jan 2010; Pacho Ramos <pacho@gentoo.org> arch/amd64/package.use.mask: + Mask wine's capi USE flag since its support is missing in our emul + packages + 03 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> package.mask: Mask media-gfx/lprof for removal. diff --git a/profiles/arch/amd64/ChangeLog b/profiles/arch/amd64/ChangeLog index 7cb896db5f73..6b46543a1a86 100644 --- a/profiles/arch/amd64/ChangeLog +++ b/profiles/arch/amd64/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/AMD64 profile directory -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.66 2009/12/22 12:33:19 ssuominen Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/ChangeLog,v 1.67 2010/01/03 15:54:07 pacho Exp $ + + 03 Jan 2010; Pacho Ramos <pacho@gentoo.org> package.use.mask: + Mask wine's capi USE flag since its support is missing in our emul + packages 22 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> package.use.mask: Unmask USE mmx for media-video/mjpegtools wrt #294909. diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 6542b7b405ea..47ae36e6eeaa 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.49 2009/12/25 04:26:23 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.50 2010/01/03 15:54:07 pacho 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 --- +# Pacho Ramos <pacho@gentoo.org> (01 Jan 2010) +# No capi support in any emul- package, bug 292938 +app-emulation/wine capi + # Andrey Grozin <grozin@gentoo.org> (24 Dec 2009) # openmcl (aka closurecl) is only available on x86 and amd64 sci-mathematics/maxima -openmcl |