diff options
author | 2015-08-24 12:47:45 +0200 | |
---|---|---|
committer | 2015-08-24 12:49:19 +0200 | |
commit | eaaface92ee81f30a6ac66fe7acbcc42c00dc450 (patch) | |
tree | 6a380aa33005e1997c9dbe6f1c00520274543303 /sys-apps/coreutils/coreutils-8.23.ebuild | |
parent | sci-libs/ViSP: Disable Coin3D to avoid automagic. Bug #558498. (diff) | |
download | gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.gz gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.bz2 gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.zip |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sys-apps/coreutils/coreutils-8.23.ebuild')
-rw-r--r-- | sys-apps/coreutils/coreutils-8.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/coreutils/coreutils-8.23.ebuild b/sys-apps/coreutils/coreutils-8.23.ebuild index 61d41f5b29ef..f153c8ef3cf1 100644 --- a/sys-apps/coreutils/coreutils-8.23.ebuild +++ b/sys-apps/coreutils/coreutils-8.23.ebuild @@ -17,9 +17,9 @@ DESCRIPTION="Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utili HOMEPAGE="http://www.gnu.org/software/coreutils/" SRC_URI="mirror://gnu/${PN}/${P}.tar.xz mirror://gentoo/${P}-patches-${PATCH_VER}.tar.xz - http://dev.gentoo.org/~vapier/dist/${P}-patches-${PATCH_VER}.tar.xz + https://dev.gentoo.org/~vapier/dist/${P}-patches-${PATCH_VER}.tar.xz mirror://gentoo/${P}-man.tar.xz - http://dev.gentoo.org/~vapier/dist/${P}-man.tar.xz" + https://dev.gentoo.org/~vapier/dist/${P}-man.tar.xz" LICENSE="GPL-3" SLOT="0" |