From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1026626-garchives=archives.gentoo.org@lists.gentoo.org> 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 11DB6138330 for <garchives@archives.gentoo.org>; Sun, 27 May 2018 18:23:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF849E0992; Sun, 27 May 2018 18:23:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A9DD2E0984 for <gentoo-commits@lists.gentoo.org>; Sun, 27 May 2018 18:23:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 78D0C335CC7 for <gentoo-commits@lists.gentoo.org>; Sun, 27 May 2018 18:23:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 474422B7 for <gentoo-commits@lists.gentoo.org>; Sun, 27 May 2018 18:23:22 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> 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" <bman@gentoo.org> Message-ID: <1527445390.b05f206cc48820dff78473e028b9a7cafe4ffe3c.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libptp2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libptp2/libptp2-1.1.10.ebuild X-VCS-Directories: media-libs/libptp2/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: b05f206cc48820dff78473e028b9a7cafe4ffe3c X-VCS-Branch: master Date: Sun, 27 May 2018 18:23:22 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: af5a7a4d-116c-495a-888d-0f77ed322f3d X-Archives-Hash: 11ed0710b18fc52d0c5329df6aab6164 commit: b05f206cc48820dff78473e028b9a7cafe4ffe3c Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Sun May 27 13:52:27 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sun May 27 18:23:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05f206c media-libs/libptp2: nix src_install() Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-libs/libptp2/libptp2-1.1.10.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/media-libs/libptp2/libptp2-1.1.10.ebuild b/media-libs/libptp2/libptp2-1.1.10.ebuild index ceffdf3f139..53c5e01c709 100644 --- a/media-libs/libptp2/libptp2-1.1.10.ebuild +++ b/media-libs/libptp2/libptp2-1.1.10.ebuild @@ -29,8 +29,3 @@ src_prepare() { src_test() { env LD_LIBRARY_PATH=./src/.libs/ ./src/ptpcam -l || die } - -src_install() { - emake DESTDIR="${D}" install || die - default -}