summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-06-03 11:14:50 +0200
committerAaron Bauman <bman@gentoo.org>2018-06-03 09:48:32 -0400
commit7a8b19b543b1b4cbc07a036d9305d633c42260d4 (patch)
tree6f63dca61bb973fbc566026281a5794012a6dab6
parentx11-wm/page: use HTTPs (diff)
downloadgentoo-7a8b19b5.tar.gz
gentoo-7a8b19b5.tar.bz2
gentoo-7a8b19b5.zip
app-text/ghostscript-gpl: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8705
-rw-r--r--app-text/ghostscript-gpl/ghostscript-gpl-9.21.ebuild2
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)