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 CEF7A139694 for ; Fri, 5 May 2017 04:27:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EEF9E0BEC; Fri, 5 May 2017 04:27:22 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A182E0BEC for ; Fri, 5 May 2017 04:27:21 +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 843C83416A6 for ; Fri, 5 May 2017 04:27:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C35B67439 for ; Fri, 5 May 2017 04:27:18 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1493958413.399ff8b0782f33c8841d8231653521b883e66f94.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/ykpers/ykpers-1.18.0.ebuild X-VCS-Directories: sys-auth/ykpers/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 399ff8b0782f33c8841d8231653521b883e66f94 X-VCS-Branch: master Date: Fri, 5 May 2017 04:27:18 +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: a6895056-b568-496e-a358-ddd31b561509 X-Archives-Hash: 056101b6df7b3edfa4c334355d387cc8 commit: 399ff8b0782f33c8841d8231653521b883e66f94 Author: Patrick McLean gentoo org> AuthorDate: Fri May 5 04:26:53 2017 +0000 Commit: Patrick McLean gentoo org> CommitDate: Fri May 5 04:26:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=399ff8b0 sys-auth/ykpers: Add DEPEND on asciidoc since it is needed for build Package-Manager: Portage-2.3.5, Repoman-2.3.2 sys-auth/ykpers/ykpers-1.18.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-auth/ykpers/ykpers-1.18.0.ebuild b/sys-auth/ykpers/ykpers-1.18.0.ebuild index ab6fa079a78..1dfbfd0d979 100644 --- a/sys-auth/ykpers/ykpers-1.18.0.ebuild +++ b/sys-auth/ykpers/ykpers-1.18.0.ebuild @@ -18,6 +18,7 @@ RDEPEND=" >=sys-auth/libyubikey-1.6 virtual/libusb:1" DEPEND="${RDEPEND} + app-text/asciidoc virtual/pkgconfig" RDEPEND="${RDEPEND} consolekit? ( sys-auth/consolekit[acl] )"