cleanup of useflags
This commit is contained in:
parent
fa3cc8895d
commit
8e7984797f
@ -13,8 +13,7 @@ CHOST="armv5tel-softfloat-linux-gnueabi"
|
|||||||
|
|
||||||
source /var/lib/layman/make.conf
|
source /var/lib/layman/make.conf
|
||||||
|
|
||||||
#FEATURES="ccache distcc"
|
FEATURES="ccache distcc parallel-fetch protect-owned splitdebug buildpkg"
|
||||||
FEATURES="ccache parallel-fetch protect-owned splitdebug buildpkg"
|
|
||||||
#MAKEOPTS="-j7"
|
#MAKEOPTS="-j7"
|
||||||
MAKEOPTS="-j2"
|
MAKEOPTS="-j2"
|
||||||
CCACHE_SIZE="20G"
|
CCACHE_SIZE="20G"
|
||||||
@ -27,13 +26,11 @@ ACCEPT_LICENSE="*"
|
|||||||
## USE ARRAYS ##
|
## USE ARRAYS ##
|
||||||
LINK_BAD="-kdeprefix -arts -qt3 -beagle -gnome -evo -mono -eds -apm -oss -branding -esd -win32codecs -acpi -opengl"
|
LINK_BAD="-kdeprefix -arts -qt3 -beagle -gnome -evo -mono -eds -apm -oss -branding -esd -win32codecs -acpi -opengl"
|
||||||
LINK_MEDIA="musicbrainz wmf fame cdr mp3rtp xine cddb alsa dvb dvd network dvdread ipod audiofile dvdr cdda mjpeg cpudetection v4l v4l2"
|
LINK_MEDIA="musicbrainz wmf fame cdr mp3rtp xine cddb alsa dvb dvd network dvdread ipod audiofile dvdr cdda mjpeg cpudetection v4l v4l2"
|
||||||
#dvi
|
|
||||||
LINK_CODECS="x264 gsm lame dv mp3 stream live openal theora ogg a52 matroska xvid flac ffmpeg aac speex real dts musepack"
|
LINK_CODECS="x264 gsm lame dv mp3 stream live openal theora ogg a52 matroska xvid flac ffmpeg aac speex real dts musepack"
|
||||||
LINK_SYSTEM="cjk unicode gnutls nptl gcj udev kerberos acl dbus bash-completion lzo rar policykit bzip2 bidi wifi lm_sensors usb bluetooth irda ieee1394"
|
LINK_SYSTEM="cjk unicode gnutls nptl gcj udev kerberos acl dbus bash-completion lzo rar policykit bzip2 bidi wifi lm_sensors usb bluetooth irda ieee1394"
|
||||||
LINK_FILESYS="fat hfs jfs xfs ntfs reiserfs sysfs inotify"
|
LINK_FILESYS="fat hfs jfs xfs ntfs reiserfs sysfs inotify"
|
||||||
LINK_PRINT="cups ppds foomatic-db gimpprint freetype xprint scanner"
|
LINK_PRINT="cups ppds foomatic-db gimpprint freetype xprint scanner"
|
||||||
LINK_XSYS="X gif svg gphoto2 dga lcd openexr"
|
LINK_XSYS="gif svg gphoto2 dga lcd openexr png"
|
||||||
##NOTE## png is set in amd64 but not in i686
|
|
||||||
LINK_COMMS="jabber msn yahoo icq irc aim rss slp mail imap"
|
LINK_COMMS="jabber msn yahoo icq irc aim rss slp mail imap"
|
||||||
|
|
||||||
USE="${LINK_BAD} ${LINK_MEDIA} ${LINK_CODECS} ${LINK_SYSTEM} ${LINK_FILESYS} ${LINK_PRINT} ${LINK_XSYS} ${LINK_COMMS}"
|
USE="${LINK_BAD} ${LINK_MEDIA} ${LINK_CODECS} ${LINK_SYSTEM} ${LINK_FILESYS} ${LINK_PRINT} ${LINK_XSYS} ${LINK_COMMS}"
|
||||||
|
@ -22,3 +22,8 @@ sys-auth/consolekit policykit
|
|||||||
|
|
||||||
# doesn't compile with epoll
|
# doesn't compile with epoll
|
||||||
net-proxy/squid -epoll
|
net-proxy/squid -epoll
|
||||||
|
|
||||||
|
# Required by *-jre-bin
|
||||||
|
dev-java/sun-jre-bin X odbc
|
||||||
|
dev-java/oracle-jre-bin X odbc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user