diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-12-10 16:00:26 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-12-10 16:00:26 +0300 |
commit | d0e18b8820415115d6009701d3ef6057fd19be65 (patch) | |
tree | 0f7a3119a6f23e1dd029035e5729a2b76538b8ff /net-proxy/squid | |
parent | b2d1979aa6b833cf5e563f9ad0a65001faee85f7 (diff) |
squid: another repo moved to github ....
Diffstat (limited to 'net-proxy/squid')
-rw-r--r-- | net-proxy/squid/squid-scm.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/squid/squid-scm.ebuild b/net-proxy/squid/squid-scm.ebuild index 2402bda..ac2128f 100644 --- a/net-proxy/squid/squid-scm.ebuild +++ b/net-proxy/squid/squid-scm.ebuild @@ -2,12 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools linux-info pam toolchain-funcs user bzr +inherit autotools linux-info pam toolchain-funcs user git-r3 DESCRIPTION="A full-featured web proxy cache" HOMEPAGE="http://www.squid-cache.org/" SRC_URI="" -EBZR_REPO_URI="http://bzr.squid-cache.org/bzr/squid3/trunk" +EGIT_REPO_URI="https://github.com/squid-cache/squid.git" LICENSE="GPL-2" SLOT="0" |