diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-12 21:31:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-12 21:31:17 +0000 |
commit | 2497c93f56707362402c1d5ed4d29251403b9036 (patch) | |
tree | ce0cf607ad5096add782165cfe9dacd269c8e395 /sys-devel | |
parent | new version (diff) | |
download | gentoo-2-2497c93f56707362402c1d5ed4d29251403b9036.tar.gz gentoo-2-2497c93f56707362402c1d5ed4d29251403b9036.tar.bz2 gentoo-2-2497c93f56707362402c1d5ed4d29251403b9036.zip |
stabilize
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gettext/gettext-0.14.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-devel/gettext/gettext-0.14.1.ebuild b/sys-devel/gettext/gettext-0.14.1.ebuild index 79b46b257b92..c248e1d27be5 100644 --- a/sys-devel/gettext/gettext-0.14.1.ebuild +++ b/sys-devel/gettext/gettext-0.14.1.ebuild @@ -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/sys-devel/gettext/gettext-0.14.1.ebuild,v 1.24 2005/03/04 01:48:24 kito Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.14.1.ebuild,v 1.25 2005/03/12 21:31:17 vapier Exp $ inherit eutils gnuconfig toolchain-funcs mono libtool @@ -10,20 +10,20 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc-macos ~ppc64 s390 sh ~sparc x86" IUSE="emacs nls" DEPEND="virtual/libc" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epunt_cxx # java sucks - epatch ${FILESDIR}/${P}-without_java.patch - epatch ${FILESDIR}/${P}-no-java-tests.patch + epatch "${FILESDIR}"/${P}-without_java.patch + epatch "${FILESDIR}"/${P}-no-java-tests.patch if use ppc-macos ; then elibtoolize |