From b24d6ebf91d094e911215b3873f3adde31269ade Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 21 May 2013 19:47:36 +0200 Subject: [PATCH] [armv7l/portage] add USE=cups to global use flags --- 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 ecd47447..e1b2deb7 100644 --- a/conf/armv7l/portage/make.conf.hardfp +++ b/conf/armv7l/portage/make.conf.hardfp @@ -17,7 +17,7 @@ MAKEOPTS="-j4 -s" CCACHE_SIZE="5G" CCACHE_DIR="/var/ccache" # Global USE flags -USE="alsa cpudetection flac goom joystick mp3 theora truetype xvid vorbis vorbis" +USE="alsa cpudetection cups flac goom joystick mp3 theora truetype xvid vorbis vorbis" # System USE flags USE="${USE} dbus introspection logind policykit systemd threads xattr" diff --git a/conf/armv7l/portage/make.conf.softfp b/conf/armv7l/portage/make.conf.softfp index bf402d2b..f6d3a449 100644 --- a/conf/armv7l/portage/make.conf.softfp +++ b/conf/armv7l/portage/make.conf.softfp @@ -17,7 +17,7 @@ MAKEOPTS="-j4 -s" CCACHE_SIZE="5G" CCACHE_DIR="/var/ccache" # Global USE flags -USE="alsa cpudetection flac goom joystick mp3 theora truetype xvid vorbis vorbis" +USE="alsa cpudetection cups flac goom joystick mp3 theora truetype xvid vorbis vorbis" # System USE flags USE="${USE} dbus introspection logind policykit systemd threads xattr"