diff options
author | 2009-05-31 21:14:23 +0000 | |
---|---|---|
committer | 2009-05-31 21:14:23 +0000 | |
commit | ffb42cea354f4f5a957bb2b1d302ca76eb3c607a (patch) | |
tree | a0639f83ca000940d6969924fac19f0b5a932958 /gnome-extra | |
parent | ppc stable #271889 (diff) | |
download | gentoo-2-ffb42cea354f4f5a957bb2b1d302ca76eb3c607a.tar.gz gentoo-2-ffb42cea354f4f5a957bb2b1d302ca76eb3c607a.tar.bz2 gentoo-2-ffb42cea354f4f5a957bb2b1d302ca76eb3c607a.zip |
Fix typo, bug #263877.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/libgda/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-3.0.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
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 <eva@gentoo.org> 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)" |