diff options
author | 2007-07-01 08:43:06 +0000 | |
---|---|---|
committer | 2007-07-01 08:43:06 +0000 | |
commit | 4fbdeaf8a37dfc3231a5f604a5f72f98b7ff63c8 (patch) | |
tree | 6f5bc934acb4963248f917e626d88aa8ff090833 /profiles | |
parent | Initial import for bug #176780 (diff) | |
download | historical-4fbdeaf8a37dfc3231a5f604a5f72f98b7ff63c8.tar.gz historical-4fbdeaf8a37dfc3231a5f604a5f72f98b7ff63c8.tar.bz2 historical-4fbdeaf8a37dfc3231a5f604a5f72f98b7ff63c8.zip |
Add note to libX11 xcb use flag that it can break proprietary binaries like Sun Java.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/use.local.desc | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 2cd50cf88655..cc3804b008a3 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for profile directory # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.504 2007/06/30 17:15:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.505 2007/07/01 08:43:06 betelgeuse Exp $ + + 01 Jul 2007; Petteri Räty <betelgeuse@gentoo.org> use.local.desc: + Add note to libX11 xcb use flag that it can break proprietary binaries like + Sun Java. 30 Jun 2007; Raúl Porcel <armin76@gentoo.org> thirdpartymirrors: Remove ancient GNU mirrors diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 2fb1607dc288..68ba9c3eeb8a 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.2899 2007/06/28 21:26:13 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.2900 2007/07/01 08:43:06 betelgeuse Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -2010,7 +2010,7 @@ x11-libs/cairo:opengl - When used along with USE=glitz, enables glitz-glx usage. x11-libs/cairo:xcb - Support the X C-language Binding, a replacement for Xlib x11-libs/fltk:noxft - Disables fltk; use for non-english characters x11-libs/gtkmathview:t1lib - Enable t1lib support -x11-libs/libX11:xcb - Support the X C-language Binding, a replacement for Xlib +x11-libs/libX11:xcb - Support the X C-language Binding, a replacement for Xlib (can break proprietary binaries, for example Sun Java) x11-libs/libmatchbox:pango - Enable pango support x11-libs/libmatchbox:xsettings - Enable the use of xsettings for settings management. x11-libs/qt:glib - Enable glib eventloop support |