diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-06-09 23:07:36 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-06-09 23:08:31 +0200 |
commit | ff5b5406820b135390ebe3a7260db812ecc43e12 (patch) | |
tree | 1612bf4b35a559099a2b1f4aedca37423e6014ce /sys-apps/noexec | |
parent | kde-plasma/plasma-workspace: Drop 5.9.5.1-r1 (diff) | |
download | gentoo-ff5b5406820b135390ebe3a7260db812ecc43e12.tar.gz gentoo-ff5b5406820b135390ebe3a7260db812ecc43e12.tar.bz2 gentoo-ff5b5406820b135390ebe3a7260db812ecc43e12.zip |
sys-apps/noexec: remove src_install phase and DOCS array.
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'sys-apps/noexec')
-rw-r--r-- | sys-apps/noexec/noexec-1.1.0-r1.ebuild | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys-apps/noexec/noexec-1.1.0-r1.ebuild b/sys-apps/noexec/noexec-1.1.0-r1.ebuild index c5507a32d0ef..25773611aec4 100644 --- a/sys-apps/noexec/noexec-1.1.0-r1.ebuild +++ b/sys-apps/noexec/noexec-1.1.0-r1.ebuild @@ -12,10 +12,3 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" DEPEND="sys-libs/glibc" - -DOCS=( AUTHORS BUGS ChangeLog NEWS README ) - -src_install() { - emake install DESTDIR="${D}" - einstalldocs -} |