summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-05-27 13:51:09 +0200
committerPacho Ramos <pacho@gentoo.org>2018-05-27 14:00:52 +0200
commit9001ef92edafc46e19c2ba7dadb0ac509d935f09 (patch)
tree873825ebc5da71152b4d09d5305b780d6eb35c96
parentapp-admin/logsentry: Drop old (diff)
downloadgentoo-9001ef92.tar.gz
gentoo-9001ef92.tar.bz2
gentoo-9001ef92.zip
app-misc/acdctl: Fix sandbox violation (#653690)
Package-Manager: Portage-2.3.38, Repoman-2.3.9
-rw-r--r--app-misc/acdctl/acdctl-1.1-r1.ebuild4
1 files 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 46e06c8e3427..bd0e3980495f 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}"
}