diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-02-10 21:05:55 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-02-10 21:05:55 +0000 |
commit | 71deace00d1a2b091313fe137ab7092418c6f87c (patch) | |
tree | 9f1f0dee23e13658e52f49437befe78427148c51 /app-vim/automatictexplugin | |
parent | 29aabba0ea759c6a2864ff5631735b67ee38e5e0 (diff) |
gentoo resync : 10.02.2020
Diffstat (limited to 'app-vim/automatictexplugin')
-rw-r--r-- | app-vim/automatictexplugin/Manifest | 2 | ||||
-rw-r--r-- | app-vim/automatictexplugin/automatictexplugin-12.5-r2.ebuild (renamed from app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild) | 12 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-vim/automatictexplugin/Manifest b/app-vim/automatictexplugin/Manifest index d9e8ade29fa8..6220d2d1d02f 100644 --- a/app-vim/automatictexplugin/Manifest +++ b/app-vim/automatictexplugin/Manifest @@ -1,3 +1,3 @@ DIST AutomaticTexPlugin_12.5.tar.gz 442431 BLAKE2B 8e6c199df24336f318d37248d96f1f1c953c9f0d0e6cd05f1891403b896aa3ea870dcd9ac72c530aa3779e65804f318bfec6ca769592091dc29cba25b2371316 SHA512 93e48b3d7eb9bdc0319bf03d0ddc59f49c2aab63170030b4234fa83aa3aeb739f1384c4a94e09e630b82d328d9cbfbbdfbf493e6decff915ad9cd4d5b2fc3a5b -EBUILD automatictexplugin-12.5-r1.ebuild 825 BLAKE2B 5c0a06bd07f68d396b66552c5159e945e3137dc70adad006396bb3adb50aaf359a7a181f009a380830caba6a343b0951afde277f12e267a8d95c7c23e2f48156 SHA512 129af107a67db846ed10fb3b82b2e08e141d836b5d1ad673266457c5d3d05a658c6c48ccfb7efe722f229fe9baa376733efaad28bf72787b74a6ad36d3cfb442 +EBUILD automatictexplugin-12.5-r2.ebuild 879 BLAKE2B e3f98b2d5f419ba755e2d6a773d8f633daeff6091c13335228068ed41de520cf0ecd0e2e919498853e6274d4f2f7b2d041d92a1dd2a516b197f9a668349afbfb SHA512 0f3c9ec25b8214a95a064d5c0bbdbc2ba4a8caeb56aa0a85b1dc575cd5a6200467d3699e9f161625eaaec77828716b4121e800900269fcbd367236c78d3dc411 MISC metadata.xml 326 BLAKE2B 06ff44159678364bab7d0bbc453b9ce39504c5b70b23438919f8fe449a60aa8e1755624bd7474073dc9f2f1135a403d207765171fde940d3c5e56d7fb1019f0f SHA512 8ed4ff2cf60c6e0c39bb3c60c4f9ad4f1a5b6888192bb43fa9f0fb45efd89a549de839c60678bfbe6ed2353f594ea6b28b53f63ae2530650c0ea563325a0f5ff diff --git a/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild b/app-vim/automatictexplugin/automatictexplugin-12.5-r2.ebuild index d3a67dadea3a..d32b783b6b13 100644 --- a/app-vim/automatictexplugin/automatictexplugin-12.5-r1.ebuild +++ b/app-vim/automatictexplugin/automatictexplugin-12.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,11 +17,17 @@ S=${WORKDIR} VIM_PLUGIN_HELPFILES="automatic-tex-plugin.txt" -RDEPEND="|| ( app-editors/vim[python,${PYTHON_USEDEP}] app-editors/gvim[python,${PYTHON_USEDEP}] ) +RDEPEND=" + || ( + app-editors/vim[python,${PYTHON_SINGLE_USEDEP}] + app-editors/gvim[python,${PYTHON_SINGLE_USEDEP}] + ) !app-vim/vim-latex app-vim/align app-text/wdiff - dev-python/psutil[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/psutil[${PYTHON_MULTI_USEDEP}] + ') dev-tex/latexmk dev-tex/detex virtual/tex-base |