diff options
author | 2012-02-21 23:42:05 +0000 | |
---|---|---|
committer | 2012-02-21 23:42:05 +0000 | |
commit | b3b6323ba904e2b890108258d4eb9642b9cdd4d2 (patch) | |
tree | 053e576858e91dcd64f55787ae70551804ea4f93 | |
parent | Stable for HPPA (bug #404711). (diff) | |
download | gentoo-2-b3b6323ba904e2b890108258d4eb9642b9cdd4d2.tar.gz gentoo-2-b3b6323ba904e2b890108258d4eb9642b9cdd4d2.tar.bz2 gentoo-2-b3b6323ba904e2b890108258d4eb9642b9cdd4d2.zip |
Stable for HPPA (bug #405059).
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
-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 3b4c28799c36..19114d2f2adc 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.106 2012/02/21 14:52:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.107 2012/02/21 23:42:05 jer Exp $ + + 21 Feb 2012; Jeroen Roovers <jer@gentoo.org> unixODBC-2.3.1.ebuild: + Stable for HPPA (bug #405059). 21 Feb 2012; Agostino Sarubbo <ago@gentoo.org> unixODBC-2.3.1.ebuild: Stable for amd64, wrt bug #405059 diff --git a/dev-db/unixODBC/unixODBC-2.3.1.ebuild b/dev-db/unixODBC/unixODBC-2.3.1.ebuild index b24751018c59..fabe9c81352f 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.3 2012/02/21 14:52:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.1.ebuild,v 1.4 2012/02/21 23:42:05 jer 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 |