diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-05-24 12:54:51 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2010-05-24 12:54:51 +0000 |
commit | c71121a84b933f62b344564dfa78ea4e79b668d9 (patch) | |
tree | f35c8ee9fdbf7bf3345d97a24816e6ddec6fdc57 | |
parent | ppc stable #320715 (diff) | |
download | gentoo-2-c71121a84b933f62b344564dfa78ea4e79b668d9.tar.gz gentoo-2-c71121a84b933f62b344564dfa78ea4e79b668d9.tar.bz2 gentoo-2-c71121a84b933f62b344564dfa78ea4e79b668d9.zip |
ppc stable #320711
(Portage version: 2.1.8.3/cvs/Linux ppc)
-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 38863ab1c8ed..ce9e164752f0 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.81 2010/05/03 16:12:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.82 2010/05/24 12:54:51 nixnut Exp $ + + 24 May 2010; <nixnut@gentoo.org> unixODBC-2.3.0.ebuild: + ppc stable #320711 03 May 2010; Samuli Suominen <ssuominen@gentoo.org> unixODBC-2.3.0.ebuild, metadata.xml: diff --git a/dev-db/unixODBC/unixODBC-2.3.0.ebuild b/dev-db/unixODBC/unixODBC-2.3.0.ebuild index d814a298cd2b..aad0cc9515c9 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.3 2010/05/03 16:12:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.4 2010/05/24 12:54:51 nixnut 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 |