diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-01-28 14:11:35 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-01-28 14:11:52 +0100 |
commit | f959c74d5dde68c670fcf21f7dbed6b6db248754 (patch) | |
tree | 2b0ab45e06446fed36e2185a071bc28f2c88f331 /app-text/ghostscript-gpl | |
parent | media-libs/libsdl: fix for Prefix, bug #607178 (diff) | |
download | gentoo-f959c74d5dde68c670fcf21f7dbed6b6db248754.tar.gz gentoo-f959c74d5dde68c670fcf21f7dbed6b6db248754.tar.bz2 gentoo-f959c74d5dde68c670fcf21f7dbed6b6db248754.zip |
app-text/ghostscript-gpl: Fix SRC_URL
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-text/ghostscript-gpl')
-rw-r--r-- | app-text/ghostscript-gpl/ghostscript-gpl-9.20.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/ghostscript-gpl/ghostscript-gpl-9.20.ebuild b/app-text/ghostscript-gpl/ghostscript-gpl-9.20.ebuild index c44df59661ea..736377971be5 100644 --- a/app-text/ghostscript-gpl/ghostscript-gpl-9.20.ebuild +++ b/app-text/ghostscript-gpl/ghostscript-gpl-9.20.ebuild @@ -27,7 +27,7 @@ PVM_S=$(replace_all_version_separators "" ${PVM}) # djvu? ( mirror://sourceforge/djvu/gsdjvu-${GSDJVU_PV}.tar.gz )" SRC_URI=" https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${PVM_S}/${MY_P}.tar.xz - mirror://gentoo/${PN}-9.20-patchset-1.tar.xz + https://dev.gentoo.org/~dilfridge/distfiles/${PN}-9.20-patchset-1.tar.xz " LICENSE="AGPL-3 CPL-1.0" |