From e3235f336255be070870e310193ef0c21213e076 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sun, 20 Oct 2019 13:20:22 +0200 Subject: [PATCH] media-fonts/liberation-fonts: drop broken python2 compat Closes: https://bugs.gentoo.org/694918 Closes: https://github.com/gentoo/gentoo/pull/13354 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Alessandro Barbieri Signed-off-by: David Seifert --- media-fonts/liberation-fonts/liberation-fonts-2.00.5.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-fonts/liberation-fonts/liberation-fonts-2.00.5.ebuild b/media-fonts/liberation-fonts/liberation-fonts-2.00.5.ebuild index f7cb941b8238..a043d4f9aad6 100644 --- a/media-fonts/liberation-fonts/liberation-fonts-2.00.5.ebuild +++ b/media-fonts/liberation-fonts/liberation-fonts-2.00.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit font python-any-r1 @@ -27,7 +27,6 @@ DEPEND=" media-gfx/fontforge dev-python/fonttools )" -RDEPEND="" pkg_setup() { if use fontforge; then -- 2.26.2