diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-12-29 10:32:45 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-12-29 10:33:07 +0100 |
commit | cfee0ffb421aa36e7393f48a3bade2cfbb2a406b (patch) | |
tree | 4da8645ee37ebbdb5301929b6318d8812e71fc5c /dev-libs/linux-syscall-support | |
parent | dev-python/Opcodes: PythonCompatUpdate & add sphinx doc (diff) | |
download | gentoo-cfee0ffb421aa36e7393f48a3bade2cfbb2a406b.tar.gz gentoo-cfee0ffb421aa36e7393f48a3bade2cfbb2a406b.tar.bz2 gentoo-cfee0ffb421aa36e7393f48a3bade2cfbb2a406b.zip |
dev-libs/linux-syscall-support: update SRC_URI
Closes: https://bugs.gentoo.org/920850
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-libs/linux-syscall-support')
-rw-r--r-- | dev-libs/linux-syscall-support/linux-syscall-support-2022.10.12.ebuild | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/dev-libs/linux-syscall-support/linux-syscall-support-2022.10.12.ebuild b/dev-libs/linux-syscall-support/linux-syscall-support-2022.10.12.ebuild index 0b21cc56ea7c..2363dd646405 100644 --- a/dev-libs/linux-syscall-support/linux-syscall-support-2022.10.12.ebuild +++ b/dev-libs/linux-syscall-support/linux-syscall-support-2022.10.12.ebuild @@ -5,19 +5,13 @@ EAPI=8 DESCRIPTION="Linux Syscall Support" HOMEPAGE="https://chromium.googlesource.com/linux-syscall-support" -SRC_URI="https://chromium.googlesource.com/${PN}/+archive/refs/tags/v${PV}.tar.gz - -> ${P}.tar.gz" +#SRC_URI="https://chromium.googlesource.com/${PN}/+archive/refs/tags/v${PV}.tar.gz +SRC_URI="https://dev.gentoo.org/~tupone/distfiles/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -DEPEND="" -RDEPEND=" - ${DEPEND} -" -BDEPEND="" - S="${WORKDIR}" src_prepare() { |