summaryrefslogtreecommitdiff
path: root/x11-misc/peksystray/peksystray-0.4.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/peksystray/peksystray-0.4.0.ebuild')
-rw-r--r--x11-misc/peksystray/peksystray-0.4.0.ebuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/x11-misc/peksystray/peksystray-0.4.0.ebuild b/x11-misc/peksystray/peksystray-0.4.0.ebuild
index 6d0c9e545da9..282ba940b683 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,14 @@ 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
+ default
}