sys-power/nvidia-exec: unkeyword 9999 for ~amd64, ~x86

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
Gonçalo Negrier Duarte
2024-02-14 16:50:40 +00:00
parent 7cbf93cf50
commit b8debfa0ec
2 changed files with 2 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/pedro00dk/nvidia-exec.git"
else
SRC_URI="https://github.com/pedro00dk/nvidia-exec/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="GPU switching without login out for Nvidia Optimus laptops under Linux"
@@ -28,8 +29,6 @@ RDEPEND="
x11-drivers/nvidia-drivers
"
KEYWORDS="~amd64 ~x86"
src_install() {
dobin "${WORKDIR}/${P}/nvx"
systemd_dounit "${WORKDIR}/${P}/nvx.service"

View File

@@ -13,6 +13,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/pedro00dk/nvidia-exec.git"
else
SRC_URI="https://github.com/pedro00dk/nvidia-exec/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="GPU switching without login out for Nvidia Optimus laptops under Linux"
@@ -28,8 +29,6 @@ RDEPEND="
x11-drivers/nvidia-drivers
"
KEYWORDS="~amd64 ~x86"
src_install() {
dobin "${WORKDIR}/${P}/nvx"
systemd_dounit "${WORKDIR}/${P}/nvx.service"