commit: 552f4e2664ebb443108e8bdc6b7b5777ad267314
Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 19:33:29 2017 +0000
Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Mon May 22 19:35:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=552f4e26
dev-libs/pegtl: fix build (bug #619384)
Package-Manager: Portage-2.3.5, Repoman-2.3.1
dev-libs/pegtl/pegtl-2.0.0.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-libs/pegtl/pegtl-2.0.0.ebuild
b/dev-libs/pegtl/pegtl-2.0.0.ebuild
index 1ff5093570e..ebadbdeda81 100644
--- a/dev-libs/pegtl/pegtl-2.0.0.ebuild
+++ b/dev-libs/pegtl/pegtl-2.0.0.ebuild
@@ -16,3 +16,5 @@ IUSE="test"
DEPEND=""
RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/PEGTL-${PV}"