diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-03 11:14:50 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-03 09:48:32 -0400 |
commit | 7a8b19b543b1b4cbc07a036d9305d633c42260d4 (patch) | |
tree | 6f63dca61bb973fbc566026281a5794012a6dab6 /app-text/ghostscript-gpl | |
parent | x11-wm/page: use HTTPs (diff) | |
download | gentoo-7a8b19b543b1b4cbc07a036d9305d633c42260d4.tar.gz gentoo-7a8b19b543b1b4cbc07a036d9305d633c42260d4.tar.bz2 gentoo-7a8b19b543b1b4cbc07a036d9305d633c42260d4.zip |
app-text/ghostscript-gpl: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8705
Diffstat (limited to 'app-text/ghostscript-gpl')
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild index b0391f26d812..d3dfd6871f21 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit autotools multilib versionator flag-o-matic toolchain-funcs DESCRIPTION="Ghostscript is an interpreter for the PostScript language and for PDF" -HOMEPAGE="http://ghostscript.com/" +HOMEPAGE="https://ghostscript.com/" MY_P=${P/-gpl} PVM=$(get_version_component_range 1-2) |