summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/tth/ChangeLog5
-rw-r--r--dev-tex/tth/tth-3.77.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-tex/tth/ChangeLog b/dev-tex/tth/ChangeLog
index 529a3bf18d0c..818551d67cfc 100644
--- a/dev-tex/tth/ChangeLog
+++ b/dev-tex/tth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tex/tth
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/tth/ChangeLog,v 1.12 2012/01/11 11:35:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/tth/ChangeLog,v 1.13 2012/01/11 12:40:32 jlec Exp $
+
+ 11 Jan 2012; Justin Lecher <jlec@gentoo.org> tth-3.77.ebuild:
+ Adding missing die
11 Jan 2012; Agostino Sarubbo <ago@gentoo.org> tth-3.77.ebuild:
Stable for AMD64, wrt bug #398423
diff --git a/dev-tex/tth/tth-3.77.ebuild b/dev-tex/tth/tth-3.77.ebuild
index 6c5ad10159e8..ff8ff1c8a753 100644
--- a/dev-tex/tth/tth-3.77.ebuild
+++ b/dev-tex/tth/tth-3.77.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/tth/tth-3.77.ebuild,v 1.8 2012/01/11 11:35:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/tth/tth-3.77.ebuild,v 1.9 2012/01/11 12:40:32 jlec Exp $
EAPI=4
@@ -23,7 +23,7 @@ RDEPEND="
S="${WORKDIR}/tth_C"
src_compile() {
- echo 'all: tth' > Makefile
+ echo 'all: tth' > Makefile || die
tc-export CC
emake
}