commit:     8d2d0955540b0b324fb64023b146fa522d6b2395
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 09:17:18 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 09:17:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d2d0955

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

 dev-tex/revtex/revtex-4.1_p2-r1.ebuild | 6 ++++--
 1 file 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 3b674cb..f90a5dc 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

Reply via email to