commit: 1f9712554781a96d292d70d33ff63996fe215f80
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 07:17:28 2016 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 07:18:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f971255
dev-tex/feynmf: Don't use bundled BibTeX style.
Package-Manager: portage-2.3.2
dev-tex/feynmf/feynmf-1.08-r4.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-tex/feynmf/feynmf-1.08-r4.ebuild
b/dev-tex/feynmf/feynmf-1.08-r4.ebuild
index 6fd91af..b5f7649 100644
--- a/dev-tex/feynmf/feynmf-1.08-r4.ebuild
+++ b/dev-tex/feynmf/feynmf-1.08-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -19,11 +19,13 @@ IUSE="doc"
RDEPEND="dev-texlive/texlive-metapost"
DEPEND="${RDEPEND}
- dev-lang/perl"
+ dev-lang/perl
+ doc? ( dev-texlive/texlive-bibtexextra )"
S="${WORKDIR}/${PN}"
src_prepare() {
+ rm -f phaip.bst # use style from bibtexextra
epatch "${FILESDIR}/${P}.patch"
epatch "${FILESDIR}/${P}-tempfile.patch"
}