Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fnlib/
Date: Sun, 27 May 2018 18:23:40
Message-Id: 1527445390.2ccd9742a12ceb47f7b1412e0afbc3418aa7c91b.bman@gentoo
1 commit: 2ccd9742a12ceb47f7b1412e0afbc3418aa7c91b
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 13:51:56 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 18:23:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ccd9742
7
8 media-libs/fnlib: nix src_install()
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 media-libs/fnlib/fnlib-0.5-r2.ebuild | 5 -----
13 1 file changed, 5 deletions(-)
14
15 diff --git a/media-libs/fnlib/fnlib-0.5-r2.ebuild b/media-libs/fnlib/fnlib-0.5-r2.ebuild
16 index b532f12c0e6..178106b2ff7 100644
17 --- a/media-libs/fnlib/fnlib-0.5-r2.ebuild
18 +++ b/media-libs/fnlib/fnlib-0.5-r2.ebuild
19 @@ -27,8 +27,3 @@ src_prepare() {
20 src_configure() {
21 econf --sysconfdir=/etc/fnlib
22 }
23 -
24 -src_install() {
25 - emake DESTDIR="${D}" install || die
26 - default
27 -}