diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-05-06 13:02:50 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-05-06 13:02:50 +0000 |
commit | 15bf4e6c1b19e2d27f42e2ca54ad3da7a9206b83 (patch) | |
tree | 1f582b10d1997ec435fd130c54da662d7cb7dcd4 /dev-db/unixODBC | |
parent | Add missing cmake define, bug #414861. (diff) | |
download | gentoo-2-15bf4e6c1b19e2d27f42e2ca54ad3da7a9206b83.tar.gz gentoo-2-15bf4e6c1b19e2d27f42e2ca54ad3da7a9206b83.tar.bz2 gentoo-2-15bf4e6c1b19e2d27f42e2ca54ad3da7a9206b83.zip |
Marked ~x{86,64}-solaris
(Portage version: 2.2.01.20430-prefix/cvs/Darwin i386)
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 6d6fb017dc19..47f26aa7effb 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.111 2012/03/31 18:30:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.112 2012/05/06 13:02:50 grobian Exp $ + + 06 May 2012; Fabian Groffen <grobian@gentoo.org> unixODBC-2.3.1.ebuild: + Marked ~x{86,64}-solaris 31 Mar 2012; Raúl Porcel <armin76@gentoo.org> unixODBC-2.3.1.ebuild: alpha/ia64/s390/sh/sparc stable wrt #405059 diff --git a/dev-db/unixODBC/unixODBC-2.3.1.ebuild b/dev-db/unixODBC/unixODBC-2.3.1.ebuild index f23234b3a928..5e2eece2dc1a 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.8 2012/03/31 18:30:32 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.1.ebuild,v 1.9 2012/05/06 13:02:50 grobian 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 ~x64-solaris ~x86-solaris" IUSE="+minimal odbcmanual static-libs" RDEPEND=">=sys-devel/libtool-2.2.6b |