summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2010-11-03 16:48:30 +0000
committerAndrey Grozin <grozin@gentoo.org>2010-11-03 16:48:30 +0000
commitd7e4815b8879354a67691607c6ca1c51c0b3ba8e (patch)
treec5a237916f1b58d8c49cdaf25c41b3b6c19964d0 /sci-visualization/gle/gle-4.2.3b.ebuild
parentKDE SC 4.5.3 Version bump (diff)
downloadgentoo-2-d7e4815b8879354a67691607c6ca1c51c0b3ba8e.tar.gz
gentoo-2-d7e4815b8879354a67691607c6ca1c51c0b3ba8e.tar.bz2
gentoo-2-d7e4815b8879354a67691607c6ca1c51c0b3ba8e.zip
Added a patch by Kacper Kowalik to fix 2 buffer overflows, many thanks. Removed an old version.
(Portage version: 2.2.0_alpha3/cvs/Linux i686)
Diffstat (limited to 'sci-visualization/gle/gle-4.2.3b.ebuild')
-rw-r--r--sci-visualization/gle/gle-4.2.3b.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-visualization/gle/gle-4.2.3b.ebuild b/sci-visualization/gle/gle-4.2.3b.ebuild
index 5bb87759aef6..3f03504e8b76 100644
--- a/sci-visualization/gle/gle-4.2.3b.ebuild
+++ b/sci-visualization/gle/gle-4.2.3b.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gle/gle-4.2.3b.ebuild,v 1.1 2010/10/30 10:48:16 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gle/gle-4.2.3b.ebuild,v 1.2 2010/11/03 16:48:30 grozin Exp $
EAPI=2
-inherit eutils elisp-common qt4 flag-o-matic autotools
+inherit eutils elisp-common qt4-r2 flag-o-matic autotools
DESCRIPTION="Graphics Layout Engine"
HOMEPAGE="http://glx.sourceforge.net/"
@@ -34,6 +34,7 @@ S="${WORKDIR}"/${MY_P}
src_prepare() {
epatch "${FILESDIR}"/${P}-parallel.patch
+ epatch "${FILESDIR}"/${P}-overflows.patch
eaclocal
eautoconf
}