commit: b5367ab048d899a4f127672f8bc8c31cd254ae07
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 24 15:18:36 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Jun 24 15:18:36 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b5367ab0
[app-misc/strigi] Fix switching to submodule master wrt bug #514874.
In git-r3 eclass there is no remotes so origin does not exist.
Package-Manager: portage-2.2.10
---
app-misc/strigi/strigi-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/strigi/strigi-9999.ebuild
b/app-misc/strigi/strigi-9999.ebuild
index 9374e73..0df2450 100644
--- a/app-misc/strigi/strigi-9999.ebuild
+++ b/app-misc/strigi/strigi-9999.ebuild
@@ -50,7 +50,7 @@ if [[ ${PV} == 9999 ]] ; then
git config --global url."git://anongit.kde.org/".insteadOf
"kde:" || die
git-r3_src_unpack
pushd "${S}" > /dev/null || die
- git submodule foreach git checkout origin/master || die
+ git submodule foreach git checkout master || die
popd > /dev/null || die
}
fi