diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-02-24 14:14:55 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-02-24 14:14:55 +0000 |
commit | 95ed19d3487d58f55a64b476746b6ff1555ca412 (patch) | |
tree | 20c3b92e68f989acdf1cc198379f4cba5adfd174 /dev-db/unixODBC | |
parent | x86 stable wrt bug #404025 (diff) | |
download | gentoo-2-95ed19d3487d58f55a64b476746b6ff1555ca412.tar.gz gentoo-2-95ed19d3487d58f55a64b476746b6ff1555ca412.tar.bz2 gentoo-2-95ed19d3487d58f55a64b476746b6ff1555ca412.zip |
x86 stable wrt bug #405059
(Portage version: 2.1.10.44/cvs/Linux i686)
Diffstat (limited to 'dev-db/unixODBC')
-rw-r--r-- | dev-db/unixODBC/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/unixODBC/unixODBC-2.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/unixODBC/ChangeLog b/dev-db/unixODBC/ChangeLog index 19114d2f2adc..422bdd4d2fdb 100644 --- a/dev-db/unixODBC/ChangeLog +++ b/dev-db/unixODBC/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/unixODBC # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.107 2012/02/21 23:42:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.108 2012/02/24 14:14:55 phajdan.jr Exp $ + + 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> unixODBC-2.3.1.ebuild: + x86 stable wrt bug #405059 21 Feb 2012; Jeroen Roovers <jer@gentoo.org> unixODBC-2.3.1.ebuild: Stable for HPPA (bug #405059). diff --git a/dev-db/unixODBC/unixODBC-2.3.1.ebuild b/dev-db/unixODBC/unixODBC-2.3.1.ebuild index fabe9c81352f..d2482331d285 100644 --- a/dev-db/unixODBC/unixODBC-2.3.1.ebuild +++ b/dev-db/unixODBC/unixODBC-2.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.1.ebuild,v 1.4 2012/02/21 23:42:05 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.1.ebuild,v 1.5 2012/02/24 14:14:55 phajdan.jr Exp $ EAPI=4 inherit libtool @@ -11,7 +11,7 @@ SRC_URI="http://ftp.unixodbc.org/pub/${PN}/${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 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris" IUSE="+minimal odbcmanual static-libs" RDEPEND=">=sys-devel/libtool-2.2.6b |