We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dae4132 commit b1555d4Copy full SHA for b1555d4
installkernel-9999.ebuild
@@ -16,6 +16,7 @@ if [[ ${PV} == 9999 ]]; then
16
EGIT_REPO_URI="https://github.com/projg2/installkernel-gentoo.git"
17
else
18
SRC_URI="https://github.com/projg2/installkernel-gentoo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
19
+ S="${WORKDIR}/${PN}-gentoo-${PV}"
20
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
21
fi
22
0 commit comments