diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-06-28 08:10:14 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-06-28 08:10:14 +0000 |
commit | 0a6da8045cd537957ab718223dfce44052f5dd31 (patch) | |
tree | d7f1c1502eed63dffdd1150b6b8ab0d140c4003c /dev-db | |
parent | Correcting dependencies in old versions. (diff) | |
download | gentoo-2-0a6da8045cd537957ab718223dfce44052f5dd31.tar.gz gentoo-2-0a6da8045cd537957ab718223dfce44052f5dd31.tar.bz2 gentoo-2-0a6da8045cd537957ab718223dfce44052f5dd31.zip |
Stable on ppc64; bug #183194
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-db')
-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 548afebaec22..486d62f15d3e 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.66 2007/06/28 02:47:28 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.67 2007/06/28 08:10:14 corsair Exp $ + + 28 Jun 2007; Markus Rothe <corsair@gentoo.org> unixODBC-2.2.12.ebuild: + Stable on ppc64; bug #183194 28 Jun 2007; Joshua Kinard <kumba@gentoo.org> unixODBC-2.2.12.ebuild: Stable on mips, per #183194. diff --git a/dev-db/unixODBC/unixODBC-2.2.12.ebuild b/dev-db/unixODBC/unixODBC-2.2.12.ebuild index 17466e1239e4..cab2b63e6d77 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.4 2007/06/28 02:47:28 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.2.12.ebuild,v 1.5 2007/06/28 08:10:14 corsair 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/" |