diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-03-03 20:22:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-03-03 20:22:23 +0000 |
commit | 86b7c417ec259542e2ddc281f06903f5175d177d (patch) | |
tree | 6e9e1f9710d49339d84d8db2129122338302f46e /profiles | |
parent | Added a patch for ~x11-libs/qt-3.3.8 to fix compilation on ~mips, thanks to R... (diff) | |
download | gentoo-2-86b7c417ec259542e2ddc281f06903f5175d177d.tar.gz gentoo-2-86b7c417ec259542e2ddc281f06903f5175d177d.tar.bz2 gentoo-2-86b7c417ec259542e2ddc281f06903f5175d177d.zip |
remove unused kdexdeltas use flag
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-bsd/fbsd/use.mask | 5 | ||||
-rw-r--r-- | profiles/hardened/amd64/use.mask | 7 | ||||
-rw-r--r-- | profiles/selinux/amd64/use.mask | 7 | ||||
-rw-r--r-- | profiles/use.desc | 3 |
4 files changed, 4 insertions, 18 deletions
diff --git a/profiles/default-bsd/fbsd/use.mask b/profiles/default-bsd/fbsd/use.mask index 6423f328c515..ede7fd23c6ba 100644 --- a/profiles/default-bsd/fbsd/use.mask +++ b/profiles/default-bsd/fbsd/use.mask @@ -1,6 +1,6 @@ # Copyright 2004-2005 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/use.mask,v 1.39 2007/10/25 10:58:52 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-bsd/fbsd/use.mask,v 1.40 2008/03/03 20:22:22 mr_bones_ Exp $ # Beagle needs these patches #176668, 176670. beagle @@ -26,9 +26,6 @@ nopie -elibc_FreeBSD -kernel_FreeBSD -# I don't want to mess with xdelta -kdexdeltas - # LUA requires a complete cleanup before being usable lua diff --git a/profiles/hardened/amd64/use.mask b/profiles/hardened/amd64/use.mask index 92ef2d2f9ec1..d0f39d843862 100644 --- a/profiles/hardened/amd64/use.mask +++ b/profiles/hardened/amd64/use.mask @@ -1,6 +1,6 @@ # Copyright 2006 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/use.mask,v 1.29 2007/12/20 09:53:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/amd64/use.mask,v 1.30 2008/03/03 20:22:22 mr_bones_ Exp $ multilib @@ -46,11 +46,6 @@ emf asm -# 2005/06/04 - Simon Stelling <blubb@gentoo.org> -# dev-util/xdelta doesn't work as expected by this use flag, it can only use -# xdelta-files made on a 64bit system -kdexdeltas - # WON'T BUILD - SECTION # 2007/08/24 Michael Marineau <marineam@gentoo.org> diff --git a/profiles/selinux/amd64/use.mask b/profiles/selinux/amd64/use.mask index d66b5b1d1ef6..8ef4a7c9557b 100644 --- a/profiles/selinux/amd64/use.mask +++ b/profiles/selinux/amd64/use.mask @@ -1,6 +1,6 @@ # Copyright 2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/amd64/use.mask,v 1.12 2007/12/20 09:53:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/selinux/amd64/use.mask,v 1.13 2008/03/03 20:22:23 mr_bones_ Exp $ # SECTION: Unmask @@ -72,11 +72,6 @@ video_cards_nsc # happy. cmucl -# 2005/06/04 - Simon Stelling <blubb@gentoo.org> -# dev-util/xdelta doesn't work as expected by this use flag, it can only use -# xdelta-files made on a 64bit system -kdexdeltas - # 2004/11/13 - Tom Martin <slarti@gentoo.org> # dev-libs/mzscheme won't build, #65216 mzscheme diff --git a/profiles/use.desc b/profiles/use.desc index f66e621a00dc..d04a582fbad7 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.390 2008/02/22 17:05:44 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.391 2008/03/03 20:22:21 mr_bones_ Exp $ # Keep them sorted @@ -175,7 +175,6 @@ jpeg2k - Support for JPEG 2000, a wavelet-based image compression format kde - Adds support for kde-base/kde (K Desktop Enviroment) kdeenablefinal - EXPERIMENTAL: KDE ebuilds will use the enable-final flag, yielding compilation speedups at the cost of heavy mem usage and potentially causing problems. We strongly discourage setting this kdehiddenvisibility - Makes KDE symbols hidden by default, requires GCC 4.1 (experimental) -kdexdeltas - Makes kde ebuilds download binary diffs rather than entire new tarballs for every new release kerberos - Adds kerberos support kolab - Adds support for the Kolab groupware server krb4 - Adds optional kerberos 4 compatibility support |