diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-14 07:59:14 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-10-14 07:59:14 +0300 |
commit | 2678af61b0361a843e1a0a4a0ecb72eedf33b4bb (patch) | |
tree | f187599e96f4da2b17ba942405d169d33d27aa56 /dev-util/pkgdev | |
parent | dev-util/pkgdev: (live) update minimal versions (diff) | |
download | gentoo-2678af61b0361a843e1a0a4a0ecb72eedf33b4bb.tar.gz gentoo-2678af61b0361a843e1a0a4a0ecb72eedf33b4bb.tar.bz2 gentoo-2678af61b0361a843e1a0a4a0ecb72eedf33b4bb.zip |
dev-util/pkgdev: (live) update repo uri
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/pkgdev')
-rw-r--r-- | dev-util/pkgdev/pkgdev-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild b/dev-util/pkgdev/pkgdev-9999.ebuild index 4c96ddc9b5ad..736ac5eb9f9c 100644 --- a/dev-util/pkgdev/pkgdev-9999.ebuild +++ b/dev-util/pkgdev/pkgdev-9999.ebuild @@ -10,7 +10,8 @@ inherit distutils-r1 if [[ ${PV} == *9999 ]] ; then PKGDEV_DOCS_PREBUILT=0 - EGIT_REPO_URI="https://github.com/pkgcore/pkgdev.git" + EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/pkgcore/pkgdev.git + https://github.com/pkgcore/pkgdev.git" inherit git-r3 else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |