diff options
-rw-r--r-- | dev-tex/harvard/harvard-2.0.5.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
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="" |