diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-03-16 18:23:57 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-03-16 18:23:57 +0000 |
commit | 653076bd60188a62011388a049c1f897d6a12af7 (patch) | |
tree | 18b48e223627c9dc7f0f11803924dd34740a7fa0 | |
parent | unused flag (diff) | |
download | gentoo-2-653076bd60188a62011388a049c1f897d6a12af7.tar.gz gentoo-2-653076bd60188a62011388a049c1f897d6a12af7.tar.bz2 gentoo-2-653076bd60188a62011388a049c1f897d6a12af7.zip |
stable x86, bug 298201
(Portage version: 2.1.7.17/cvs/Linux i686)
-rw-r--r-- | gnome-extra/libgda/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-4.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-extra/libgda/ChangeLog b/gnome-extra/libgda/ChangeLog index d5b481e7b694..8f6bac464982 100644 --- a/gnome-extra/libgda/ChangeLog +++ b/gnome-extra/libgda/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-extra/libgda # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.135 2010/03/11 14:37:20 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/ChangeLog,v 1.136 2010/03/16 18:23:57 fauli Exp $ + + 16 Mar 2010; Christian Faulhammer <fauli@gentoo.org> libgda-4.1.0.ebuild: + stable x86, bug 298201 11 Mar 2010; Joseph Jezak <josejx@gentoo.org> libgda-4.1.4.ebuild: Marked ~ppc64. diff --git a/gnome-extra/libgda/libgda-4.1.0.ebuild b/gnome-extra/libgda/libgda-4.1.0.ebuild index e49ae043d361..f16424fc4957 100644 --- a/gnome-extra/libgda/libgda-4.1.0.ebuild +++ b/gnome-extra/libgda/libgda-4.1.0.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/gnome-extra/libgda/libgda-4.1.0.ebuild,v 1.5 2010/03/11 14:32:01 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgda/libgda-4.1.0.ebuild,v 1.6 2010/03/16 18:23:57 fauli Exp $ EAPI="2" @@ -13,7 +13,7 @@ LICENSE="GPL-2 LGPL-2" # MDB support currently works with CVS only, so disable it in the meantime IUSE="berkdb bindist doc firebird freetds ldap mysql oci8 odbc postgres xbase" SLOT="4" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" # FIXME: sqlite is automagic, but maybe it is a hard-dep # FIXME: autoconf is a hell of inconsistencies |