x11-wm/i3: remove git polling

Closes: https://github.com/gentoo/gentoo/pull/3450
Package-Manager: portage-2.3.0
This commit is contained in:
tharvik
2017-01-13 13:49:35 +01:00
committed by Michał Górny
parent 8fa8e416b7
commit cacee360e2
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
diff -Naur a/configure.ac b/configure.ac
--- a/configure.ac 2017-01-13 13:31:25.250216293 +0100
+++ b/configure.ac 2017-01-13 13:31:55.930217956 +0100
@@ -146,15 +146,6 @@
print_BUILD_MANS=no
fi
-git_dir=`git rev-parse --git-dir 2>/dev/null`
-if test -n "$git_dir"; then
- srcdir=`dirname "$git_dir"`
- exclude_dir=`pwd | sed "s,^$srcdir,,g"`
- if ! grep -q "^$exclude_dir" "$git_dir/info/exclude"; then
- echo "$exclude_dir" >> "$git_dir/info/exclude"
- fi
-fi
-
echo \
"--------------------------------------------------------------------------------
build configured:

View File

@@ -36,6 +36,9 @@ RDEPEND="${CDEPEND}
dev-perl/JSON-XS"
DOCS=( RELEASE-NOTES-${PV} )
PATCHES=(
"${FILESDIR}/${P}-remove-git-polling.patch"
)
src_prepare() {
default