x11-plugins/pidgin-extprefs: bump EAPI
authorAaron Bauman <bman@gentoo.org>
Mon, 28 May 2018 23:59:21 +0000 (19:59 -0400)
committerAaron Bauman <bman@gentoo.org>
Tue, 29 May 2018 13:17:56 +0000 (09:17 -0400)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild

index b291a7b8d4486828cb66d3d7548c015dc1ee865d..cc4b162c7c60e73d22ea8c0e8473ff4e91e7baed 100644 (file)
@@ -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
 
 DESCRIPTION="Extra preferences that are desired but are not worthy for Pidgin"
 HOMEPAGE="http://gaim-extprefs.sourceforge.net"
@@ -16,7 +16,3 @@ RDEPEND="net-im/pidgin[gtk]"
 DEPEND="
        virtual/pkgconfig
        ${RDEPEND}"
-
-src_install() {
-       emake DESTDIR="${D}" install || die
-}