diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-07 18:11:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-07 18:11:36 +0100 |
commit | 337e678fd086e4464b4cabc6c6c5fba90ac45658 (patch) | |
tree | fd85e3c0f4b755bd0ddc3b0843adff37d3c4bfaa /dev-python | |
parent | dev-python/mkdocs-material: Remove old (diff) | |
download | gentoo-337e678fd086e4464b4cabc6c6c5fba90ac45658.tar.gz gentoo-337e678fd086e4464b4cabc6c6c5fba90ac45658.tar.bz2 gentoo-337e678fd086e4464b4cabc6c6c5fba90ac45658.zip |
dev-python/sphinxcontrib-plantuml: Fix variable order
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.28.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.28.ebuild b/dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.28.ebuild index d332eb7cf4bb..368a7eb7e9dd 100644 --- a/dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.28.ebuild +++ b/dev-python/sphinxcontrib-plantuml/sphinxcontrib-plantuml-0.28.ebuild @@ -17,13 +17,12 @@ SRC_URI=" https://github.com/sphinx-contrib/plantuml/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz " +S="${WORKDIR}/${P#sphinxcontrib-}" LICENSE="BSD-2" SLOT="0" KEYWORDS="amd64 arm64" -S="${WORKDIR}/${P#sphinxcontrib-}" - BDEPEND=" test? ( app-text/texlive |