diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2012-06-26 02:48:55 +1000 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2012-06-26 02:48:55 +1000 |
| commit | fc735f4a3a8b853f4538f883d21612224b10ef2f (patch) | |
| tree | 8d2ae1ef129fbf4a1dbbbe32100eefbe9c8ca26a | |
| parent | 749c552e169d718bdcd25ec8cb91805d7f6780c9 (diff) | |
| download | kde-fc735f4a3a8b853f4538f883d21612224b10ef2f.tar.gz kde-fc735f4a3a8b853f4538f883d21612224b10ef2f.tar.bz2 kde-fc735f4a3a8b853f4538f883d21612224b10ef2f.zip | |
[app-misc/strigi] Add workaround for upstream switching their submodules to use URL prefixes, wrt bug #421857.
Note that people bitten by this bug may need to manually remove ${PORTDIR}/distfiles/egit-src/strigi/ to get a fresh checkout.
Upstream commit: http://quickgit.kde.org/index.php?p=strigi.git&a=commitdiff&h=b4e0fcf44aa7e0a1aad0826fd86721ed5567bf61
(Portage version: 2.1.11.1/git/Linux x86_64, unsigned Manifest commit)
| -rw-r--r-- | app-misc/strigi/strigi-9999.ebuild | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app-misc/strigi/strigi-9999.ebuild b/app-misc/strigi/strigi-9999.ebuild index d4bbe7e6501..b4f4136c864 100644 --- a/app-misc/strigi/strigi-9999.ebuild +++ b/app-misc/strigi/strigi-9999.ebuild @@ -48,6 +48,13 @@ DEPEND="${COMMONDEPEND} test? ( dev-util/cppunit )" RDEPEND="${COMMONDEPEND}" +if [[ ${PV} == 9999 ]] ; then + src_unpack() { + git config --global url."git://anongit.kde.org/".insteadOf "kde:" + git-2_src_unpack + } +fi + src_configure() { # Enabled: POLLING (only reliable way to check for files changed.) # Disabled: xine - recommended upstream to keep it this way |
