diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2007-01-05 02:25:08 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2007-01-05 02:25:08 +0000 |
commit | c006ea91dd8465341058ff5b4df56ef68ea5002f (patch) | |
tree | ee35fb1ca9c1bc4ceae53afebfa37b42b990c6d2 /profiles/default-linux | |
parent | 2.1.2_rc4-r6 revbump. This fixes bug #111436 and has some other miscellaneous... (diff) | |
download | gentoo-2-c006ea91dd8465341058ff5b4df56ef68ea5002f.tar.gz gentoo-2-c006ea91dd8465341058ff5b4df56ef68ea5002f.tar.bz2 gentoo-2-c006ea91dd8465341058ff5b4df56ef68ea5002f.zip |
QA: Appended line continuation sign.
Diffstat (limited to 'profiles/default-linux')
-rw-r--r-- | profiles/default-linux/s390/make.defaults | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/profiles/default-linux/s390/make.defaults b/profiles/default-linux/s390/make.defaults index 9e86b96f4ba4..0de49f56c3f2 100644 --- a/profiles/default-linux/s390/make.defaults +++ b/profiles/default-linux/s390/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/s390/make.defaults,v 1.5 2006/01/06 01:07:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/s390/make.defaults,v 1.6 2007/01/05 02:25:08 kugelfang Exp $ ARCH="s390" ACCEPT_KEYWORDS="s390" @@ -9,25 +9,25 @@ CHOST="s390-ibm-linux-gnu" CFLAGS="-O2 -pipe" CXXFLAGS="${CFLAGS}" -USE=" -berkdb -crypt -cups -fbcon -fortran -gdbm -gpm -ipv6 -jpeg -ncurses -nls -pam -perl -png -python -readline -spell -ssl -tcpd -zlib +USE=" \ +berkdb \ +crypt \ +cups \ +fbcon \ +fortran \ +gdbm \ +gpm \ +ipv6 \ +jpeg \ +ncurses \ +nls \ +pam \ +perl \ +png \ +python \ +readline \ +spell \ +ssl \ +tcpd \ +zlib \ " |