summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2024-06-21 17:45:28 +0200
committerFlorian Schmaus <flow@gentoo.org>2024-06-21 17:45:28 +0200
commit77bb3e72064f638a2a276167db5b229ebdf0f10b (patch)
tree67e8915229035d4cba6a0df940f62610fb7d1df1 /dev-tex
parentdev-tex/minted: add dev-texlive/texlive-latexextra to BDEPEND (diff)
downloadgentoo-77bb3e72064f638a2a276167db5b229ebdf0f10b.tar.gz
gentoo-77bb3e72064f638a2a276167db5b229ebdf0f10b.tar.bz2
gentoo-77bb3e72064f638a2a276167db5b229ebdf0f10b.zip
dev-tex/minted: fix ebuild variable order
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/minted/minted-2.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-tex/minted/minted-2.9.ebuild b/dev-tex/minted/minted-2.9.ebuild
index 8602caf9fef8..dbb4e876977a 100644
--- a/dev-tex/minted/minted-2.9.ebuild
+++ b/dev-tex/minted/minted-2.9.ebuild
@@ -11,8 +11,8 @@ SRC_URI="https://github.com/gpoore/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}"/${P}/source
-SLOT="0"
LICENSE="|| ( BSD LPPL-1.3 )"
+SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
IUSE="doc"