diff options
author | 2006-06-23 15:39:10 +0000 | |
---|---|---|
committer | 2006-06-23 15:39:10 +0000 | |
commit | 19d451df33873f398da0f5d38b9f74a8e79360c1 (patch) | |
tree | 8d4580ec967931c663570332c332d67b3d5ca55e /dev-tex/detex/detex-2.7.ebuild | |
parent | Marking seamonkey-1.0.2 ~ppc64 (diff) | |
download | gentoo-2-19d451df33873f398da0f5d38b9f74a8e79360c1.tar.gz gentoo-2-19d451df33873f398da0f5d38b9f74a8e79360c1.tar.bz2 gentoo-2-19d451df33873f398da0f5d38b9f74a8e79360c1.zip |
Patch for bug 127042 and keyword for 133173
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'dev-tex/detex/detex-2.7.ebuild')
-rw-r--r-- | dev-tex/detex/detex-2.7.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/dev-tex/detex/detex-2.7.ebuild b/dev-tex/detex/detex-2.7.ebuild index 31ca28c7aa72..63d93dfeff9f 100644 --- a/dev-tex/detex/detex-2.7.ebuild +++ b/dev-tex/detex/detex-2.7.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/detex/detex-2.7.ebuild,v 1.14 2006/01/19 00:54:24 nattfodd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/detex/detex-2.7.ebuild,v 1.15 2006/06/23 15:39:10 joslwah Exp $ + + +inherit eutils DESCRIPTION="A filter program that removes the LaTeX (or TeX) control sequences" HOMEPAGE="http://www.cs.purdue.edu/homes/trinkle/detex/" @@ -8,7 +11,7 @@ SRC_URI="http://www.cs.purdue.edu/homes/trinkle/detex/${P}.tar" LICENSE="freedist" SLOT="0" -KEYWORDS="x86 ppc ~sparc s390" +KEYWORDS="ppc ~ppc64 s390 ~sparc x86" IUSE="" DEPEND="virtual/libc @@ -24,6 +27,9 @@ src_unpack() { -e 's:#DEFS += ${DEFS} -DNO_MALLOC_DECL:DEFS += -DNO_MALLOC_DECL:' \ -e 's: ${CC} ${CFLAGS} -o $@ ${D_OBJ} -ll: ${CC} ${CFLAGS} -o $@ ${D_OBJ} -lfl:' \ Makefile || die "sed failed" + + # This is a hack to get round bug 127042 until flex is fixed. + epatch ${FILESDIR}/${PN}-flexbrackets.patch } src_compile() { |