diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-07 12:44:27 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-07 12:48:35 +0200 |
commit | 2ea855116c3111262a494c11202ff414172871e2 (patch) | |
tree | e0c1e1e23ab7c756fceb2ac1ec231b0043890f35 /dev-util/schroot | |
parent | dev-util/schroot: Drop 1.6.10-r3 (diff) | |
download | gentoo-2ea855116c3111262a494c11202ff414172871e2.tar.gz gentoo-2ea855116c3111262a494c11202ff414172871e2.tar.bz2 gentoo-2ea855116c3111262a494c11202ff414172871e2.zip |
dev-util/schroot: Switch to https
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-util/schroot')
-rw-r--r-- | dev-util/schroot/schroot-1.6.10-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/schroot/schroot-1.6.10-r4.ebuild b/dev-util/schroot/schroot-1.6.10-r4.ebuild index 29b345f82d03..432388f071b4 100644 --- a/dev-util/schroot/schroot-1.6.10-r4.ebuild +++ b/dev-util/schroot/schroot-1.6.10-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=6 inherit cmake-utils eutils pam versionator bash-completion-r1 @@ -9,7 +9,7 @@ MY_P=${PN}_${PV} DEB_REL=2 DESCRIPTION="Utility to execute commands in a chroot environment" -HOMEPAGE="http://packages.debian.org/source/sid/schroot" +HOMEPAGE="https://packages.debian.org/source/sid/schroot" SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${MY_P}.orig.tar.xz mirror://debian/pool/main/${PN::1}/${PN}/${MY_P}-${DEB_REL}.debian.tar.xz" |