From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 92C1F138330 for ; Sun, 27 May 2018 18:23:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFE51E09C8; Sun, 27 May 2018 18:23:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA8A1E09C8 for ; Sun, 27 May 2018 18:23:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 97799335CCD for ; Sun, 27 May 2018 18:23:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34D432B6 for ; Sun, 27 May 2018 18:23:22 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527445390.2ccd9742a12ceb47f7b1412e0afbc3418aa7c91b.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fnlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/fnlib/fnlib-0.5-r2.ebuild X-VCS-Directories: media-libs/fnlib/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 2ccd9742a12ceb47f7b1412e0afbc3418aa7c91b X-VCS-Branch: master Date: Sun, 27 May 2018 18:23:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 73ffeab8-219d-4673-b5ab-2d34e70300ae X-Archives-Hash: c93d6232bf41398f4b584c7a6ec3c283 commit: 2ccd9742a12ceb47f7b1412e0afbc3418aa7c91b Author: Aaron Bauman gentoo org> AuthorDate: Sun May 27 13:51:56 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 27 18:23:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ccd9742 media-libs/fnlib: nix src_install() Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-libs/fnlib/fnlib-0.5-r2.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/media-libs/fnlib/fnlib-0.5-r2.ebuild b/media-libs/fnlib/fnlib-0.5-r2.ebuild index b532f12c0e6..178106b2ff7 100644 --- a/media-libs/fnlib/fnlib-0.5-r2.ebuild +++ b/media-libs/fnlib/fnlib-0.5-r2.ebuild @@ -27,8 +27,3 @@ src_prepare() { src_configure() { econf --sysconfdir=/etc/fnlib } - -src_install() { - emake DESTDIR="${D}" install || die - default -}