From dae62865bf0f6dda08c573f7412de13a4058a80e Mon Sep 17 00:00:00 2001 From: Aaron Bauman Date: Fri, 25 May 2018 19:05:45 -0400 Subject: x11-misc/peksystray: bump EAPI drop eutils Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- x11-misc/peksystray/peksystray-0.4.0.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'x11-misc/peksystray') diff --git a/x11-misc/peksystray/peksystray-0.4.0.ebuild b/x11-misc/peksystray/peksystray-0.4.0.ebuild index 6d0c9e545da9..96faffa1daef 100644 --- a/x11-misc/peksystray/peksystray-0.4.0.ebuild +++ b/x11-misc/peksystray/peksystray-0.4.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 -inherit autotools eutils +EAPI=6 +inherit autotools DESCRIPTION="A system tray dockapp for window managers supporting docking" HOMEPAGE="http://peksystray.sourceforge.net/" @@ -16,12 +16,13 @@ IUSE="" DEPEND="x11-libs/libX11 x11-libs/libXt" +PATCHES=( "${FILESDIR}/${P}-asneeded.patch" ) + src_prepare() { - epatch "${FILESDIR}"/${P}-asneeded.patch + default eautoreconf } src_install() { dobin src/peksystray || die - dodoc AUTHORS ChangeLog NEWS README REFS THANKS TODO } -- cgit v1.2.3-65-gdbad