summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-11-26 23:58:29 +0000
committerMike Frysinger <vapier@gentoo.org>2006-11-26 23:58:29 +0000
commit615e5b8db1522a0e6b4fa1c80d5243cd5509534e (patch)
tree40fe8ec8b566258e10eb490673006ca2921cebd7 /dev-libs
parentAdd ~x86-fbsd keyword. (diff)
downloadgentoo-2-615e5b8db1522a0e6b4fa1c80d5243cd5509534e.tar.gz
gentoo-2-615e5b8db1522a0e6b4fa1c80d5243cd5509534e.tar.bz2
gentoo-2-615e5b8db1522a0e6b4fa1c80d5243cd5509534e.zip
arm/s390/sh stable
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/icu/icu-3.6.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-libs/icu/icu-3.6.ebuild b/dev-libs/icu/icu-3.6.ebuild
index f68f89a8ba9d..9ab4e6cf3be0 100644
--- a/dev-libs/icu/icu-3.6.ebuild
+++ b/dev-libs/icu/icu-3.6.ebuild
@@ -1,21 +1,20 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-3.6.ebuild,v 1.4 2006/11/26 21:40:12 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-3.6.ebuild,v 1.5 2006/11/26 23:58:29 vapier Exp $
-KEYWORDS="~amd64 ~arm ~hppa ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
-
-DESCRIPTION="IBM Internationalization Components for Unicode."
+DESCRIPTION="IBM Internationalization Components for Unicode"
HOMEPAGE="http://ibm.com/software/globalization/icu/"
SRC_URI="ftp://ftp.software.ibm.com/software/globalization/icu/${PV}/icu4c-${PV/./_}-src.tgz"
-SLOT="0"
LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~amd64 arm ~hppa ~mips ppc ~ppc-macos ~ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=""
RDEPEND=""
-S="${WORKDIR}/${PN}/source"
+S=${WORKDIR}/${PN}/source
src_compile() {
econf || die "econf failed"