diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-10-06 13:05:06 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2004-10-06 13:05:06 +0000 |
commit | 1225f8420ff688d87c3bde1783dfef36d6f711d0 (patch) | |
tree | 04c68f7dc8eeccac694f41bbdf8ba867357e221e /sys-devel/gettext | |
parent | Patch to avoid java tests on sparc (diff) | |
download | gentoo-2-1225f8420ff688d87c3bde1783dfef36d6f711d0.tar.gz gentoo-2-1225f8420ff688d87c3bde1783dfef36d6f711d0.tar.bz2 gentoo-2-1225f8420ff688d87c3bde1783dfef36d6f711d0.zip |
Stable on sparc wrt #66355
Diffstat (limited to 'sys-devel/gettext')
-rw-r--r-- | sys-devel/gettext/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.14.1.ebuild | 9 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog index ef1ccb3b7d1c..dfa6f6ebe088 100644 --- a/sys-devel/gettext/ChangeLog +++ b/sys-devel/gettext/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gettext # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.57 2004/10/06 11:47:08 sejo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.58 2004/10/06 13:05:06 gustavoz Exp $ + + 06 Oct 2004; Gustavo Zacarias <gustavoz@gentoo.org> gettext-0.14.1.ebuild: + Stable on sparc wrt #66355 06 Oct 2004; <SeJo@gentoo.org> gettext-0.14.1.ebuild: back to unstable untill the linking error is fixed diff --git a/sys-devel/gettext/gettext-0.14.1.ebuild b/sys-devel/gettext/gettext-0.14.1.ebuild index 0c423cd1b348..5c3efb9785a3 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-2004 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.7 2004/10/06 12:50:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.14.1.ebuild,v 1.8 2004/10/06 13:05:06 gustavoz Exp $ inherit eutils gnuconfig gcc mono @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~ppc-macos s390 ~sparc ~x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~ppc-macos s390 sparc ~x86" IUSE="bootstrap emacs nls" DEPEND="virtual/libc" @@ -20,7 +20,10 @@ src_unpack() { unpack ${A} cd ${S} use bootstrap && epatch ${WORKDIR}/${P}-bootstrap.patch - use sparc && epatch ${FILESDIR}/${P}-without_java.patch + if use sparc; then + epatch ${FILESDIR}/${P}-without_java.patch + epatch ${FILESDIR}/${P}-no-java-tests.patch + fi gnuconfig_update } |