summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-09-30 19:24:54 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-09-30 19:31:57 +0200
commit2052bc3df65c7942dd9202740c73c99802a88e8f (patch)
treef11898884aed5289299c8b24331313850d475f62
parentnet-analyzer/flent: new ebuild (diff)
downloadgentoo-2052bc3df65c7942dd9202740c73c99802a88e8f.tar.gz
gentoo-2052bc3df65c7942dd9202740c73c99802a88e8f.tar.bz2
gentoo-2052bc3df65c7942dd9202740c73c99802a88e8f.zip
dev-dotnet/xsp: remove unused patch.
Courtesy of Michael Mair-Keimberger <m.mairkeimberger@gmail.com>. Closes: https://github.com/gentoo/gentoo/pull/1916 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r--dev-dotnet/xsp/files/aclocal-fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-dotnet/xsp/files/aclocal-fix.patch b/dev-dotnet/xsp/files/aclocal-fix.patch
deleted file mode 100644
index 49a00050fe8d..000000000000
--- a/dev-dotnet/xsp/files/aclocal-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- Makefile_old.am 2013-07-30 09:11:50.033962122 +0400
-+++ Makefile.am 2013-07-30 09:12:20.843574793 +0400
-@@ -1,10 +1,2 @@
- SUBDIRS=build man src test tools scripts packaging lib
- ACLOCAL_AMFLAGS += -I build/m4
--
--if UNITTESTS
--SUBDIRS += unittests
--endif
--
--if BUILD_DOCS
--SUBDIRS += docs
--endif