diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-05-28 19:59:21 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-29 09:17:56 -0400 |
commit | db43ea42ba7246a46840b8b1c81c7bc7b65ff089 (patch) | |
tree | cd0280e0322f1131b489a26ec638f349b0b5c563 /x11-plugins | |
parent | x11-plugins/pidgin-mpris: bump EAPI (diff) | |
download | gentoo-db43ea42ba7246a46840b8b1c81c7bc7b65ff089.tar.gz gentoo-db43ea42ba7246a46840b8b1c81c7bc7b65ff089.tar.bz2 gentoo-db43ea42ba7246a46840b8b1c81c7bc7b65ff089.zip |
x11-plugins/pidgin-extprefs: bump EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild b/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild index b291a7b8d448..cc4b162c7c60 100644 --- a/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.ebuild +++ b/x11-plugins/pidgin-extprefs/pidgin-extprefs-0.7-r1.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 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 -} |