aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-06-25 01:18:36 +1000
committerMichael Palimaka <kensington@gentoo.org>2014-06-25 01:18:36 +1000
commitb5367ab048d899a4f127672f8bc8c31cd254ae07 (patch)
tree6d46815e775a7c1ef1a92ef208cce11511b055e3 /app-misc
parent[kde-base/kwin] Remove opengl USE flag. (diff)
downloadkde-b5367ab048d899a4f127672f8bc8c31cd254ae07.tar.gz
kde-b5367ab048d899a4f127672f8bc8c31cd254ae07.tar.bz2
kde-b5367ab048d899a4f127672f8bc8c31cd254ae07.zip
[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
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/strigi/strigi-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/strigi/strigi-9999.ebuild b/app-misc/strigi/strigi-9999.ebuild
index 9374e73ffa..0df2450533 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