| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium OS Authors. All rights reserved. |
| 2 # Distributed under the terms of the GNU General Public License v2 | 2 # Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 |
| 4 # Chrome binaries currently use libjpeg-6b, so we need to mask out libjpeg-7 | 4 # Chrome binaries currently use libjpeg-6b, so we need to mask out libjpeg-7 |
| 5 >=media-libs/jpeg-7 | 5 >=media-libs/jpeg-7 |
| 6 | 6 |
| 7 # TODO: Fix cross compile autoconf failure. | 7 # TODO: Fix cross compile autoconf failure. |
| 8 >sys-apps/kbd-1.13-r1 | 8 >sys-apps/kbd-1.13-r1 |
| 9 | 9 |
| 10 # TODO: Update our overlay to work with udev-149 | 10 # TODO: Update our overlay to work with udev-149 |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 | 45 |
| 46 # libpng security vulnerability fix | 46 # libpng security vulnerability fix |
| 47 <media-libs/libpng-1.2.44 | 47 <media-libs/libpng-1.2.44 |
| 48 | 48 |
| 49 # The following are here because we override the ebuilds from the | 49 # The following are here because we override the ebuilds from the |
| 50 # portage tree for a reason other than adding an ebuild from upstream | 50 # portage tree for a reason other than adding an ebuild from upstream |
| 51 # that wasn't yet in our portage tree. We want to keep using our | 51 # that wasn't yet in our portage tree. We want to keep using our |
| 52 # version of these packages even if a newer stable version becomes | 52 # version of these packages even if a newer stable version becomes |
| 53 # available in portage: | 53 # available in portage: |
| 54 | 54 |
| 55 # Changed to disable gallium intel since it is unstable. | |
| 56 >media-libs/mesa-7.8.1 | |
| 57 | |
| 58 # Required patch; pending work to upstream. | 55 # Required patch; pending work to upstream. |
| 59 >net-dialup/ppp-2.4.4-r23 | 56 >net-dialup/ppp-2.4.4-r23 |
| 60 | 57 |
| 61 # Cross compile fix in the ebuild and custom patch(es). | 58 # Cross compile fix in the ebuild and custom patch(es). |
| 62 >x11-drivers/xf86-video-intel-2.12.0-r2 | 59 >x11-drivers/xf86-video-intel-2.12.0-r2 |
| 63 | 60 |
| 64 # Cross compile fix in the ebuild. | 61 # Cross compile fix in the ebuild. |
| 65 >x11-libs/libxcb-1.5 | 62 >x11-libs/libxcb-1.5 |
| 66 | 63 |
| 67 # Cross compile fix in the ebuild (Icedtea -> cups -> libgcrypt). | 64 # Cross compile fix in the ebuild (Icedtea -> cups -> libgcrypt). |
| (...skipping 12 matching lines...) Expand all Loading... |
| 80 >www-plugins/adobe-flash-10.1.102.64-r1 | 77 >www-plugins/adobe-flash-10.1.102.64-r1 |
| 81 | 78 |
| 82 # Masked old packages that had old ${PV} numbering scheme | 79 # Masked old packages that had old ${PV} numbering scheme |
| 83 >=app-i18n/ibus-mozc-29 | 80 >=app-i18n/ibus-mozc-29 |
| 84 | 81 |
| 85 # Masked all upstream ebuilds | 82 # Masked all upstream ebuilds |
| 86 >app-arch/pbzip2-1.1.1-r1 | 83 >app-arch/pbzip2-1.1.1-r1 |
| 87 | 84 |
| 88 # Custom patches | 85 # Custom patches |
| 89 >sys-boot/syslinux-3.83-r3 | 86 >sys-boot/syslinux-3.83-r3 |
| OLD | NEW |