Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/ykpers/
Date: Fri, 05 May 2017 04:27:24
Message-Id: 1493958413.399ff8b0782f33c8841d8231653521b883e66f94.chutzpah@gentoo
1 commit: 399ff8b0782f33c8841d8231653521b883e66f94
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 5 04:26:53 2017 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Fri May 5 04:26:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=399ff8b0
7
8 sys-auth/ykpers: Add DEPEND on asciidoc since it is needed for build
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 sys-auth/ykpers/ykpers-1.18.0.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/sys-auth/ykpers/ykpers-1.18.0.ebuild b/sys-auth/ykpers/ykpers-1.18.0.ebuild
16 index ab6fa079a78..1dfbfd0d979 100644
17 --- a/sys-auth/ykpers/ykpers-1.18.0.ebuild
18 +++ b/sys-auth/ykpers/ykpers-1.18.0.ebuild
19 @@ -18,6 +18,7 @@ RDEPEND="
20 >=sys-auth/libyubikey-1.6
21 virtual/libusb:1"
22 DEPEND="${RDEPEND}
23 + app-text/asciidoc
24 virtual/pkgconfig"
25 RDEPEND="${RDEPEND}
26 consolekit? ( sys-auth/consolekit[acl] )"