diff options
author | 2023-12-30 16:49:33 +0100 | |
---|---|---|
committer | 2024-01-07 01:19:33 +0100 | |
commit | c0aef16a42dcb5613b150e8e2c7171aa39323faa (patch) | |
tree | 881c298880569152b80966416d66b9007f482e33 /app-text | |
parent | app-crypt/libscrypt: don't call ar directly, fix #718126 (diff) | |
download | gentoo-c0aef16a42dcb5613b150e8e2c7171aa39323faa.tar.gz gentoo-c0aef16a42dcb5613b150e8e2c7171aa39323faa.tar.bz2 gentoo-c0aef16a42dcb5613b150e8e2c7171aa39323faa.zip |
app-text/lcdf-typetools: fix LICENSE, add github HOMEPAGE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild index bdf2d563b39f..85540689e1c1 100644 --- a/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild +++ b/app-text/lcdf-typetools/lcdf-typetools-2.108-r1.ebuild @@ -6,10 +6,13 @@ EAPI=7 inherit toolchain-funcs flag-o-matic DESCRIPTION="Font utilities for eg manipulating OTF" -HOMEPAGE="https://lcdf.org/type/#typetools" +HOMEPAGE=" + https://lcdf.org/type/#typetools + https://github.com/kohler/lcdf-typetools +" SRC_URI="https://lcdf.org/type/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" IUSE="+kpathsea" |