commit: 2def43714b0f4057134f190d9b2dea3d456bdbf2
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 11:27:44 2016 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 11:31:50 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2def4371
app-office/texmacs: remove operator new/delete declarations
Gentoo-bug: 590002
Package-Manager: portage-2.3.0
app-office/texmacs/texmacs-1.99.2-r1.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/app-office/texmacs/texmacs-1.99.2-r1.ebuild
b/app-office/texmacs/texmacs-1.99.2-r1.ebuild
index 8cb8509..1803cf4 100644
--- a/app-office/texmacs/texmacs-1.99.2-r1.ebuild
+++ b/app-office/texmacs/texmacs-1.99.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -50,6 +50,9 @@ PATCHES=(
"${FILESDIR}"/${P}-norpath.patch
"${FILESDIR}"/${P}-desktop.patch
+
+ # remove new/delete declarations, bug 590002
+ "${FILESDIR}"/${PN}-1.99-remove-new-declaration.patch
)
src_prepare() {