diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-10-17 20:54:20 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-10-17 20:54:20 +0000 |
commit | cd02d1bc2a2ea8dc7ea9ab458219238d20d24c93 (patch) | |
tree | ff921ba00575f85cfb18ca16f1c88dd93c37eb46 /app-text/active-dvi | |
parent | arm stable, bug #485190 (diff) | |
download | gentoo-2-cd02d1bc2a2ea8dc7ea9ab458219238d20d24c93.tar.gz gentoo-2-cd02d1bc2a2ea8dc7ea9ab458219238d20d24c93.tar.bz2 gentoo-2-cd02d1bc2a2ea8dc7ea9ab458219238d20d24c93.zip |
fixed build (bug #486066)
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'app-text/active-dvi')
-rw-r--r-- | app-text/active-dvi/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/active-dvi/active-dvi-1.10.2-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/active-dvi/ChangeLog b/app-text/active-dvi/ChangeLog index e8508ca5d439..21017223fd90 100644 --- a/app-text/active-dvi/ChangeLog +++ b/app-text/active-dvi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/active-dvi # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.46 2013/09/25 19:38:03 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/ChangeLog,v 1.47 2013/10/17 20:54:20 ottxor Exp $ + + 17 Oct 2013; Christoph Junghans <ottxor@gentoo.org> + active-dvi-1.10.2-r1.ebuild: + fixed build (bug #486066) *active-dvi-1.10.2-r1 (25 Sep 2013) diff --git a/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild b/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild index 68b22369dc68..6a54c0eaf7ef 100644 --- a/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild +++ b/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild,v 1.1 2013/09/25 19:38:03 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild,v 1.2 2013/10/17 20:54:20 ottxor Exp $ EAPI="5" @@ -42,7 +42,7 @@ src_prepare() { src_configure() { TEXMFMAIN="${EPREFIX}"/usr/share/texmf-site econf $(use_enable ocamlopt native-program) \ - --docdir="${EPREFIX}/usr/share/doc/${PF}" + --docdir="${EPREFIX}/usr/share/doc/${PF}" --enable-dependency-tracking #486066 } src_compile() { |