diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-31 21:10:38 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-09 10:08:54 -0400 |
commit | 0130eaed88d5e03b0a9df327b35fd9a1ee4edb3f (patch) | |
tree | 3b2cd93372002b31e9a1743f632252603a9eb033 /sci-electronics | |
parent | sci-geosciences/bt747: use HTTPs (diff) | |
download | gentoo-0130eaed88d5e03b0a9df327b35fd9a1ee4edb3f.tar.gz gentoo-0130eaed88d5e03b0a9df327b35fd9a1ee4edb3f.tar.bz2 gentoo-0130eaed88d5e03b0a9df327b35fd9a1ee4edb3f.zip |
sci-electronics/klayout: use HTTPs
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/klayout/klayout-0.25-r2.ebuild | 4 | ||||
-rw-r--r-- | sci-electronics/klayout/klayout-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-electronics/klayout/klayout-0.25-r2.ebuild b/sci-electronics/klayout/klayout-0.25-r2.ebuild index 5c49aa2da65c..416e30fc6c73 100644 --- a/sci-electronics/klayout/klayout-0.25-r2.ebuild +++ b/sci-electronics/klayout/klayout-0.25-r2.ebuild @@ -16,12 +16,12 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 EGIT_CHECKOUT_DIR=${WORKDIR}/all/${P} else - SRC_URI="http://www.klayout.org/downloads/source/${P}.tar.gz" + SRC_URI="https://www.klayout.org/downloads/source/${P}.tar.gz" KEYWORDS="amd64 ~x86" fi DESCRIPTION="Viewer and editor for GDS and OASIS integrated circuit layouts" -HOMEPAGE="http://www.klayout.de/" +HOMEPAGE="https://www.klayout.de/" LICENSE="GPL-2" SLOT="0" IUSE="" diff --git a/sci-electronics/klayout/klayout-9999.ebuild b/sci-electronics/klayout/klayout-9999.ebuild index 36878996ad69..98b5a4200edd 100644 --- a/sci-electronics/klayout/klayout-9999.ebuild +++ b/sci-electronics/klayout/klayout-9999.ebuild @@ -16,12 +16,12 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 EGIT_CHECKOUT_DIR=${WORKDIR}/all/${P} else - SRC_URI="http://www.klayout.org/downloads/source/${P}.tar.gz" + SRC_URI="https://www.klayout.org/downloads/source/${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi DESCRIPTION="Viewer and editor for GDS and OASIS integrated circuit layouts" -HOMEPAGE="http://www.klayout.de/" +HOMEPAGE="https://www.klayout.de/" LICENSE="GPL-2" SLOT="0" IUSE="" |