mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/pycxx: Fix SRC_URI bug 961959
Thanks to ulm for reporting. The original source for the snapshot should have been: https://sourceforge.net/code-snapshots/svn/c/cx/cxx/code/cxx-code-r464-trunk-CXX.zip but I had to make a local copy as the hash changes when fetching it again. Closes: https://bugs.gentoo.org/show_bug.cgi?id=961959 Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
@@ -10,7 +10,7 @@ inherit distutils-r1 toolchain-funcs
|
||||
|
||||
DESCRIPTION="Set of facilities to extend Python with C++"
|
||||
HOMEPAGE="https://cxx.sourceforge.net"
|
||||
SRC_URI="https://sourceforge.net/code-snapshots/svn/c/cx/cxx/code/cxx-code-r464-trunk.zip -> ${P}.zip"
|
||||
SRC_URI="https://dev.gentoo.org/~gienah/snapshots/${P}.zip"
|
||||
|
||||
S="${WORKDIR}"/cxx-code-r464-trunk/CXX
|
||||
|
||||
|
||||
Reference in New Issue
Block a user