diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-11-18 19:20:53 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-11-18 19:20:53 +0000 |
commit | 7b46f53677ad8611f911f2825cb351073a0fa357 (patch) | |
tree | be5e2773e9d70e0ab689352a723bd5c751078cdf /profiles | |
parent | Upstream patch to fix building, thanks to seemant for reporting. (diff) | |
download | gentoo-2-7b46f53677ad8611f911f2825cb351073a0fa357.tar.gz gentoo-2-7b46f53677ad8611f911f2825cb351073a0fa357.tar.bz2 gentoo-2-7b46f53677ad8611f911f2825cb351073a0fa357.zip |
Add a cxx flag for flac, to build flac++; mask it until the packages really needing it have a check
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/package.mask | 7 | ||||
-rw-r--r-- | profiles/use.local.desc | 3 |
3 files changed, 14 insertions, 3 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index bb0788c356f7..e73fac0720bd 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for profile directory # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.826 2007/11/17 23:13:59 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.827 2007/11/18 19:20:53 aballier Exp $ + + 18 Nov 2007; Alexis Ballier <aballier@gentoo.org> package.mask, + use.local.desc: + Add a cxx flag for flac, to build flac++; mask it until the packages really + needing it have a check 17 Nov 2007; Denis Dupeyron <calchan@gentoo.org> package.mask: Deleted mask on net-print/hpijs after removal, see bug #176962. diff --git a/profiles/package.mask b/profiles/package.mask index 3739a184e0da..070a579436d6 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -1,5 +1,5 @@ #################################################################### -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.7917 2007/11/18 17:19:14 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.7918 2007/11/18 19:20:53 aballier Exp $ # When you add an entry to this file, add your name, the date, and an # explanation of why something is getting masked # @@ -21,6 +21,11 @@ ## End example ## +# Alexis Ballier <aballier@gentoo.org> (18 Nov 2007) +# Temporary mask flac with EAPI=1 and optional FLAC++ +# until all the packages really needing it have a check. +=media-libs/flac-1.2.1-r2 + # Samuli Suominen <drac@gentoo.org> (18 Nov 2007) # Based on Xfce 4.4.2 testing tarballs at # http://mocha.xfce.org/archive/.testing/xfce-4.4.2/src diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 3b68d1d2c3e8..4891c56d7e3b 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3149 2007/11/18 14:33:30 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3150 2007/11/18 19:20:53 aballier Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -964,6 +964,7 @@ media-libs/cal3d:16bit-indices - Enables use of 16bit indices media-libs/coin:fontconfig - Support for managing custom fonts via fontconfig. media-libs/devil:allegro - Add support for Allegro media-libs/farsight:jingle - Enables voice calls for jabber +media-libs/flac:cxx - Enables FLAC++, C++ bindings to the FLAC library media-libs/freetype:utils - Install utilities and examples from ft2demos media-libs/gd:fontconfig - Support for managing custom fonts via fontconfig. media-libs/giflib:rle - Build converters for RLE format (utah raster toolkit) |