From ffb42cea354f4f5a957bb2b1d302ca76eb3c607a Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Sun, 31 May 2009 21:14:23 +0000 Subject: Fix typo, bug #263877. (Portage version: 2.2_rc33/cvs/Linux x86_64) --- gnome-extra/libgda/ChangeLog | 5 ++++- gnome-extra/libgda/libgda-3.0.4.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'gnome-extra') diff --git a/gnome-extra/libgda/ChangeLog b/gnome-extra/libgda/ChangeLog index f726f24344ba..7f1e97892629 100644 --- a/gnome-extra/libgda/ChangeLog +++ b/gnome-extra/libgda/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-extra/libgda # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.128 2009/05/31 21:12:11 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.129 2009/05/31 21:14:23 eva Exp $ + + 31 May 2009; Gilles Dartiguelongue libgda-3.0.4.ebuild: + Fix typo, bug #263877. *libgda-4.1.0 (31 May 2009) diff --git a/gnome-extra/libgda/libgda-3.0.4.ebuild b/gnome-extra/libgda/libgda-3.0.4.ebuild index 6df47d4189de..96f971a130cc 100644 --- a/gnome-extra/libgda/libgda-3.0.4.ebuild +++ b/gnome-extra/libgda/libgda-3.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-3.0.4.ebuild,v 1.8 2009/02/27 23:12:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-3.0.4.ebuild,v 1.9 2009/05/31 21:14:23 eva Exp $ # TODO: # * Verify if the parallel compilation problems persist, and if so fix them. @@ -54,9 +54,9 @@ pkg_setup() { if use bindist; then # firebird license is not GPL compatible - G2CONF="${G2CONR} --without-firebird" + G2CONF="${G2CONF} --without-firebird" else - G2CONF="${G2CONR} $(use_with firebird firebird /usr)" + G2CONF="${G2CONF} $(use_with firebird firebird /usr)" fi use berkdb && append-cppflags "-I$(db_includedir)" -- cgit v1.2.3-65-gdbad