diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-11-12 16:52:14 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-11-12 16:52:14 +0000 |
commit | b5d6fc33ab9a46d0c53488b4dc53f3641c2beb7d (patch) | |
tree | 5d898e0d28ef4f431f30ee505ca6901542b4524a /dev-libs/icu/icu-3.4.1.ebuild | |
parent | Remove mask for net-im/kopete now that's gone. (diff) | |
download | gentoo-2-b5d6fc33ab9a46d0c53488b4dc53f3641c2beb7d.tar.gz gentoo-2-b5d6fc33ab9a46d0c53488b4dc53f3641c2beb7d.tar.bz2 gentoo-2-b5d6fc33ab9a46d0c53488b4dc53f3641c2beb7d.zip |
Cleanup.
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'dev-libs/icu/icu-3.4.1.ebuild')
-rw-r--r-- | dev-libs/icu/icu-3.4.1.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-libs/icu/icu-3.4.1.ebuild b/dev-libs/icu/icu-3.4.1.ebuild index eb9d51bebf47..10279f25142a 100644 --- a/dev-libs/icu/icu-3.4.1.ebuild +++ b/dev-libs/icu/icu-3.4.1.ebuild @@ -1,20 +1,21 @@ # 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.4.1.ebuild,v 1.12 2006/11/12 04:58:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-3.4.1.ebuild,v 1.13 2006/11/12 16:52:14 chtekk Exp $ -DESCRIPTION="IBM Internationalization Components for Unicode" +KEYWORDS="~amd64 ~arm ~hppa ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sh sparc x86" + +DESCRIPTION="IBM Internationalization Components for Unicode." HOMEPAGE="http://ibm.com/software/globalization/icu/" SRC_URI="ftp://ftp.software.ibm.com/software/globalization/icu/${PV}/${P}.tgz" -LICENSE="as-is" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sh sparc x86" +LICENSE="as-is" IUSE="" DEPEND="" RDEPEND="" -S=${WORKDIR}/${PN}/source +S="${WORKDIR}/${PN}/source" src_compile() { econf || die "econf failed" |