summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-02-03 01:06:52 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-02-03 01:06:52 +0000
commitbaba3ebd2f3a158d1bbf80e44366a3ed6088c431 (patch)
treeeea47b7fc3c2be528b7317a84aae5504a0569f92 /dev-libs
parentFilter -O3 from CFLAGS (diff)
downloadgentoo-2-baba3ebd2f3a158d1bbf80e44366a3ed6088c431.tar.gz
gentoo-2-baba3ebd2f3a158d1bbf80e44366a3ed6088c431.tar.bz2
gentoo-2-baba3ebd2f3a158d1bbf80e44366a3ed6088c431.zip
whitespace
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/icu/icu-3.6-r2.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-libs/icu/icu-3.6-r2.ebuild b/dev-libs/icu/icu-3.6-r2.ebuild
index 02a098230a9a..f31071c76439 100644
--- a/dev-libs/icu/icu-3.6-r2.ebuild
+++ b/dev-libs/icu/icu-3.6-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-3.6-r2.ebuild,v 1.1 2008/02/02 22:22:38 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-3.6-r2.ebuild,v 1.2 2008/02/03 01:06:52 mr_bones_ Exp $
inherit eutils
@@ -24,7 +24,6 @@ src_unpack() {
epatch "${FILESDIR}"/${PN}-3.6-regexp-CVE-2007-4770+4771.diff
}
-
src_compile() {
econf --enable-static $(use_enable debug) || die "econf failed"
emake -j1 || die "emake failed"