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 54F881396D0 for ; Wed, 6 Sep 2017 09:04:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EFFB1FC092; Wed, 6 Sep 2017 09:04:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 478241FC092 for ; Wed, 6 Sep 2017 09:04:55 +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 4C5FF3416A8 for ; Wed, 6 Sep 2017 09:04:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9A688E38 for ; Wed, 6 Sep 2017 09:04:52 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1504688688.9235e0caec8a997cf26e648d1154c1bba6778030.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/colm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/colm/colm-0.13.0.5.ebuild X-VCS-Directories: dev-util/colm/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 9235e0caec8a997cf26e648d1154c1bba6778030 X-VCS-Branch: master Date: Wed, 6 Sep 2017 09:04:52 +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: d030a8b3-cd3c-4de4-80b1-bda047e8c245 X-Archives-Hash: 09818ace3c97694af643bc8ede41e495 commit: 9235e0caec8a997cf26e648d1154c1bba6778030 Author: Lars Wendler gentoo org> AuthorDate: Wed Sep 6 09:04:25 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Sep 6 09:04:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9235e0ca dev-util/colm: Added app-text/asciidoc to DEPEND (bug #627510). Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-util/colm/colm-0.13.0.5.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-util/colm/colm-0.13.0.5.ebuild b/dev-util/colm/colm-0.13.0.5.ebuild index d193b2407b6..d1aab6a6b73 100644 --- a/dev-util/colm/colm-0.13.0.5.ebuild +++ b/dev-util/colm/colm-0.13.0.5.ebuild @@ -12,5 +12,4 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~x86" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" +DEPEND="app-text/asciidoc"