diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-06-21 17:45:28 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-06-21 17:45:28 +0200 |
commit | 77bb3e72064f638a2a276167db5b229ebdf0f10b (patch) | |
tree | 67e8915229035d4cba6a0df940f62610fb7d1df1 | |
parent | dev-tex/minted: add dev-texlive/texlive-latexextra to BDEPEND (diff) | |
download | gentoo-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>
-rw-r--r-- | dev-tex/minted/minted-2.9.ebuild | 2 |
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" |