From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A4C331384B4 for ; Sat, 14 Nov 2015 15:36:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0356821C103; Sat, 14 Nov 2015 15:36:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D296221C103 for ; Sat, 14 Nov 2015 15:36:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88ADE340686 for ; Sat, 14 Nov 2015 15:36:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E45BBA97 for ; Sat, 14 Nov 2015 15:36:06 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1447455900.02b9ac2a623c60d7078e5cf0e19fe4ba39cc1165.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/asciidoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/asciidoc/asciidoc-9999.ebuild X-VCS-Directories: app-text/asciidoc/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 02b9ac2a623c60d7078e5cf0e19fe4ba39cc1165 X-VCS-Branch: master Date: Sat, 14 Nov 2015 15:36:06 +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-Archives-Salt: 4cedc81c-5b79-4ec4-9f9d-a96e43543828 X-Archives-Hash: 081d80880cbc9b6c4f6ae07a2735760b commit: 02b9ac2a623c60d7078e5cf0e19fe4ba39cc1165 Author: Marc Joliet gmx de> AuthorDate: Mon Oct 26 23:48:10 2015 +0000 Commit: Ian Delaney gentoo org> CommitDate: Fri Nov 13 23:05:00 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02b9ac2a app-text/asciidoc: apply dep fixes to -9999 Gentoo-bug: 366763 Signed-off-by: Marc Joliet gmx.de> app-text/asciidoc/asciidoc-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-text/asciidoc/asciidoc-9999.ebuild b/app-text/asciidoc/asciidoc-9999.ebuild index 038e1f9..89b5088 100644 --- a/app-text/asciidoc/asciidoc-9999.ebuild +++ b/app-text/asciidoc/asciidoc-9999.ebuild @@ -17,7 +17,7 @@ if [ "$PV" == "9999" ]; then KEYWORDS="" else SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" + KEYWORDS="~amd64 ~x86" fi LICENSE="GPL-2" @@ -30,6 +30,8 @@ RDEPEND=">=app-text/docbook-xsl-stylesheets-1.75 dev-libs/libxslt graphviz? ( media-gfx/graphviz ) app-text/docbook-xml-dtd:4.5 + app-text/dblatex + || ( www-client/w3m www-client/lynx ) highlight? ( || ( dev-python/pygments[${PYTHON_USEDEP}] dev-util/source-highlight ) ) ${PYTHON_DEPS} "