diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-01-11 17:10:06 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-01-11 17:10:06 +0100 |
commit | ce68ce7768f1749d57ce1c03b389680e6864c675 (patch) | |
tree | 4886c371c5395dba8beab992ac251852b8753fd5 /media-fonts | |
parent | media-fonts/dzongkha-fonts: Fix LICENSE, add mirror restriction. (diff) | |
download | gentoo-ce68ce7768f1749d57ce1c03b389680e6864c675.tar.gz gentoo-ce68ce7768f1749d57ce1c03b389680e6864c675.tar.bz2 gentoo-ce68ce7768f1749d57ce1c03b389680e6864c675.zip |
media-fonts/freefonts: Fix LICENSE, add mirror restriction.
Closes: https://bugs.gentoo.org/702680
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/freefonts/freefonts-0.10-r4.ebuild (renamed from media-fonts/freefonts/freefonts-0.10-r3.ebuild) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-fonts/freefonts/freefonts-0.10-r3.ebuild b/media-fonts/freefonts/freefonts-0.10-r4.ebuild index 85a881a03574..73fbbf9c7cff 100644 --- a/media-fonts/freefonts/freefonts-0.10-r3.ebuild +++ b/media-fonts/freefonts/freefonts-0.10-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,10 +9,11 @@ DESCRIPTION="A Collection of Free Type1 Fonts" HOMEPAGE="http://www.gimp.org" SRC_URI="mirror://gimp/fonts/${P}.tar.gz" -LICENSE="freedist" +LICENSE="freedist free-noncomm all-rights-reserved" SLOT="0" KEYWORDS="alpha amd64 arm ia64 ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris" IUSE="X" +RESTRICT="mirror bindist" S="${WORKDIR}/freefont" |