diff options
author | Joshua Kinard <kumba@gentoo.org> | 2007-06-28 02:47:28 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2007-06-28 02:47:28 +0000 |
commit | 605124c95186f24b59edee4c646bce8787e823b2 (patch) | |
tree | 95fc3cc516770957d9cf853840c17ecb455c2cd8 /dev-db/unixODBC | |
parent | Stable on mips, per #183260. (diff) | |
download | gentoo-2-605124c95186f24b59edee4c646bce8787e823b2.tar.gz gentoo-2-605124c95186f24b59edee4c646bce8787e823b2.tar.bz2 gentoo-2-605124c95186f24b59edee4c646bce8787e823b2.zip |
Stable on mips, per #183194.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'dev-db/unixODBC')
-rw-r--r-- | dev-db/unixODBC/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.2.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/unixODBC/ChangeLog b/dev-db/unixODBC/ChangeLog index 3c38dcc774ae..548afebaec22 100644 --- a/dev-db/unixODBC/ChangeLog +++ b/dev-db/unixODBC/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/unixODBC # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.65 2007/06/27 22:09:45 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.66 2007/06/28 02:47:28 kumba Exp $ + + 28 Jun 2007; Joshua Kinard <kumba@gentoo.org> unixODBC-2.2.12.ebuild: + Stable on mips, per #183194. 27 Jun 2007; Lars Weiler <pylon@gentoo.org> unixODBC-2.2.12.ebuild: Stable on ppc; bug #183194. diff --git a/dev-db/unixODBC/unixODBC-2.2.12.ebuild b/dev-db/unixODBC/unixODBC-2.2.12.ebuild index fe31955649a6..17466e1239e4 100644 --- a/dev-db/unixODBC/unixODBC-2.2.12.ebuild +++ b/dev-db/unixODBC/unixODBC-2.2.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.12.ebuild,v 1.3 2007/06/27 22:09:45 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.12.ebuild,v 1.4 2007/06/28 02:47:28 kumba Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -9,7 +9,7 @@ PATCH_P="${PN}-${PATCH_VERSION}-patches" inherit eutils multilib autotools gnuconfig -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" DESCRIPTION="ODBC Interface for Linux." HOMEPAGE="http://www.unixodbc.org/" |