Force respective package versions
Remove unnecessary versions from ebuild, forcing each specific package version to correspond with their respective version.
This commit is contained in:
parent
a6cb96a67e
commit
eb96939254
@ -5,42 +5,24 @@
|
|||||||
EAPI=8
|
EAPI=8
|
||||||
inherit linux-info mount-boot savedconfig multiprocessing
|
inherit linux-info mount-boot savedconfig multiprocessing
|
||||||
|
|
||||||
# In case this is a real snapshot, fill in commit below.
|
|
||||||
# For normal, tagged releases, leave blank
|
|
||||||
MY_COMMIT=""
|
|
||||||
|
|
||||||
if [[ ${PV} == 99999999* ]]; then
|
|
||||||
inherit git-r3
|
|
||||||
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git"
|
|
||||||
else
|
|
||||||
if [[ -n "${MY_COMMIT}" ]]; then
|
|
||||||
SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
|
|
||||||
S="${WORKDIR}/${MY_COMMIT}"
|
|
||||||
else
|
|
||||||
SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz"
|
|
||||||
S="${WORKDIR}/firmware-aa000_0"
|
|
||||||
fi
|
|
||||||
|
|
||||||
KEYWORDS="amd64 arm64"
|
|
||||||
fi
|
|
||||||
|
|
||||||
DESCRIPTION="Inferencium system aa000-0 firmware."
|
DESCRIPTION="Inferencium system aa000-0 firmware."
|
||||||
HOMEPAGE="https://src.inferencium.net/Inferencium/firmware-aa000-0.git"
|
HOMEPAGE="https://src.inferencium.net/Inferencium/firmware-aa000-0.git"
|
||||||
|
SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz"
|
||||||
|
S="${WORKDIR}/firmware-aa000_0"
|
||||||
|
KEYWORDS="amd64"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 )
|
LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 )
|
||||||
redistributable? (
|
redistributable? (
|
||||||
linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT no-source-code ) )
|
linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT no-source-code ) )
|
||||||
unknown-license? ( all-rights-reserved )"
|
unknown-license? ( all-rights-reserved )"
|
||||||
SLOT="0"
|
|
||||||
IUSE="compress initramfs +redistributable savedconfig unknown-license"
|
IUSE="compress initramfs +redistributable savedconfig unknown-license"
|
||||||
REQUIRED_USE="initramfs? ( redistributable )"
|
REQUIRED_USE="initramfs? ( redistributable )"
|
||||||
|
|
||||||
RESTRICT="binchecks strip test
|
RESTRICT="binchecks strip test
|
||||||
unknown-license? ( bindist )"
|
unknown-license? ( bindist )"
|
||||||
|
|
||||||
BDEPEND="initramfs? ( app-arch/cpio )"
|
BDEPEND="initramfs? ( app-arch/cpio )"
|
||||||
|
|
||||||
#add anything else that collides to this
|
|
||||||
RDEPEND="!savedconfig? (
|
RDEPEND="!savedconfig? (
|
||||||
redistributable? (
|
redistributable? (
|
||||||
!sys-firmware/alsa-firmware[alsa_cards_ca0132]
|
!sys-firmware/alsa-firmware[alsa_cards_ca0132]
|
||||||
@ -63,6 +45,7 @@ RDEPEND="!savedconfig? (
|
|||||||
|
|
||||||
QA_PREBUILT="*"
|
QA_PREBUILT="*"
|
||||||
|
|
||||||
|
|
||||||
pkg_setup() {
|
pkg_setup() {
|
||||||
if ! use compress ; then
|
if ! use compress ; then
|
||||||
return
|
return
|
||||||
|
@ -5,42 +5,24 @@
|
|||||||
EAPI=8
|
EAPI=8
|
||||||
inherit linux-info mount-boot savedconfig multiprocessing
|
inherit linux-info mount-boot savedconfig multiprocessing
|
||||||
|
|
||||||
# In case this is a real snapshot, fill in commit below.
|
|
||||||
# For normal, tagged releases, leave blank
|
|
||||||
MY_COMMIT=""
|
|
||||||
|
|
||||||
if [[ ${PV} == 99999999* ]]; then
|
|
||||||
inherit git-r3
|
|
||||||
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git"
|
|
||||||
else
|
|
||||||
if [[ -n "${MY_COMMIT}" ]]; then
|
|
||||||
SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
|
|
||||||
S="${WORKDIR}/${MY_COMMIT}"
|
|
||||||
else
|
|
||||||
SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz"
|
|
||||||
S="${WORKDIR}/firmware-aa000_0"
|
|
||||||
fi
|
|
||||||
|
|
||||||
KEYWORDS="amd64 arm64"
|
|
||||||
fi
|
|
||||||
|
|
||||||
DESCRIPTION="Inferencium system aa000-0 firmware."
|
DESCRIPTION="Inferencium system aa000-0 firmware."
|
||||||
HOMEPAGE="https://src.inferencium.net/Inferencium/firmware-aa000-0.git"
|
HOMEPAGE="https://src.inferencium.net/Inferencium/firmware-aa000-0.git"
|
||||||
|
SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz"
|
||||||
|
S="${WORKDIR}/firmware-aa000_0"
|
||||||
|
KEYWORDS="amd64"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 )
|
LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 )
|
||||||
redistributable? (
|
redistributable? (
|
||||||
linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT no-source-code ) )
|
linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT no-source-code ) )
|
||||||
unknown-license? ( all-rights-reserved )"
|
unknown-license? ( all-rights-reserved )"
|
||||||
SLOT="0"
|
|
||||||
IUSE="compress initramfs +redistributable savedconfig unknown-license"
|
IUSE="compress initramfs +redistributable savedconfig unknown-license"
|
||||||
REQUIRED_USE="initramfs? ( redistributable )"
|
REQUIRED_USE="initramfs? ( redistributable )"
|
||||||
|
|
||||||
RESTRICT="binchecks strip test
|
RESTRICT="binchecks strip test
|
||||||
unknown-license? ( bindist )"
|
unknown-license? ( bindist )"
|
||||||
|
|
||||||
BDEPEND="initramfs? ( app-arch/cpio )"
|
BDEPEND="initramfs? ( app-arch/cpio )"
|
||||||
|
|
||||||
#add anything else that collides to this
|
|
||||||
RDEPEND="!savedconfig? (
|
RDEPEND="!savedconfig? (
|
||||||
redistributable? (
|
redistributable? (
|
||||||
!sys-firmware/alsa-firmware[alsa_cards_ca0132]
|
!sys-firmware/alsa-firmware[alsa_cards_ca0132]
|
||||||
@ -63,6 +45,7 @@ RDEPEND="!savedconfig? (
|
|||||||
|
|
||||||
QA_PREBUILT="*"
|
QA_PREBUILT="*"
|
||||||
|
|
||||||
|
|
||||||
pkg_setup() {
|
pkg_setup() {
|
||||||
if ! use compress ; then
|
if ! use compress ; then
|
||||||
return
|
return
|
||||||
|
@ -5,42 +5,24 @@
|
|||||||
EAPI=8
|
EAPI=8
|
||||||
inherit linux-info mount-boot savedconfig multiprocessing
|
inherit linux-info mount-boot savedconfig multiprocessing
|
||||||
|
|
||||||
# In case this is a real snapshot, fill in commit below.
|
|
||||||
# For normal, tagged releases, leave blank
|
|
||||||
MY_COMMIT=""
|
|
||||||
|
|
||||||
if [[ ${PV} == 99999999* ]]; then
|
|
||||||
inherit git-r3
|
|
||||||
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git"
|
|
||||||
else
|
|
||||||
if [[ -n "${MY_COMMIT}" ]]; then
|
|
||||||
SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
|
|
||||||
S="${WORKDIR}/${MY_COMMIT}"
|
|
||||||
else
|
|
||||||
SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz"
|
|
||||||
S="${WORKDIR}/firmware-aa000_0"
|
|
||||||
fi
|
|
||||||
|
|
||||||
KEYWORDS="amd64 arm64"
|
|
||||||
fi
|
|
||||||
|
|
||||||
DESCRIPTION="Inferencium system aa000-0 firmware."
|
DESCRIPTION="Inferencium system aa000-0 firmware."
|
||||||
HOMEPAGE="https://src.inferencium.net/Inferencium/firmware-aa000-0.git"
|
HOMEPAGE="https://src.inferencium.net/Inferencium/firmware-aa000-0.git"
|
||||||
|
SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz"
|
||||||
|
S="${WORKDIR}/firmware-aa000_0"
|
||||||
|
KEYWORDS="amd64"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 )
|
LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 )
|
||||||
redistributable? (
|
redistributable? (
|
||||||
linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT no-source-code ) )
|
linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT no-source-code ) )
|
||||||
unknown-license? ( all-rights-reserved )"
|
unknown-license? ( all-rights-reserved )"
|
||||||
SLOT="0"
|
|
||||||
IUSE="compress initramfs +redistributable savedconfig unknown-license"
|
IUSE="compress initramfs +redistributable savedconfig unknown-license"
|
||||||
REQUIRED_USE="initramfs? ( redistributable )"
|
REQUIRED_USE="initramfs? ( redistributable )"
|
||||||
|
|
||||||
RESTRICT="binchecks strip test
|
RESTRICT="binchecks strip test
|
||||||
unknown-license? ( bindist )"
|
unknown-license? ( bindist )"
|
||||||
|
|
||||||
BDEPEND="initramfs? ( app-arch/cpio )"
|
BDEPEND="initramfs? ( app-arch/cpio )"
|
||||||
|
|
||||||
#add anything else that collides to this
|
|
||||||
RDEPEND="!savedconfig? (
|
RDEPEND="!savedconfig? (
|
||||||
redistributable? (
|
redistributable? (
|
||||||
!sys-firmware/alsa-firmware[alsa_cards_ca0132]
|
!sys-firmware/alsa-firmware[alsa_cards_ca0132]
|
||||||
@ -63,6 +45,7 @@ RDEPEND="!savedconfig? (
|
|||||||
|
|
||||||
QA_PREBUILT="*"
|
QA_PREBUILT="*"
|
||||||
|
|
||||||
|
|
||||||
pkg_setup() {
|
pkg_setup() {
|
||||||
if ! use compress ; then
|
if ! use compress ; then
|
||||||
return
|
return
|
||||||
|
@ -5,42 +5,24 @@
|
|||||||
EAPI=8
|
EAPI=8
|
||||||
inherit linux-info mount-boot savedconfig multiprocessing
|
inherit linux-info mount-boot savedconfig multiprocessing
|
||||||
|
|
||||||
# In case this is a real snapshot, fill in commit below.
|
|
||||||
# For normal, tagged releases, leave blank
|
|
||||||
MY_COMMIT=""
|
|
||||||
|
|
||||||
if [[ ${PV} == 99999999* ]]; then
|
|
||||||
inherit git-r3
|
|
||||||
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git"
|
|
||||||
else
|
|
||||||
if [[ -n "${MY_COMMIT}" ]]; then
|
|
||||||
SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
|
|
||||||
S="${WORKDIR}/${MY_COMMIT}"
|
|
||||||
else
|
|
||||||
SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz"
|
|
||||||
S="${WORKDIR}/firmware-aa000_0"
|
|
||||||
fi
|
|
||||||
|
|
||||||
KEYWORDS="amd64 arm64"
|
|
||||||
fi
|
|
||||||
|
|
||||||
DESCRIPTION="Inferencium system aa000-0 firmware."
|
DESCRIPTION="Inferencium system aa000-0 firmware."
|
||||||
HOMEPAGE="https://src.inferencium.net/Inferencium/firmware-aa000-0.git"
|
HOMEPAGE="https://src.inferencium.net/Inferencium/firmware-aa000-0.git"
|
||||||
|
SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz"
|
||||||
|
S="${WORKDIR}/firmware-aa000_0"
|
||||||
|
KEYWORDS="amd64"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 )
|
LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 )
|
||||||
redistributable? (
|
redistributable? (
|
||||||
linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT no-source-code ) )
|
linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT no-source-code ) )
|
||||||
unknown-license? ( all-rights-reserved )"
|
unknown-license? ( all-rights-reserved )"
|
||||||
SLOT="0"
|
|
||||||
IUSE="compress initramfs +redistributable savedconfig unknown-license"
|
IUSE="compress initramfs +redistributable savedconfig unknown-license"
|
||||||
REQUIRED_USE="initramfs? ( redistributable )"
|
REQUIRED_USE="initramfs? ( redistributable )"
|
||||||
|
|
||||||
RESTRICT="binchecks strip test
|
RESTRICT="binchecks strip test
|
||||||
unknown-license? ( bindist )"
|
unknown-license? ( bindist )"
|
||||||
|
|
||||||
BDEPEND="initramfs? ( app-arch/cpio )"
|
BDEPEND="initramfs? ( app-arch/cpio )"
|
||||||
|
|
||||||
#add anything else that collides to this
|
|
||||||
RDEPEND="!savedconfig? (
|
RDEPEND="!savedconfig? (
|
||||||
redistributable? (
|
redistributable? (
|
||||||
!sys-firmware/alsa-firmware[alsa_cards_ca0132]
|
!sys-firmware/alsa-firmware[alsa_cards_ca0132]
|
||||||
@ -63,6 +45,7 @@ RDEPEND="!savedconfig? (
|
|||||||
|
|
||||||
QA_PREBUILT="*"
|
QA_PREBUILT="*"
|
||||||
|
|
||||||
|
|
||||||
pkg_setup() {
|
pkg_setup() {
|
||||||
if ! use compress ; then
|
if ! use compress ; then
|
||||||
return
|
return
|
||||||
|
@ -5,42 +5,24 @@
|
|||||||
EAPI=8
|
EAPI=8
|
||||||
inherit linux-info mount-boot savedconfig multiprocessing
|
inherit linux-info mount-boot savedconfig multiprocessing
|
||||||
|
|
||||||
# In case this is a real snapshot, fill in commit below.
|
|
||||||
# For normal, tagged releases, leave blank
|
|
||||||
MY_COMMIT=""
|
|
||||||
|
|
||||||
if [[ ${PV} == 99999999* ]]; then
|
|
||||||
inherit git-r3
|
|
||||||
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git"
|
|
||||||
else
|
|
||||||
if [[ -n "${MY_COMMIT}" ]]; then
|
|
||||||
SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
|
|
||||||
S="${WORKDIR}/${MY_COMMIT}"
|
|
||||||
else
|
|
||||||
SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz"
|
|
||||||
S="${WORKDIR}/firmware-aa000_0"
|
|
||||||
fi
|
|
||||||
|
|
||||||
KEYWORDS="amd64 arm64"
|
|
||||||
fi
|
|
||||||
|
|
||||||
DESCRIPTION="Inferencium system aa000-0 firmware."
|
DESCRIPTION="Inferencium system aa000-0 firmware."
|
||||||
HOMEPAGE="https://src.inferencium.net/Inferencium/firmware-aa000-0.git"
|
HOMEPAGE="https://src.inferencium.net/Inferencium/firmware-aa000-0.git"
|
||||||
|
SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz"
|
||||||
|
S="${WORKDIR}/firmware-aa000_0"
|
||||||
|
KEYWORDS="amd64"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 )
|
LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 )
|
||||||
redistributable? (
|
redistributable? (
|
||||||
linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT no-source-code ) )
|
linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT no-source-code ) )
|
||||||
unknown-license? ( all-rights-reserved )"
|
unknown-license? ( all-rights-reserved )"
|
||||||
SLOT="0"
|
|
||||||
IUSE="compress initramfs +redistributable savedconfig unknown-license"
|
IUSE="compress initramfs +redistributable savedconfig unknown-license"
|
||||||
REQUIRED_USE="initramfs? ( redistributable )"
|
REQUIRED_USE="initramfs? ( redistributable )"
|
||||||
|
|
||||||
RESTRICT="binchecks strip test
|
RESTRICT="binchecks strip test
|
||||||
unknown-license? ( bindist )"
|
unknown-license? ( bindist )"
|
||||||
|
|
||||||
BDEPEND="initramfs? ( app-arch/cpio )"
|
BDEPEND="initramfs? ( app-arch/cpio )"
|
||||||
|
|
||||||
#add anything else that collides to this
|
|
||||||
RDEPEND="!savedconfig? (
|
RDEPEND="!savedconfig? (
|
||||||
redistributable? (
|
redistributable? (
|
||||||
!sys-firmware/alsa-firmware[alsa_cards_ca0132]
|
!sys-firmware/alsa-firmware[alsa_cards_ca0132]
|
||||||
@ -63,6 +45,7 @@ RDEPEND="!savedconfig? (
|
|||||||
|
|
||||||
QA_PREBUILT="*"
|
QA_PREBUILT="*"
|
||||||
|
|
||||||
|
|
||||||
pkg_setup() {
|
pkg_setup() {
|
||||||
if ! use compress ; then
|
if ! use compress ; then
|
||||||
return
|
return
|
||||||
|
@ -5,42 +5,24 @@
|
|||||||
EAPI=8
|
EAPI=8
|
||||||
inherit linux-info mount-boot savedconfig multiprocessing
|
inherit linux-info mount-boot savedconfig multiprocessing
|
||||||
|
|
||||||
# In case this is a real snapshot, fill in commit below.
|
|
||||||
# For normal, tagged releases, leave blank
|
|
||||||
MY_COMMIT=""
|
|
||||||
|
|
||||||
if [[ ${PV} == 99999999* ]]; then
|
|
||||||
inherit git-r3
|
|
||||||
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git"
|
|
||||||
else
|
|
||||||
if [[ -n "${MY_COMMIT}" ]]; then
|
|
||||||
SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
|
|
||||||
S="${WORKDIR}/${MY_COMMIT}"
|
|
||||||
else
|
|
||||||
SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz"
|
|
||||||
S="${WORKDIR}/firmware-aa000_0"
|
|
||||||
fi
|
|
||||||
|
|
||||||
KEYWORDS="amd64 arm64"
|
|
||||||
fi
|
|
||||||
|
|
||||||
DESCRIPTION="Inferencium system aa000-0 firmware."
|
DESCRIPTION="Inferencium system aa000-0 firmware."
|
||||||
HOMEPAGE="https://src.inferencium.net/Inferencium/firmware-aa000-0.git"
|
HOMEPAGE="https://src.inferencium.net/Inferencium/firmware-aa000-0.git"
|
||||||
|
SRC_URI="https://src.inferencium.net/Inferencium/firmware-aa000-0/archive/firmware-aa000-0-${PV}.tar.gz"
|
||||||
|
S="${WORKDIR}/firmware-aa000_0"
|
||||||
|
KEYWORDS="amd64"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 )
|
LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 )
|
||||||
redistributable? (
|
redistributable? (
|
||||||
linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT no-source-code ) )
|
linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT no-source-code ) )
|
||||||
unknown-license? ( all-rights-reserved )"
|
unknown-license? ( all-rights-reserved )"
|
||||||
SLOT="0"
|
|
||||||
IUSE="compress initramfs +redistributable savedconfig unknown-license"
|
IUSE="compress initramfs +redistributable savedconfig unknown-license"
|
||||||
REQUIRED_USE="initramfs? ( redistributable )"
|
REQUIRED_USE="initramfs? ( redistributable )"
|
||||||
|
|
||||||
RESTRICT="binchecks strip test
|
RESTRICT="binchecks strip test
|
||||||
unknown-license? ( bindist )"
|
unknown-license? ( bindist )"
|
||||||
|
|
||||||
BDEPEND="initramfs? ( app-arch/cpio )"
|
BDEPEND="initramfs? ( app-arch/cpio )"
|
||||||
|
|
||||||
#add anything else that collides to this
|
|
||||||
RDEPEND="!savedconfig? (
|
RDEPEND="!savedconfig? (
|
||||||
redistributable? (
|
redistributable? (
|
||||||
!sys-firmware/alsa-firmware[alsa_cards_ca0132]
|
!sys-firmware/alsa-firmware[alsa_cards_ca0132]
|
||||||
@ -63,6 +45,7 @@ RDEPEND="!savedconfig? (
|
|||||||
|
|
||||||
QA_PREBUILT="*"
|
QA_PREBUILT="*"
|
||||||
|
|
||||||
|
|
||||||
pkg_setup() {
|
pkg_setup() {
|
||||||
if ! use compress ; then
|
if ! use compress ; then
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user