diff options
| author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2017-02-21 19:51:06 +0100 |
|---|---|---|
| committer | Mike Gilbert <floppym@gentoo.org> | 2017-02-21 14:08:05 -0500 |
| commit | 0a8250b360d302892fe72bd1adf3edb61f9a653c (patch) | |
| tree | ea7ae8f14e7a7680d56a28ecc1975716d0a73090 /dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild | |
| parent | b51b539c994b83a1f125ef1ac3c9ff010ab9cc88 (diff) | |
| download | gentoo-0a8250b360d302892fe72bd1adf3edb61f9a653c.tar.gz gentoo-0a8250b360d302892fe72bd1adf3edb61f9a653c.tar.bz2 gentoo-0a8250b360d302892fe72bd1adf3edb61f9a653c.zip | |
dev-cpp/yaml-cpp: Fix filename of distfile stored in ${DISTDIR}.
Diffstat (limited to 'dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild')
| -rw-r--r-- | dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild b/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild index d66e11828189..ef72ff721ecd 100644 --- a/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild +++ b/dev-cpp/yaml-cpp/yaml-cpp-0.5.3.ebuild @@ -8,7 +8,7 @@ inherit cmake-utils DESCRIPTION="YAML parser and emitter in C++" HOMEPAGE="https://github.com/jbeder/yaml-cpp" -SRC_URI="https://github.com/jbeder/${PN}/archive/release-${PV}.tar.gz" +SRC_URI="https://github.com/jbeder/${PN}/archive/release-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" |
