diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-12-19 19:35:47 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-12-19 19:35:47 +0000 |
commit | 32bc606cbc3f11ce5c0fe8d3b45c1f63f6112263 (patch) | |
tree | 760519ed76c25d86f5a04e7a6aca5548567a0fb3 /sci-calculators | |
parent | Use filter-mfpmath instead of filter-flags (diff) | |
download | gentoo-2-32bc606cbc3f11ce5c0fe8d3b45c1f63f6112263.tar.gz gentoo-2-32bc606cbc3f11ce5c0fe8d3b45c1f63f6112263.tar.bz2 gentoo-2-32bc606cbc3f11ce5c0fe8d3b45c1f63f6112263.zip |
Remove -DGTK_DISABLE_DEPRECATED cflag, bug #339660 (by Diego Elio Pettenò and committed with Sébastien Fabbro permission).
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/tiemu/ChangeLog | 6 | ||||
-rw-r--r-- | sci-calculators/tiemu/tiemu-3.03.ebuild | 9 |
2 files changed, 11 insertions, 4 deletions
diff --git a/sci-calculators/tiemu/ChangeLog b/sci-calculators/tiemu/ChangeLog index d9c55714b3b4..d8e6a60d4a3e 100644 --- a/sci-calculators/tiemu/ChangeLog +++ b/sci-calculators/tiemu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-calculators/tiemu # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/ChangeLog,v 1.4 2010/07/04 08:29:50 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/ChangeLog,v 1.5 2010/12/19 19:35:47 pacho Exp $ + + 19 Dec 2010; Pacho Ramos <pacho@gentoo.org> tiemu-3.03.ebuild: + Remove -DGTK_DISABLE_DEPRECATED cflag, bug #339660 (by Diego Elio Pettenò + and committed with Sébastien Fabbro permission). 04 Jul 2010; Kacper Kowalik <xarthisius@gentoo.org> tiemu-3.03.ebuild, +files/tiemu-3.03-remove_depreciated_gtk_calls.patch: diff --git a/sci-calculators/tiemu/tiemu-3.03.ebuild b/sci-calculators/tiemu/tiemu-3.03.ebuild index 312a7170d9d0..295e070086e0 100644 --- a/sci-calculators/tiemu/tiemu-3.03.ebuild +++ b/sci-calculators/tiemu/tiemu-3.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild,v 1.3 2010/07/04 08:29:50 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild,v 1.4 2010/12/19 19:35:47 pacho Exp $ EAPI=2 inherit eutils @@ -18,8 +18,8 @@ RDEPEND="sci-libs/libticables2 sci-libs/libticalcs2 sci-libs/libtifiles2 sci-libs/libticonv - >=gnome-base/libglade-2.4.0 - >=x11-libs/gtk+-2.6.0 + >=gnome-base/libglade-2.4.0:2.0 + >=x11-libs/gtk+-2.6.0:2 dbus? ( >=dev-libs/dbus-glib-0.60 ) nls? ( virtual/libintl ) sdl? ( media-libs/libsdl ) @@ -32,6 +32,9 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${FILESDIR}"/${P}-remove_depreciated_gtk_calls.patch + + # Don't use GTK_DISABLE_DEPRECATED flags + sed 's:-DGTK_DISABLE_DEPRECATED::g' -i configure.ac configure || die } src_configure() { |