diff options
author | 2019-06-17 19:52:03 +0100 | |
---|---|---|
committer | 2019-06-24 20:14:28 +0300 | |
commit | a90553097ac89cf07e28263e30695c1ba8616cc2 (patch) | |
tree | c7aeac19bb22535a2a4d5cbe58925b3cacefa114 /dev-tex/latexdiff/latexdiff-9999.ebuild | |
parent | dev-ada/libadalang: fix dependency (diff) | |
download | gentoo-a90553097ac89cf07e28263e30695c1ba8616cc2.tar.gz gentoo-a90553097ac89cf07e28263e30695c1ba8616cc2.tar.bz2 gentoo-a90553097ac89cf07e28263e30695c1ba8616cc2.zip |
dev-tex/latexdiff: 1.3.0 version bump
Signed-off-by: Alexey Korepanov <kaikaikai@yandex.ru>
Closes: https://bugs.gentoo.org/688228
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-tex/latexdiff/latexdiff-9999.ebuild')
-rw-r--r-- | dev-tex/latexdiff/latexdiff-9999.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-tex/latexdiff/latexdiff-9999.ebuild b/dev-tex/latexdiff/latexdiff-9999.ebuild index c68835644e52..d293d8d31f6c 100644 --- a/dev-tex/latexdiff/latexdiff-9999.ebuild +++ b/dev-tex/latexdiff/latexdiff-9999.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Compare two latex files and mark up significant differences" -HOMEPAGE="http://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/" +HOMEPAGE="https://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/" if [[ ${PV} == *9999* ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/ftilmann/latexdiff.git" else SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" fi LICENSE="GPL-3" @@ -27,6 +27,8 @@ RDEPEND=" " DEPEND="${RDEPEND} dev-perl/Pod-LaTeX +" +BDEPEND=" test? ( app-shells/tcsh ) " |