Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Side by Side Diff: chromeos/config/make.conf.amd64-host

Issue 6298002: Mask the introspection USE flag at profile level. (Closed) Base URL: http://git.chromium.org/git/chromiumos-overlay.git@master
Patch Set: This time with fewer changes (avoiding the change to glib as well). Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chromeos/config/make.conf.common-target » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # See "man make.conf" for the available options. 1 # See "man make.conf" for the available options.
2 2
3 ACCEPT_KEYWORDS="amd64" 3 ACCEPT_KEYWORDS="amd64"
4 CHOST="x86_64-pc-linux-gnu" 4 CHOST="x86_64-pc-linux-gnu"
5 CFLAGS="-O2 -pipe" 5 CFLAGS="-O2 -pipe"
6 FEATURES="buildpkg -strict" 6 FEATURES="buildpkg -strict"
7 7
8 # Since our portage comes from version control, we redirect distfiles 8 # Since our portage comes from version control, we redirect distfiles
9 DISTDIR="/var/lib/portage/distfiles" 9 DISTDIR="/var/lib/portage/distfiles"
10 10
11 # We initialize PORTDIR_OVERLAY here to clobber any redefinitions elsewhere. 11 # We initialize PORTDIR_OVERLAY here to clobber any redefinitions elsewhere.
12 # This has to be the first overlay so crossdev finds the correct gcc and 12 # This has to be the first overlay so crossdev finds the correct gcc and
13 # glibc ebuilds. 13 # glibc ebuilds.
14 PORTDIR_OVERLAY="/usr/local/portage/chromiumos" 14 PORTDIR_OVERLAY="/usr/local/portage/chromiumos"
15 15
16 PORTAGE_BZIP2_COMMAND='eval function fbzip() { if which pbzip2 &> /dev/null; the n pbzip2 \$*; else bzip2 \$*; fi; }; fbzip' 16 PORTAGE_BZIP2_COMMAND='eval function fbzip() { if which pbzip2 &> /dev/null; the n pbzip2 \$*; else bzip2 \$*; fi; }; fbzip'
17 PORTAGE_BUNZIP2_COMMAND="bunzip2" 17 PORTAGE_BUNZIP2_COMMAND="bunzip2"
18 18
19 # Where to store built packages. 19 # Where to store built packages.
20 PKGDIR="/var/lib/portage/pkgs" 20 PKGDIR="/var/lib/portage/pkgs"
21 21
22 PORTAGE_BINHOST="http://commondatastorage.googleapis.com/chromeos-prebuilt/host/ amd64/master-13.01.11.020633/packages/" 22 PORTAGE_BINHOST="http://commondatastorage.googleapis.com/chromeos-prebuilt/host/ amd64/master-13.01.11.020633/packages/"
23 23
24 USE="${USE} -cups hardened pic pie" 24 USE="${USE} -cups hardened pic pie -introspection"
25 25
26 GENTOO_MIRRORS="http://gsdview.appspot.com/chromeos-mirror/gentoo" 26 GENTOO_MIRRORS="http://gsdview.appspot.com/chromeos-mirror/gentoo"
27 27
28 source make.conf.host_setup 28 source make.conf.host_setup
OLDNEW
« no previous file with comments | « no previous file | chromeos/config/make.conf.common-target » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698