Skip to content

Commit

Permalink
sys-kernel/genkernel: update SRC_URI
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurp committed Jun 22, 2023
1 parent b79276f commit 7f609e4
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions sys-kernel/genkernel/genkernel-4.2.6-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,8 @@ COMMON_URI="
https://github.com/facebook/zstd/archive/v${VERSION_ZSTD}.tar.gz -> zstd-${VERSION_ZSTD}.tar.gz
"

if [[ ${PV} == 9999* ]] ; then
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git"
inherit git-r3
S="${WORKDIR}/${P}"
SRC_URI="${COMMON_URI}"
else
SRC_URI="https://dev.gentoo.org/~whissi/dist/genkernel/${P}.tar.xz
${COMMON_URI}"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
fi
SRC_URI="https://files.adjust.com/${P}.tar.xz ${COMMON_URI}"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"

DESCRIPTION="Gentoo automatic kernel building scripts"
HOMEPAGE="https://wiki.gentoo.org/wiki/Genkernel https://gitweb.gentoo.org/proj/genkernel.git/"
Expand Down

0 comments on commit 7f609e4

Please sign in to comment.