summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-04-10 13:34:36 +0200
committerAaron Bauman <bman@gentoo.org>2018-04-13 19:21:41 -0400
commit149eb64cd75b9910625cdfa30ae8351159e4b1a4 (patch)
tree110fb456489f126b2618bbceb24200a92ea439e7 /dev-util
parentdev-libs/quantlib: use HTTPS (diff)
downloadgentoo-149eb64cd75b9910625cdfa30ae8351159e4b1a4.tar.gz
gentoo-149eb64cd75b9910625cdfa30ae8351159e4b1a4.tar.bz2
gentoo-149eb64cd75b9910625cdfa30ae8351159e4b1a4.zip
dev-util/build: use HTTPS
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/build/build-0.3.10.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/build/build-0.3.10.ebuild b/dev-util/build/build-0.3.10.ebuild
index 059d3c00ac83..d5ebc1b8dfc7 100644
--- a/dev-util/build/build-0.3.10.ebuild
+++ b/dev-util/build/build-0.3.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,9 +6,9 @@ EAPI=6
inherit versionator
DESCRIPTION="A massively-parallel software build system implemented on top of GNU make"
-HOMEPAGE="http://www.codesynthesis.com/projects/build/"
+HOMEPAGE="https://www.codesynthesis.com/projects/build/"
SLOT="0"
-SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
+SRC_URI="https://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
IUSE="examples"