summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2016-12-31 13:21:09 +0100
committerAlexis Ballier <aballier@gentoo.org>2016-12-31 13:21:09 +0100
commite908b5d797137fbbf51050b0836ec0f9faf6f027 (patch)
tree263e8f51cb26026b7c3509105657213280168ef0 /dev-tex
parentdev-tex/latexdiff: fix building when installed for the first time, bug #604088 (diff)
downloadgentoo-e908b5d797137fbbf51050b0836ec0f9faf6f027.tar.gz
gentoo-e908b5d797137fbbf51050b0836ec0f9faf6f027.tar.bz2
gentoo-e908b5d797137fbbf51050b0836ec0f9faf6f027.zip
dev-tex/latexdiff: add missing pod-latex dep, bug #604090; drop keywords on arches without it
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/latexdiff/latexdiff-1.2.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-tex/latexdiff/latexdiff-1.2.0.ebuild b/dev-tex/latexdiff/latexdiff-1.2.0.ebuild
index ebc0830cdd09..b3073f27b93a 100644
--- a/dev-tex/latexdiff/latexdiff-1.2.0.ebuild
+++ b/dev-tex/latexdiff/latexdiff-1.2.0.ebuild
@@ -10,13 +10,14 @@ SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> ${P}.tar.
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="test"
RDEPEND=">=dev-lang/perl-5.8
dev-perl/Algorithm-Diff"
DEPEND="${RDEPEND}
+ dev-perl/Pod-LaTeX
test? ( app-shells/tcsh )"
src_compile() {