From 93f52d06cd6d8b0a12bdca191a83023d42de6683 Mon Sep 17 00:00:00 2001 From: Andreas Billmeier Date: Sun, 18 Aug 2019 09:24:07 +0200 Subject: [PATCH] fix dev-python/pypandoc --- dev-python/pypandoc/pypandoc-1.4.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/pypandoc/pypandoc-1.4.ebuild b/dev-python/pypandoc/pypandoc-1.4.ebuild index d7d9e4ec8..e62f5b171 100644 --- a/dev-python/pypandoc/pypandoc-1.4.ebuild +++ b/dev-python/pypandoc/pypandoc-1.4.ebuild @@ -1,8 +1,7 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ +# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net +# Distributed under the terms of the GNU General Public License v3.0 -EAPI=6 +EAPI="7" PYTHON_COMPAT=( python3_{5,6,7} )