From: Aaron Bauman Date: Sat, 9 Nov 2019 20:22:46 +0000 (-0500) Subject: dev-tex/harvard: bump EAPI and stuff X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2c098905698db614c8e71aaddb62ee8c948d7859;p=gentoo.git dev-tex/harvard: bump EAPI and stuff Signed-off-by: Aaron Bauman --- diff --git a/dev-tex/harvard/harvard-2.0.5.ebuild b/dev-tex/harvard/harvard-2.0.5.ebuild index 49df5bc3c6d9..dc6679777d80 100644 --- a/dev-tex/harvard/harvard-2.0.5.ebuild +++ b/dev-tex/harvard/harvard-2.0.5.ebuild @@ -1,15 +1,17 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=0 +EAPI=7 inherit latex-package DESCRIPTION="The harvard family of bibliographic styles" HOMEPAGE="https://www.ctan.org/pkg/harvard" SRC_URI="mirror://gentoo/${P}.tar.bz2" +KEYWORDS="amd64 ppc x86" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" -DEPEND="" IUSE="" + +DEPEND=""