commit:     8b70cd3b2b31a0b79a2c2aee34b44145403972c2
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 05:37:14 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 05:41:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b70cd3b

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 726ebc0..aeb8456 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'

Reply via email to