From 8b70cd3b2b31a0b79a2c2aee34b44145403972c2 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Mon, 11 Apr 2016 07:37:14 +0200 Subject: [PATCH] x11-misc/xplanet: Drop base.eclass. Package-Manager: portage-2.2.28 --- x11-misc/xplanet/xplanet-1.3.1.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-misc/xplanet/xplanet-1.3.1.ebuild b/x11-misc/xplanet/xplanet-1.3.1.ebuild index 726ebc028a88..aeb8456a9277 100644 --- a/x11-misc/xplanet/xplanet-1.3.1.ebuild +++ b/x11-misc/xplanet/xplanet-1.3.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -inherit base flag-o-matic +inherit eutils flag-o-matic DESCRIPTION="Render images of the earth into the X root window" HOMEPAGE="http://xplanet.sourceforge.net/" @@ -40,7 +40,9 @@ DEPEND="${RDEPEND} DOCS="AUTHORS ChangeLog NEWS README TODO" -PATCHES=( "${FILESDIR}"/${P}-giflib.patch ) +src_prepare() { + epatch "${FILESDIR}"/${P}-giflib.patch +} src_configure() { # econf says 'checking pnm.h presence... no' -- 2.26.2