diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-04-04 10:53:09 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-04-04 10:53:20 +0200 |
commit | 17e92188dd2c2b52b0df72a88a1e1a1b7e655b96 (patch) | |
tree | 41f7b112f3565d2e9c3687e52c1c08084b4ed91b /dev-libs | |
parent | net-misc/socat: Use HTTPS (diff) | |
download | gentoo-17e92188dd2c2b52b0df72a88a1e1a1b7e655b96.tar.gz gentoo-17e92188dd2c2b52b0df72a88a1e1a1b7e655b96.tar.bz2 gentoo-17e92188dd2c2b52b0df72a88a1e1a1b7e655b96.zip |
dev-libs/polylib: Switch to HTTPS in EGIT_REPO_URI
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/polylib/polylib-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-libs/polylib/polylib-9999.ebuild b/dev-libs/polylib/polylib-9999.ebuild index 030fb2d71957..dabb9d8742d9 100644 --- a/dev-libs/polylib/polylib-9999.ebuild +++ b/dev-libs/polylib/polylib-9999.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools git-r3 -EGIT_REPO_URI="git://repo.or.cz/${PN}.git - http://repo.or.cz/r/${PN}.git" +EGIT_REPO_URI="https://repo.or.cz/r/${PN}.git" DESCRIPTION="ppl port of cloog" HOMEPAGE="http://icps.u-strasbg.fr/polylib/" |