diff options
author | Fabian Groffen <grobian@gentoo.org> | 2010-07-16 19:08:55 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2010-07-16 19:08:55 +0000 |
commit | 1578b7f6a3d018361b9849402a2171d0c0f3f5e9 (patch) | |
tree | e8701d301ba8a52d625f0a53784ecf85316b3596 /dev-db/unixODBC | |
parent | whitespace (diff) | |
download | gentoo-2-1578b7f6a3d018361b9849402a2171d0c0f3f5e9.tar.gz gentoo-2-1578b7f6a3d018361b9849402a2171d0c0f3f5e9.tar.bz2 gentoo-2-1578b7f6a3d018361b9849402a2171d0c0f3f5e9.zip |
Marked ~x86-macos and ~x64-macos, bug #328381
(Portage version: 2.2.01.15395-prefix/cvs/Darwin powerpc)
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 dab134af2d7c..2b5babccb200 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.87 2010/07/10 09:47:03 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/ChangeLog,v 1.88 2010/07/16 19:08:55 grobian Exp $ + + 16 Jul 2010; Fabian Groffen <grobian@gentoo.org> unixODBC-2.3.0.ebuild: + Marked ~x86-macos and ~x64-macos, bug #328381 10 Jul 2010; Fabian Groffen <grobian@gentoo.org> unixODBC-2.3.0.ebuild: Marked ~ppc-macos diff --git a/dev-db/unixODBC/unixODBC-2.3.0.ebuild b/dev-db/unixODBC/unixODBC-2.3.0.ebuild index 04f9100d7402..a3e15d209f7e 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.8 2010/07/10 09:47:03 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.0.ebuild,v 1.9 2010/07/16 19:08:55 grobian 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 ~ppc-macos" +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" IUSE="+minimal odbcmanual static-libs" RDEPEND=">=sys-devel/libtool-2.2.6b |