diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-07-18 18:24:20 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-07-18 18:24:20 +0000 |
commit | 2d35ba1f350c92eb30c690ee8e6b6fb24b9dcca1 (patch) | |
tree | 42dffaf67bd59149edf687f7e5c502b076a3e54b | |
parent | Removal of net-analyzer/honeyd (bug #333099). (diff) | |
download | gentoo-2-2d35ba1f350c92eb30c690ee8e6b6fb24b9dcca1.tar.gz gentoo-2-2d35ba1f350c92eb30c690ee8e6b6fb24b9dcca1.tar.bz2 gentoo-2-2d35ba1f350c92eb30c690ee8e6b6fb24b9dcca1.zip |
app-office/texstudio: Drop patch for gcc-4.7 from all but last revision
(Portage version: 2.2.0_alpha119/cvs/Linux x86_64)
-rw-r--r-- | app-office/texstudio/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/texstudio/texstudio-2.3.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/app-office/texstudio/ChangeLog b/app-office/texstudio/ChangeLog index dd1a66dec46c..0041603cecb3 100644 --- a/app-office/texstudio/ChangeLog +++ b/app-office/texstudio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/texstudio # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.5 2012/07/15 09:31:51 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/ChangeLog,v 1.6 2012/07/18 18:24:20 jlec Exp $ + + 18 Jul 2012; Justin Lecher <jlec@gentoo.org> texstudio-2.3.ebuild: + Drop patch for gcc-4.7 from all but last revision *texstudio-2.3-r1 (15 Jul 2012) diff --git a/app-office/texstudio/texstudio-2.3.ebuild b/app-office/texstudio/texstudio-2.3.ebuild index 099eaa8c3517..2d0793682a3a 100644 --- a/app-office/texstudio/texstudio-2.3.ebuild +++ b/app-office/texstudio/texstudio-2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.3.ebuild,v 1.3 2012/06/20 19:09:57 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texstudio/texstudio-2.3.ebuild,v 1.4 2012/07/18 18:24:20 jlec Exp $ EAPI=4 @@ -38,7 +38,6 @@ S="${WORKDIR}"/${P/-/} PATCHES=( "${FILESDIR}/${P}-hunspell.patch" - "${FILESDIR}/${P}-gcc47.patch" ) src_prepare() { |