projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8ae91c
)
app-misc/acdctl: Fix sandbox violation (#653690)
author
Pacho Ramos
<pacho@gentoo.org>
Sun, 27 May 2018 11:51:09 +0000
(13:51 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Sun, 27 May 2018 12:00:52 +0000
(14:00 +0200)
Package-Manager: Portage-2.3.38, Repoman-2.3.9
app-misc/acdctl/acdctl-1.1-r1.ebuild
patch
|
blob
|
history
diff --git
a/app-misc/acdctl/acdctl-1.1-r1.ebuild
b/app-misc/acdctl/acdctl-1.1-r1.ebuild
index 46e06c8e3427597d43bb33042f9ce1d8da39562f..bd0e3980495f4d0af79800918c185f42bb829197 100644
(file)
--- a/
app-misc/acdctl/acdctl-1.1-r1.ebuild
+++ b/
app-misc/acdctl/acdctl-1.1-r1.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
7
Gentoo Foundation
+# Copyright 1999-201
8
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}"
}