summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-08-02 11:17:18 +0200
committerAlexis Ballier <aballier@gentoo.org>2016-08-02 11:17:18 +0200
commit8d2d0955540b0b324fb64023b146fa522d6b2395 (patch)
tree1f0c060ea80888f555742317d59ae9a22a75f505 /dev-tex
parenteclass/latex-package.eclass: Add LATEX_PACKAGE_SKIP variable to allow skippin... (diff)
downloadgentoo-8d2d0955540b0b324fb64023b146fa522d6b2395.tar.gz
gentoo-8d2d0955540b0b324fb64023b146fa522d6b2395.tar.bz2
gentoo-8d2d0955540b0b324fb64023b146fa522d6b2395.zip
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
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/revtex/revtex-4.1_p2-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-tex/revtex/revtex-4.1_p2-r1.ebuild b/dev-tex/revtex/revtex-4.1_p2-r1.ebuild
index 3b674cbe4882..f90a5dc8ec68 100644
--- a/dev-tex/revtex/revtex-4.1_p2-r1.ebuild
+++ b/dev-tex/revtex/revtex-4.1_p2-r1.ebuild
@@ -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