mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-firmware/alsa-firmware: Fix LICENSE, add bindist restriction
Closes: https://bugs.gentoo.org/686212 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -8,9 +8,17 @@ DESCRIPTION="Advanced Linux Sound Architecture firmware"
|
||||
HOMEPAGE="https://alsa-project.org/wiki/Main_Page"
|
||||
SRC_URI="https://www.alsa-project.org/files/pub/firmware/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
LICENSE="GPL-2 freedist
|
||||
alsa_cards_korg1212? ( all-rights-reserved )
|
||||
alsa_cards_maestro3? ( all-rights-reserved )
|
||||
alsa_cards_sb16? ( all-rights-reserved )
|
||||
alsa_cards_ymfpci? ( all-rights-reserved )"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc ppc64 x86"
|
||||
RESTRICT="alsa_cards_korg1212? ( bindist )
|
||||
alsa_cards_maestro3? ( bindist )
|
||||
alsa_cards_sb16? ( bindist )
|
||||
alsa_cards_ymfpci? ( bindist )"
|
||||
|
||||
ECHOAUDIO_CARDS="alsa_cards_darla20 alsa_cards_gina20 alsa_cards_layla20
|
||||
alsa_cards_darla24 alsa_cards_gina24 alsa_cards_layla24 alsa_cards_mona
|
||||
Reference in New Issue
Block a user