commit: e899f6722aa898502d23e0a18550f049bf32c136
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Sun Mar 14 01:32:28 2021 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Mar 14 01:32:28 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e899f672
dev-cpp/castxml: fixed broken source dir specification
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
dev-cpp/castxml/castxml-0.3.6.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-cpp/castxml/castxml-0.3.6.ebuild
b/dev-cpp/castxml/castxml-0.3.6.ebuild
index dbf7fff49..6fb7ac720 100644
--- a/dev-cpp/castxml/castxml-0.3.6.ebuild
+++ b/dev-cpp/castxml/castxml-0.3.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -30,4 +30,6 @@ RDEPEND="
sys-devel/clang:=
"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
PATCHES=( "${FILESDIR}"/${PN}-0.3.6-install-paths.patch )