Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/acdctl/
Date: Sun, 27 May 2018 12:01:07
Message-Id: 1527422452.9001ef92edafc46e19c2ba7dadb0ac509d935f09.pacho@gentoo
1 commit: 9001ef92edafc46e19c2ba7dadb0ac509d935f09
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 11:51:09 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 12:00:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9001ef92
7
8 app-misc/acdctl: Fix sandbox violation (#653690)
9
10 Package-Manager: Portage-2.3.38, Repoman-2.3.9
11
12 app-misc/acdctl/acdctl-1.1-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-misc/acdctl/acdctl-1.1-r1.ebuild b/app-misc/acdctl/acdctl-1.1-r1.ebuild
16 index 46e06c8e342..bd0e3980495 100644
17 --- a/app-misc/acdctl/acdctl-1.1-r1.ebuild
18 +++ b/app-misc/acdctl/acdctl-1.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -15,6 +15,6 @@ RDEPEND="virtual/libusb:0"
26 DEPEND="${RDEPEND}"
27
28 src_install() {
29 - default
30 + einstalldocs
31 dobin "${PN}"
32 }