commit:     f174dee083dc6ecb50268e4c117d9dc16b9b0cca
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 19:16:45 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 20:31:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f174dee0

x11-plugins/pidgin-musictracker: bump EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild 
b/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
index c588abe41e5..f680cf2d2f3 100644
--- a/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
+++ b/x11-plugins/pidgin-musictracker/pidgin-musictracker-0.4.22.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
 inherit autotools
 
@@ -21,6 +21,7 @@ DEPEND=">=net-im/pidgin-2.0.0[gtk]
 RDEPEND="${DEPEND}"
 
 src_prepare() {
+       default
        sed -i -e "s/DOMAIN/PACKAGE/g" po/Makefile.in.in || die "sed failed"
        eautoreconf
 }
@@ -33,6 +34,6 @@ src_configure() {
 
 src_install() {
        emake install DESTDIR="${D}" || die "make install failure"
-       dodoc AUTHORS ChangeLog INSTALL README THANKS || die "dodoc failed"
        find "${D}" -name "*.la" -delete || die "error cleaning la file."
+       default
 }

Reply via email to