diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-05-25 15:46:01 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-05-25 15:46:01 +0000 |
commit | 2ee8e2919aeedf7e3f908ffdafd7ecfbbb368e7c (patch) | |
tree | c6237d1ba144a5f49c7d97f55371c75a21d71c2d /dev-db/unixODBC | |
parent | Really respect CC. (diff) | |
download | gentoo-2-2ee8e2919aeedf7e3f908ffdafd7ecfbbb368e7c.tar.gz gentoo-2-2ee8e2919aeedf7e3f908ffdafd7ecfbbb368e7c.tar.bz2 gentoo-2-2ee8e2919aeedf7e3f908ffdafd7ecfbbb368e7c.zip |
Stable on amd64 wrt bug #320711
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/unixODBC')
-rw-r--r-- | dev-db/unixODBC/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/unixODBC/ChangeLog b/dev-db/unixODBC/ChangeLog index ce9e164752f0..c2a1e84cb185 100644 --- a/dev-db/unixODBC/ChangeLog +++ b/dev-db/unixODBC/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/unixODBC # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.82 2010/05/24 12:54:51 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.83 2010/05/25 15:46:01 hwoarang Exp $ + + 25 May 2010; Markos Chandras <hwoarang@gentoo.org> unixODBC-2.3.0.ebuild: + Stable on amd64 wrt bug #320711 24 May 2010; <nixnut@gentoo.org> unixODBC-2.3.0.ebuild: ppc stable #320711 diff --git a/dev-db/unixODBC/unixODBC-2.3.0.ebuild b/dev-db/unixODBC/unixODBC-2.3.0.ebuild index aad0cc9515c9..05f28d139785 100644 --- a/dev-db/unixODBC/unixODBC-2.3.0.ebuild +++ b/dev-db/unixODBC/unixODBC-2.3.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/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.4 2010/05/24 12:54:51 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.5 2010/05/25 15:46:01 hwoarang Exp $ EAPI=3 inherit libtool @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/unixodbc/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" IUSE="+minimal odbcmanual static-libs" # needed by libltdl |