diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-12 15:35:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-12 15:35:03 +0000 |
commit | e72b3bf3cc8d5d83e540582a931d8459c97e4020 (patch) | |
tree | a3f10ab69030a8054177a4b105dc6282e8cdc5a6 /sys-devel | |
parent | New ebuild, Gentoo/FreeBSD only. (diff) | |
download | gentoo-2-e72b3bf3cc8d5d83e540582a931d8459c97e4020.tar.gz gentoo-2-e72b3bf3cc8d5d83e540582a931d8459c97e4020.tar.bz2 gentoo-2-e72b3bf3cc8d5d83e540582a931d8459c97e4020.zip |
dont split specs
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/gcc-3.3.6-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.3.6-r1.ebuild b/sys-devel/gcc/gcc-3.3.6-r1.ebuild index 9340244065cc..d9a8b64cb7f8 100644 --- a/sys-devel/gcc/gcc-3.3.6-r1.ebuild +++ b/sys-devel/gcc/gcc-3.3.6-r1.ebuild @@ -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/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v 1.6 2007/01/02 18:22:17 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.3.6-r1.ebuild,v 1.7 2007/01/12 15:35:03 vapier Exp $ MAN_VER="" PATCH_VER="1.4" @@ -25,7 +25,7 @@ PIE_GLIBC_UNSUPPORTED="hppa" # whether we should split out specs files for multiple {PIE,SSP}-by-default # and vanilla configurations. -SPLIT_SPECS=${SPLIT_SPECS-true} +SPLIT_SPECS=no #GENTOO_PATCH_EXCLUDE="" #PIEPATCH_EXCLUDE="" |