diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:12:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:18:05 +0100 |
commit | 84b345d88d6fa7c9e3f6fa9b8b010f2f1409118f (patch) | |
tree | b1b847fc819933e06c5e203edec8b5d9d583ce9d /media-gfx | |
parent | media-gfx/imageworsener: eutils-- (diff) | |
download | gentoo-84b345d88d6fa7c9e3f6fa9b8b010f2f1409118f.tar.gz gentoo-84b345d88d6fa7c9e3f6fa9b8b010f2f1409118f.tar.bz2 gentoo-84b345d88d6fa7c9e3f6fa9b8b010f2f1409118f.zip |
media-gfx/peps: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/peps/peps-2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/peps/peps-2.0-r1.ebuild b/media-gfx/peps/peps-2.0-r1.ebuild index f094d7b5a1ca..e3253b9329d4 100644 --- a/media-gfx/peps/peps-2.0-r1.ebuild +++ b/media-gfx/peps/peps-2.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs +inherit toolchain-funcs DESCRIPTION="Preprocess and convert EPS files to bitmap with Ghostscript" HOMEPAGE="http://peps.redprince.net/peps/" |