From ba7d22f461692e9678bbd2c6ac8c029c66c742f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 24 Mar 2017 23:37:30 +0100 Subject: [PATCH] media-libs/giblib: Replace eutils inherit w/ split eclasses --- media-libs/giblib/giblib-1.2.4-r1.ebuild | 4 ++-- media-libs/giblib/giblib-1.2.4.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/media-libs/giblib/giblib-1.2.4-r1.ebuild b/media-libs/giblib/giblib-1.2.4-r1.ebuild index 9f281cc59f20c..52b2b7c4e3f03 100644 --- a/media-libs/giblib/giblib-1.2.4-r1.ebuild +++ b/media-libs/giblib/giblib-1.2.4-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" -inherit eutils libtool +inherit epunt-cxx libtool DESCRIPTION="a graphics library built on top of imlib2" HOMEPAGE="http://freecode.com/projects/giblib http://www.linuxbrit.co.uk/giblib/" diff --git a/media-libs/giblib/giblib-1.2.4.ebuild b/media-libs/giblib/giblib-1.2.4.ebuild index 33824b4b7a933..34c96c37ca4dd 100644 --- a/media-libs/giblib/giblib-1.2.4.ebuild +++ b/media-libs/giblib/giblib-1.2.4.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=2 -inherit toolchain-funcs eutils +inherit epunt-cxx toolchain-funcs DESCRIPTION="Giblib, graphics library" HOMEPAGE="http://www.linuxbrit.co.uk/giblib/"