summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Haubenwallner <haubi@gentoo.org>2021-04-23 08:06:24 +0200
committerMichael Haubenwallner <haubi@gentoo.org>2021-04-23 08:45:49 +0200
commit49f9b13e275904130f88195d279e067c0b0c22ad (patch)
tree31e7bada07edfab0c1f7eb3d2dc728e7f97e7990 /sys-devel/parity/parity-2.0.1.ebuild
parentdev-libs/pthreads4w: m-needed (diff)
downloadgentoo-49f9b13e275904130f88195d279e067c0b0c22ad.tar.gz
gentoo-49f9b13e275904130f88195d279e067c0b0c22ad.tar.bz2
gentoo-49f9b13e275904130f88195d279e067c0b0c22ad.zip
sys-devel/parity: m-needed
Also, upstream has moved. Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
Diffstat (limited to 'sys-devel/parity/parity-2.0.1.ebuild')
-rw-r--r--sys-devel/parity/parity-2.0.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/parity/parity-2.0.1.ebuild b/sys-devel/parity/parity-2.0.1.ebuild
index 7f41d7bf06e6..a6d5f5cfc4aa 100644
--- a/sys-devel/parity/parity-2.0.1.ebuild
+++ b/sys-devel/parity/parity-2.0.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
if [[ ${PV} == 9999 ]]; then
inherit autotools git-r3
- EGIT_REPO_URI="git@github.com:haubi/parity.git https://github.com/haubi/parity.git"
+ EGIT_REPO_URI="git@github.com:ssi-schaefer/parity.git https://github.com/ssi-schaefer/parity.git"
BDEPEND="dev-util/confix"
else
SRC_URI="https://github.com/mduft/${PN}/releases/download/${PV}/${P}.tar.bz2"