diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-03 20:45:40 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-03 21:12:54 +0200 |
commit | dc1d76adacd9c0d83c99807a7a9088083cbf360f (patch) | |
tree | 9bd4a782aeed751f3b478882c08befd27fc28997 /media-fonts/unifont | |
parent | dev-ada/gnatcoll-core: bump to 2021 (diff) | |
download | gentoo-dc1d76adacd9c0d83c99807a7a9088083cbf360f.tar.gz gentoo-dc1d76adacd9c0d83c99807a7a9088083cbf360f.tar.bz2 gentoo-dc1d76adacd9c0d83c99807a7a9088083cbf360f.zip |
media-fonts/unifont: Flip dev-perl/GD use default
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'media-fonts/unifont')
-rw-r--r-- | media-fonts/unifont/unifont-13.0.01-r1.ebuild (renamed from media-fonts/unifont/unifont-13.0.01.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-fonts/unifont/unifont-13.0.01.ebuild b/media-fonts/unifont/unifont-13.0.01-r1.ebuild index a2f259b297cd..f901c28842ce 100644 --- a/media-fonts/unifont/unifont-13.0.01.ebuild +++ b/media-fonts/unifont/unifont-13.0.01-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2003-2020 Gentoo Authors +# Copyright 2003-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ BDEPEND=" fontforge? ( app-text/bdf2psf dev-lang/perl - dev-perl/GD[png(-)] + dev-perl/GD[png(+)] media-gfx/fontforge x11-apps/bdftopcf ) @@ -26,7 +26,7 @@ BDEPEND=" RDEPEND=" utils? ( dev-lang/perl - dev-perl/GD[png(-)] + dev-perl/GD[png(+)] ) " |