diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:01:16 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:01:16 +0100 |
commit | 6e008b972115d417882795fc5ffd6ec44f01e5ab (patch) | |
tree | 74369a82e280c2d040431ba3f39cb67374431e2b /media-libs | |
parent | media-fonts/tex-gyre: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-6e008b972115d417882795fc5ffd6ec44f01e5ab.tar.gz gentoo-6e008b972115d417882795fc5ffd6ec44f01e5ab.tar.bz2 gentoo-6e008b972115d417882795fc5ffd6ec44f01e5ab.zip |
media-libs/ctl: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/ctl/ctl-1.5.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/ctl/ctl-1.5.2-r1.ebuild b/media-libs/ctl/ctl-1.5.2-r1.ebuild index 67aca511194e..df157eb6112d 100644 --- a/media-libs/ctl/ctl-1.5.2-r1.ebuild +++ b/media-libs/ctl/ctl-1.5.2-r1.ebuild @@ -7,7 +7,7 @@ inherit cmake-utils DESCRIPTION="AMPAS' Color Transformation Language" HOMEPAGE="https://github.com/ampas/CTL" -SRC_URI="${HOMEPAGE}/archive/ctl-${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/ampas/CTL/archive/${P}.tar.gz" LICENSE="AMPAS" SLOT="0" |