diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-04-30 19:43:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-04-30 19:43:20 +0000 |
commit | 6a8c70fa07f59ae60cc333fe39070a428a2d1e6f (patch) | |
tree | 22d942f76f678d23d5fdf189b8f3b1edc27cd626 /sys-devel/crossdev/files | |
parent | old (diff) | |
download | gentoo-2-6a8c70fa07f59ae60cc333fe39070a428a2d1e6f.tar.gz gentoo-2-6a8c70fa07f59ae60cc333fe39070a428a2d1e6f.tar.bz2 gentoo-2-6a8c70fa07f59ae60cc333fe39070a428a2d1e6f.zip |
Filter USE=d #175493 by Mr.Mad.
(Portage version: 2.1.2.4)
Diffstat (limited to 'sys-devel/crossdev/files')
-rwxr-xr-x | sys-devel/crossdev/files/crossdev | 4 | ||||
-rw-r--r-- | sys-devel/crossdev/files/digest-crossdev-0.9.18-r1 | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev index 5c5cdcd9df07..a10f3f6b1fce 100755 --- a/sys-devel/crossdev/files/crossdev +++ b/sys-devel/crossdev/files/crossdev @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.90 2007/03/28 06:06:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.91 2007/04/30 19:43:20 vapier Exp $ cd / umask 0022 #159111 @@ -326,7 +326,7 @@ BCAT="sys-devel" ; BPKG="binutils" ; BVER="[latest]" ; BUSE="" GCAT="sys-devel" ; GPKG="gcc" ; GVER="[latest]" ; GUSE="" KCAT="sys-kernel" ; KPKG="linux-headers" ; KVER="[latest]" ; KUSE="" LCAT="sys-libs" ; LPKG="" ; LVER="[latest]" ; LUSE="" -GUSE_DISABLE="-boundschecking -fortran -gtk -gcj -mudflap -objc -objc++ -objc-gc" +GUSE_DISABLE="-boundschecking -fortran -gtk -gcj -mudflap -objc -objc++ -objc-gc -d" GUSE_DISABLE_STAGE_2=${GUSE_DISABLE/-fortran} WITH_HEADERS="COW" WITH_DEF_HEADERS="no" EX_FAST="no" diff --git a/sys-devel/crossdev/files/digest-crossdev-0.9.18-r1 b/sys-devel/crossdev/files/digest-crossdev-0.9.18-r1 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/sys-devel/crossdev/files/digest-crossdev-0.9.18-r1 |