Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-hotkeys/
Date: Sun, 27 May 2018 18:23:28
Message-Id: 1527445389.48696b4cf5a315221b82c7e17953ecfb1624ad16.bman@gentoo
1 commit: 48696b4cf5a315221b82c7e17953ecfb1624ad16
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 13:49:38 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 18:23:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48696b4c
7
8 x11-plugins/pidgin-hotkeys: nix src_install()
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild | 5 -----
13 1 file changed, 5 deletions(-)
14
15 diff --git a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild
16 index 25d102a3e7e..f9dae97f4de 100644
17 --- a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild
18 +++ b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild
19 @@ -17,8 +17,3 @@ RDEPEND="net-im/pidgin[gtk]
20
21 DEPEND="${RDEPEND}
22 virtual/pkgconfig"
23 -
24 -src_install() {
25 - emake DESTDIR="${D}" install || die
26 - default
27 -}