From 83a972d0986b1f821bc42d3d581fb2cdbff1a47f Mon Sep 17 00:00:00 2001 From: David Seifert Date: Mon, 7 Sep 2020 10:50:50 +0200 Subject: [PATCH] app-text/asciidoc: Inherit optfeature.eclass Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: David Seifert --- app-text/asciidoc/asciidoc-9.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/asciidoc/asciidoc-9.0.2.ebuild b/app-text/asciidoc/asciidoc-9.0.2.ebuild index 2ecc52b09ee1d..c289dc0c95a21 100644 --- a/app-text/asciidoc/asciidoc-9.0.2.ebuild +++ b/app-text/asciidoc/asciidoc-9.0.2.ebuild @@ -5,7 +5,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) -inherit autotools eutils python-single-r1 readme.gentoo-r1 +inherit autotools optfeature python-single-r1 readme.gentoo-r1 DESCRIPTION="A plain text human readable/writable document format" HOMEPAGE="https://asciidoc.org/ https://github.com/asciidoc/asciidoc-py3/"