diff options
author | Mike Gilbert <floppym@gentoo.org> | 2019-12-29 14:17:49 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2019-12-29 14:17:49 -0500 |
commit | da4ea6db373056dc9da5209ec60b2850842f06ce (patch) | |
tree | 2fee3f1949c71533d1873594933d86a0195f18dd /sys-boot/grub/grub-9999.ebuild | |
parent | dev-util/ccglue: drop last-rited pkg (diff) | |
download | gentoo-da4ea6db373056dc9da5209ec60b2850842f06ce.tar.gz gentoo-da4ea6db373056dc9da5209ec60b2850842f06ce.tar.bz2 gentoo-da4ea6db373056dc9da5209ec60b2850842f06ce.zip |
sys-boot/grub: update LICENSE
Closes: https://bugs.gentoo.org/662830
Package-Manager: Portage-2.3.82, Repoman-2.3.20_p9
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-boot/grub/grub-9999.ebuild')
-rw-r--r-- | sys-boot/grub/grub-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/grub-9999.ebuild b/sys-boot/grub/grub-9999.ebuild index 6b165af82481..280a0bc3a901 100644 --- a/sys-boot/grub/grub-9999.ebuild +++ b/sys-boot/grub/grub-9999.ebuild @@ -50,7 +50,7 @@ DESCRIPTION="GNU GRUB boot loader" HOMEPAGE="https://www.gnu.org/software/grub/" # Includes licenses for dejavu and unifont -LICENSE="GPL-3 fonts? ( GPL-2-with-font-exception ) themes? ( BitstreamVera )" +LICENSE="GPL-3+ BSD MIT fonts? ( GPL-2-with-font-exception ) themes? ( CC-BY-SA-3.0 BitstreamVera )" SLOT="2/${PVR}" IUSE="device-mapper doc efiemu +fonts mount nls sdl test +themes truetype libzfs" |