commit:     9001ef92edafc46e19c2ba7dadb0ac509d935f09
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 11:51:09 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 27 12:00:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9001ef92

app-misc/acdctl: Fix sandbox violation (#653690)

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 app-misc/acdctl/acdctl-1.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/acdctl/acdctl-1.1-r1.ebuild 
b/app-misc/acdctl/acdctl-1.1-r1.ebuild
index 46e06c8e342..bd0e3980495 100644
--- a/app-misc/acdctl/acdctl-1.1-r1.ebuild
+++ b/app-misc/acdctl/acdctl-1.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,6 +15,6 @@ RDEPEND="virtual/libusb:0"
 DEPEND="${RDEPEND}"
 
 src_install() {
-       default
+       einstalldocs
        dobin "${PN}"
 }

Reply via email to