Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/autorun/
Date: Sun, 27 May 2018 18:23:35
Message-Id: 1527445392.4b2e837ef1a787f8cd79eebf59b9741389e004c4.bman@gentoo
1 commit: 4b2e837ef1a787f8cd79eebf59b9741389e004c4
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 13:57:43 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 18:23:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2e837e
7
8 sys-fs/autorun: nix src_install()
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 sys-fs/autorun/autorun-3.17.ebuild | 5 -----
13 1 file changed, 5 deletions(-)
14
15 diff --git a/sys-fs/autorun/autorun-3.17.ebuild b/sys-fs/autorun/autorun-3.17.ebuild
16 index b6ddc14c47d..7d6df164e2a 100644
17 --- a/sys-fs/autorun/autorun-3.17.ebuild
18 +++ b/sys-fs/autorun/autorun-3.17.ebuild
19 @@ -25,8 +25,3 @@ src_configure() {
20 econf \
21 --disable-dependency-tracking
22 }
23 -
24 -src_install() {
25 - emake DESTDIR="${D}" install || die
26 - default
27 -}