dev-tex/revtex: Add doc useflag to control rebuild of docs; skip those that do not build. Bug #574350

Package-Manager: portage-2.3.0
This commit is contained in:
Alexis Ballier
2016-08-02 11:17:18 +02:00
parent e3f5020458
commit 8d2d095554

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -20,11 +20,13 @@ KEYWORDS="amd64 x86"
RDEPEND=">=dev-texlive/texlive-latex-2012"
DEPEND="app-arch/unzip"
IUSE=""
IUSE="doc"
S="${WORKDIR}/${MY_P}"
TEXMF=/usr/share/texmf-site
# Bug #574350
LATEX_PACKAGE_SKIP="reftest4-1.tex 00readme.tex aip.dtx ltxgrid.dtx ltxdocext.dtx"
src_unpack() {
default