mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-electronics/klayout: use HTTPs
This commit is contained in:
committed by
Aaron Bauman
parent
cfe9326ccb
commit
0130eaed88
@@ -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=""
|
||||
|
||||
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user