From: Jonas Rabenstein Date: Sun, 6 Mar 2016 13:59:11 +0000 (+0100) Subject: dev-tex/minted: make documentation optional X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6154ed8ed3495714fa59a2d425314e953157df51;p=gentoo.git dev-tex/minted: make documentation optional add IUSE="doc" in order to allow disabling of compiling the documentation (already handled by latex-package.eclass if the "doc" use flag is available); Closes: https://github.com/gentoo/gentoo/pull/986 Acked-by: Alexis Ballier Signed-off-by: Patrice Clement --- diff --git a/dev-tex/minted/minted-1.7.ebuild b/dev-tex/minted/minted-1.7.ebuild index ca24b9444881..dc8585786148 100644 --- a/dev-tex/minted/minted-1.7.ebuild +++ b/dev-tex/minted/minted-1.7.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://minted.googlecode.com/files/${PN}-v${PV}.zip" SLOT="0" LICENSE="BSD" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" +IUSE="doc" DEPEND="app-arch/unzip" RDEPEND=" diff --git a/dev-tex/minted/minted-2.0.ebuild b/dev-tex/minted/minted-2.0.ebuild index 3cb17e243343..e247bb648148 100644 --- a/dev-tex/minted/minted-2.0.ebuild +++ b/dev-tex/minted/minted-2.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/gpoore/minted/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="BSD" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" +IUSE="doc" DEPEND="app-arch/unzip" RDEPEND=" diff --git a/dev-tex/minted/minted-2.1.ebuild b/dev-tex/minted/minted-2.1.ebuild index 99db1e44e441..6115eb6e1acd 100644 --- a/dev-tex/minted/minted-2.1.ebuild +++ b/dev-tex/minted/minted-2.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/gpoore/minted/archive/v${PV}.tar.gz -> ${P}.tar.gz" SLOT="0" LICENSE="BSD" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" +IUSE="doc" DEPEND="app-arch/unzip" RDEPEND="