diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-03-24 23:37:30 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-04-14 18:27:57 +0200 |
commit | ba7d22f461692e9678bbd2c6ac8c029c66c742f4 (patch) | |
tree | f3c77423ad4085b2949350bfbb8cc652ab97d201 /media-libs/giblib | |
parent | media-sound/madplay: Replace eutils inherit w/ split eclasses (diff) | |
download | gentoo-ba7d22f461692e9678bbd2c6ac8c029c66c742f4.tar.gz gentoo-ba7d22f461692e9678bbd2c6ac8c029c66c742f4.tar.bz2 gentoo-ba7d22f461692e9678bbd2c6ac8c029c66c742f4.zip |
media-libs/giblib: Replace eutils inherit w/ split eclasses
Diffstat (limited to 'media-libs/giblib')
-rw-r--r-- | media-libs/giblib/giblib-1.2.4-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 9f281cc59f20..52b2b7c4e3f0 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 33824b4b7a93..34c96c37ca4d 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/" |