summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2004-10-06 13:05:06 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2004-10-06 13:05:06 +0000
commit1225f8420ff688d87c3bde1783dfef36d6f711d0 (patch)
tree04c68f7dc8eeccac694f41bbdf8ba867357e221e /sys-devel/gettext/gettext-0.14.1.ebuild
parentPatch to avoid java tests on sparc (diff)
downloadgentoo-2-1225f8420ff688d87c3bde1783dfef36d6f711d0.tar.gz
gentoo-2-1225f8420ff688d87c3bde1783dfef36d6f711d0.tar.bz2
gentoo-2-1225f8420ff688d87c3bde1783dfef36d6f711d0.zip
Stable on sparc wrt #66355
Diffstat (limited to 'sys-devel/gettext/gettext-0.14.1.ebuild')
-rw-r--r--sys-devel/gettext/gettext-0.14.1.ebuild9
1 files changed, 6 insertions, 3 deletions
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
}