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 40A59138350 for ; Tue, 18 Feb 2020 13:21:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C081E08AE; Tue, 18 Feb 2020 13:21:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3E3C6E08AE for ; Tue, 18 Feb 2020 13:21:47 +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 0012634ECB3 for ; Tue, 18 Feb 2020 13:21:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 967392B for ; Tue, 18 Feb 2020 13:21:42 +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: <1582032094.60b50347ffea7bb0ba9c3b49ed377dd8beb8fff3.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: 60b50347ffea7bb0ba9c3b49ed377dd8beb8fff3 X-VCS-Branch: master Date: Tue, 18 Feb 2020 13:21:42 +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: c6f1b60e-3ad3-4eb6-bfda-62dc1c260d87 X-Archives-Hash: eee7cd1d43b0b8c34b3dea70ecc66051 commit: 60b50347ffea7bb0ba9c3b49ed377dd8beb8fff3 Author: Joonas Niilola gentoo org> AuthorDate: Tue Feb 18 13:20:59 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Feb 18 13:21:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b50347 app-text/asciidoc: update PYTHON_USEDEP to PYTHON_SINGLE_USEDEP 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 dd4f5537e21..a7197ccf8fd 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_USEDEP}] app-text/highlight + optfeature "\"source\" filter support" dev-util/source-highlight dev-python/pygments[${PYTHON_SINGLE_USEDEP}] 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 }