commit: 48696b4cf5a315221b82c7e17953ecfb1624ad16
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 13:49:38 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> 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
-}