diff options
-rw-r--r-- | media-fonts/jomolhari/jomolhari-0.003c.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-fonts/jomolhari/jomolhari-0.003c.ebuild b/media-fonts/jomolhari/jomolhari-0.003c.ebuild index 3403c17bb329..36bb1740e6ab 100644 --- a/media-fonts/jomolhari/jomolhari-0.003c.ebuild +++ b/media-fonts/jomolhari/jomolhari-0.003c.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 + inherit font DESCRIPTION="Bhutanese style dbu-can font for Tibetan/Dzongkha text named after Mt Jomolhari" -HOMEPAGE="http://chris.fynn.googlepages.com/jomolhari" +HOMEPAGE="http://www.library.gov.bt/IT/fonts.html" SRC_URI="mirror://nongnu/free-tibetan/${PN}/${PN}-alpha${PV:(-2)}.tar.gz" +S="${WORKDIR}" LICENSE="OFL" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="" -S="${WORKDIR}" -FONT_S="${S}" FONT_SUFFIX="ttf" |