x11-plugins/pidgin-privacy-please: bump EAPI and drop eutils
authorAaron Bauman <bman@gentoo.org>
Sat, 26 May 2018 19:11:26 +0000 (15:11 -0400)
committerAaron Bauman <bman@gentoo.org>
Sat, 26 May 2018 20:31:26 +0000 (16:31 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

x11-plugins/pidgin-privacy-please/pidgin-privacy-please-0.7.1.ebuild

index 68ee1c6cecfe1b8a274e0878ef049e52190cf076..0b948e591e635ba30f53354aacbd6ad7f9c3b551 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
+EAPI=6
 
 inherit autotools
 
@@ -19,11 +19,12 @@ DEPEND="${RDEPEND}
        sys-devel/gettext"
 
 src_prepare() {
+       default
        sed -e 's: -Wall -g3::' -i configure.ac || die
        eautoreconf
 }
 
 src_install() {
        emake DESTDIR="${D}" ALL_LINGUAS="${LANGS}" install || die
-       dodoc AUTHORS ChangeLog NEWS README || die
+       default
 }