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 6479A138330 for ; Sun, 27 May 2018 18:23:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2DD6E0990; Sun, 27 May 2018 18:23:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8AA90E0984 for ; Sun, 27 May 2018 18:23:26 +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 4527A335CCC 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 F13ED2B2 for ; Sun, 27 May 2018 18:23:21 +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: <1527445389.48696b4cf5a315221b82c7e17953ecfb1624ad16.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-hotkeys/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild X-VCS-Directories: x11-plugins/pidgin-hotkeys/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 48696b4cf5a315221b82c7e17953ecfb1624ad16 X-VCS-Branch: master Date: Sun, 27 May 2018 18:23:21 +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: 4e74cbc5-bd6f-4918-b6d7-609b69791705 X-Archives-Hash: fbd24433fa69ded56fafa0fbf8b066fd commit: 48696b4cf5a315221b82c7e17953ecfb1624ad16 Author: Aaron Bauman gentoo org> AuthorDate: Sun May 27 13:49:38 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 27 18:23:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48696b4c x11-plugins/pidgin-hotkeys: nix src_install() Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild index 25d102a3e7e..f9dae97f4de 100644 --- a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild +++ b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild @@ -17,8 +17,3 @@ RDEPEND="net-im/pidgin[gtk] DEPEND="${RDEPEND} virtual/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install || die - default -}