diff options
author | David Seifert <soap@gentoo.org> | 2019-08-29 13:38:48 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-29 13:38:48 +0200 |
commit | 87cf1c5048a2ac59eddcb580e3cc5e0c050b9b6e (patch) | |
tree | ae64f8e2c99517fcda9eb18e63c7ca0c70ffd634 /app-text/xchm | |
parent | app-text/winefish: [QA] Fix ${HOMEPAGE} in SRC_URI (diff) | |
download | gentoo-87cf1c5048a2ac59eddcb580e3cc5e0c050b9b6e.tar.gz gentoo-87cf1c5048a2ac59eddcb580e3cc5e0c050b9b6e.tar.bz2 gentoo-87cf1c5048a2ac59eddcb580e3cc5e0c050b9b6e.zip |
app-text/xchm: [QA] Fix ${HOMEPAGE} in SRC_URI
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-text/xchm')
-rw-r--r-- | app-text/xchm/xchm-1.29.ebuild | 2 | ||||
-rw-r--r-- | app-text/xchm/xchm-1.30.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xchm/xchm-1.29.ebuild b/app-text/xchm/xchm-1.29.ebuild index 8a1516c32201..7fc116cb157d 100644 --- a/app-text/xchm/xchm-1.29.ebuild +++ b/app-text/xchm/xchm-1.29.ebuild @@ -7,7 +7,7 @@ inherit autotools wxwidgets xdg-utils DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files" HOMEPAGE="https://github.com/rzvncj/xCHM/" -SRC_URI="${HOMEPAGE}releases/download/${PV}/${P}.tar.gz" +SRC_URI="https://github.com/rzvncj/xCHM/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-text/xchm/xchm-1.30.ebuild b/app-text/xchm/xchm-1.30.ebuild index 2784ed8aac1c..e1a21d227bbe 100644 --- a/app-text/xchm/xchm-1.30.ebuild +++ b/app-text/xchm/xchm-1.30.ebuild @@ -7,7 +7,7 @@ inherit wxwidgets xdg-utils DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files" HOMEPAGE="https://github.com/rzvncj/xCHM/" -SRC_URI="${HOMEPAGE}releases/download/${PV}/${P}.tar.gz" +SRC_URI="https://github.com/rzvncj/xCHM/releases/download/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |