diff options
Diffstat (limited to 'x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild')
-rw-r--r-- | x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild b/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild index e0014a4bc095..10c704f676c6 100644 --- a/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild +++ b/x11-plugins/gkrellflynn/gkrellflynn-0.8.ebuild @@ -1,23 +1,23 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="5" -inherit eutils gkrellm-plugin toolchain-funcs +EAPI=6 + +inherit gkrellm-plugin toolchain-funcs HOMEPAGE="http://bax.comlab.uni-rostock.de/en/projects/flynn.html" SRC_URI="http://bax.comlab.uni-rostock.de/fileadmin/downloads/${P}.tar.gz" DESCRIPTION="A funny GKrellM2 load monitor (for Doom(tm) fans)" + KEYWORDS="alpha amd64 ppc sparc x86" SLOT="0" LICENSE="GPL-2" IUSE="" -RDEPEND="app-admin/gkrellm[X]" +RDEPEND="app-admin/gkrellm:2[X]" DEPEND="${RDEPEND}" -src_prepare(){ - epatch "${FILESDIR}"/${P}-makefile.patch -} +PATCHES=( "${FILESDIR}"/${P}-makefile.patch ) src_compile() { emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}" gkrellm2 |