commit:     6154ed8ed3495714fa59a2d425314e953157df51
Author:     Jonas Rabenstein <jonas.rabenstein <AT> studium <DOT> uni-erlangen 
<DOT> de>
AuthorDate: Sun Mar  6 13:59:11 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Mar 11 15:59:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6154ed8e

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 <aballier <AT> gentoo.org>
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-tex/minted/minted-1.7.ebuild | 2 +-
 dev-tex/minted/minted-2.0.ebuild | 2 +-
 dev-tex/minted/minted-2.1.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-tex/minted/minted-1.7.ebuild b/dev-tex/minted/minted-1.7.ebuild
index ca24b94..dc85857 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 3cb17e2..e247bb6 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 99db1e4..6115eb6 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="

Reply via email to