commit: acbf40340c52804f68bf3e1ff8856bb30b1cb356
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Thu Jan 22 07:39:04 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jan 22 07:39:04 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=acbf4034
dev-python/matlab_wrapper: Use ${PN} instead of package name
---
dev-python/matlab_wrapper/matlab_wrapper-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/matlab_wrapper/matlab_wrapper-9999.ebuild
b/dev-python/matlab_wrapper/matlab_wrapper-9999.ebuild
index 39ce305..debe6fb 100644
--- a/dev-python/matlab_wrapper/matlab_wrapper-9999.ebuild
+++ b/dev-python/matlab_wrapper/matlab_wrapper-9999.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/mrkrd/matlab_wrapper"
if [ ${PV} == "9999" ] ; then
inherit git-r3
- EGIT_REPO_URI="https://github.com/mrkrd/matlab_wrapper.git
git://github.com/mrkrd/matlab_wrapper.git"
+ EGIT_REPO_URI="https://github.com/mrkrd/${PN}.git
git://github.com/mrkrd/${PN}.git"
else
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
KEYWORDS="~amd64"