diff options
author | David Seifert <soap@gentoo.org> | 2019-08-28 11:11:17 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-28 11:11:17 +0200 |
commit | cc38edbeb3f3b2fc26b09a9d747f022d009bf2c4 (patch) | |
tree | 139c5588241e62950be23843bd4c0814b33ee471 /app-cdr/bchunk | |
parent | app-benchmarks/sysbench: [QA] Remove unnecessary slash strip (diff) | |
download | gentoo-cc38edbeb3f3b2fc26b09a9d747f022d009bf2c4.tar.gz gentoo-cc38edbeb3f3b2fc26b09a9d747f022d009bf2c4.tar.bz2 gentoo-cc38edbeb3f3b2fc26b09a9d747f022d009bf2c4.zip |
app-cdr/bchunk: [QA] Fix ${HOMEPAGE} in SRC_URI
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-cdr/bchunk')
-rw-r--r-- | app-cdr/bchunk/bchunk-1.2.0-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-cdr/bchunk/bchunk-1.2.0-r4.ebuild b/app-cdr/bchunk/bchunk-1.2.0-r4.ebuild index 109475dbc088..c9df21b4a075 100644 --- a/app-cdr/bchunk/bchunk-1.2.0-r4.ebuild +++ b/app-cdr/bchunk/bchunk-1.2.0-r4.ebuild @@ -5,7 +5,7 @@ EAPI="6" DESCRIPTION="Convert CD images from bin/cue to iso+wav/cdr" HOMEPAGE="http://he.fi/bchunk/" -SRC_URI="${HOMEPAGE}${P}.tar.gz" +SRC_URI="http://he.fi/bchunk/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" |