diff options
author | Ned Ludd <solar@gentoo.org> | 2004-08-07 07:57:15 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-08-07 07:57:15 +0000 |
commit | 82a569213e0b77756e3846ad155d21ad7b45e003 (patch) | |
tree | e90a45ea894aa5da09d7f8fe8252287389bf0068 /profiles | |
parent | QA fixins (Manifest recommit) (diff) | |
download | gentoo-2-82a569213e0b77756e3846ad155d21ad7b45e003.tar.gz gentoo-2-82a569213e0b77756e3846ad155d21ad7b45e003.tar.bz2 gentoo-2-82a569213e0b77756e3846ad155d21ad7b45e003.zip |
move cross USE flag into global scope.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.desc | 3 | ||||
-rw-r--r-- | profiles/use.local.desc | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/profiles/use.desc b/profiles/use.desc index eee5ef87cfeb..6f0ba935942e 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.178 2004/08/06 13:08:35 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.179 2004/08/07 07:57:15 solar Exp $ # keep them sorted (excluding the special arch flags near the end). @@ -40,6 +40,7 @@ cdb - Adds support for the CDB database engine from the author of qmail cdr - Adds support for CD writer hardware (e.g. compile the koncd app in kdemultimedia) cjk - Adds support for Multi-byte character languages (Chinese, Japanese, Korean) cpdflib - Adds support for clibpdf +cross - Enable cross compiler workarounds and patches crypt - Add support for encryption -- using mcrypt or gpg where applicable cscope - Enables cscope interface -- in vim for example ctype - Enables ctype functions diff --git a/profiles/use.local.desc b/profiles/use.local.desc index c3e9cea706db..caa6989cdcf8 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.536 2004/08/07 03:46:02 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.537 2004/08/07 07:57:15 solar Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -15,7 +15,6 @@ app-admin/lcap:lids - If you have the Linux Intrusion Detection System app-admin/sdsc-syslog:beep - Use beep libraries (net-libs/roadrunner) app-admin/webalizer:geoip - Enable support for IP country lookup app-admin/webmin:webmin-minimal - Install the minimal webmin distribution -app-arch/bzip2:cross - Enable cross compiler workarounds and patches app-cdr/k3b:monkey - Enable support for Monkey's audio codec app-crypt/gnupg:idea - Use the patented IDEA algorithm app-crypt/gnupg:smartcard - Enables smartcard support |