From: Aaron Bauman Date: Sat, 26 May 2018 19:21:06 +0000 (-0400) Subject: x11-plugins/pidgin-hotkeys: bump EAPI and drop eutils X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=176276e4b739a63f43cbedd406723f4ac2452885;p=gentoo.git x11-plugins/pidgin-hotkeys: bump EAPI and drop eutils Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- 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 ba63fde3c455..25d102a3e7e2 100644 --- a/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild +++ b/x11-plugins/pidgin-hotkeys/pidgin-hotkeys-0.2.4.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="2" - -inherit eutils +EAPI=6 DESCRIPTION="Pidgin plugin to define global hotkeys for various actions" HOMEPAGE="http://pidgin-hotkeys.sourceforge.net/" @@ -22,5 +20,5 @@ DEPEND="${RDEPEND} src_install() { emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog README NEWS || die + default }