From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 35332138350 for ; Tue, 18 Feb 2020 13:28:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62909E0848; Tue, 18 Feb 2020 13:28:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44FD9E0848 for ; Tue, 18 Feb 2020 13:28:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7CE534ECB3 for ; Tue, 18 Feb 2020 13:28:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 250432B for ; Tue, 18 Feb 2020 13:28:51 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1582032508.78c2c6fb8f73d722baf06c7f967c32d10572654a.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/asciidoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/asciidoc/asciidoc-9.0.0_rc1.ebuild X-VCS-Directories: app-text/asciidoc/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 78c2c6fb8f73d722baf06c7f967c32d10572654a X-VCS-Branch: master Date: Tue, 18 Feb 2020 13:28:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d86b4c89-57c7-4604-9033-f8d2daeab334 X-Archives-Hash: 987360ce590ed2d8d264065e634b17ca commit: 78c2c6fb8f73d722baf06c7f967c32d10572654a Author: Joonas Niilola gentoo org> AuthorDate: Tue Feb 18 13:28:28 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Feb 18 13:28:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78c2c6fb app-text/asciidoc: make optfeature readable Signed-off-by: Joonas Niilola gentoo.org> app-text/asciidoc/asciidoc-9.0.0_rc1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/asciidoc/asciidoc-9.0.0_rc1.ebuild b/app-text/asciidoc/asciidoc-9.0.0_rc1.ebuild index a7197ccf8fd..1b8ec0e44bf 100644 --- a/app-text/asciidoc/asciidoc-9.0.0_rc1.ebuild +++ b/app-text/asciidoc/asciidoc-9.0.0_rc1.ebuild @@ -86,7 +86,7 @@ pkg_postinst() { readme.gentoo_print_elog optfeature "\"music\" filter support" "media-sound/lilypond media-gfx/imagemagick" - optfeature "\"source\" filter support" dev-util/source-highlight dev-python/pygments[${PYTHON_SINGLE_USEDEP}] app-text/highlight + optfeature "\"source\" filter support" dev-util/source-highlight dev-python/pygments app-text/highlight optfeature "\"latex\" filter support" "dev-texlive/texlive-latex app-text/dvipng" "dev-texlive/texlive-latex app-text/dvisvgm" optfeature "\"graphviz\" filter support" media-gfx/graphviz }