From 83a93731fed342a924f5348fa9bfdbbd742c6295 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 21 May 2013 14:04:11 +0200 Subject: [PATCH] [armv7l/portage] enable global USE=xattr --- conf/armv7l/portage/make.conf.hardfp | 2 +- conf/armv7l/portage/make.conf.softfp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/armv7l/portage/make.conf.hardfp b/conf/armv7l/portage/make.conf.hardfp index 70650000..dc695262 100644 --- a/conf/armv7l/portage/make.conf.hardfp +++ b/conf/armv7l/portage/make.conf.hardfp @@ -16,7 +16,7 @@ MAKEOPTS="-j4 -s" CCACHE_SIZE="5G" CCACHE_DIR="/var/ccache" # Global USE flags -USE="alsa cpudetection dbus flac goom joystick mp3 theora threads truetype xvid vorbis vorbis systemd logind" +USE="alsa cpudetection dbus flac goom joystick mp3 theora threads truetype xattr xvid vorbis vorbis systemd logind" # distcc configuration # DISTCC_SSH="/etc/distcc/distcc-ssh" diff --git a/conf/armv7l/portage/make.conf.softfp b/conf/armv7l/portage/make.conf.softfp index 4a1aa345..52925d83 100644 --- a/conf/armv7l/portage/make.conf.softfp +++ b/conf/armv7l/portage/make.conf.softfp @@ -16,7 +16,7 @@ MAKEOPTS="-j4 -s" CCACHE_SIZE="5G" CCACHE_DIR="/var/ccache" # Global USE flags -USE="alsa cpudetection dbus flac goom joystick mp3 theora threads truetype xvid vorbis vorbis systemd logind" +USE="alsa cpudetection dbus flac goom joystick mp3 theora threads truetype xattr xvid vorbis vorbis systemd logind" # distcc configuration DISTCC_SSH="/etc/distcc/distcc-ssh"