diff options
author | Tom Gall <tgall@gentoo.org> | 2005-09-09 15:48:49 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2005-09-09 15:48:49 +0000 |
commit | 01c6c4480d8ce74a80f8ecd791ff815dd713b88b (patch) | |
tree | 35c0f090ee4147e6ebf7721132f158aede5c7cba /dev-db/qt-unixODBC | |
parent | Mark 1.2.10 stable on alpha (diff) | |
download | gentoo-2-01c6c4480d8ce74a80f8ecd791ff815dd713b88b.tar.gz gentoo-2-01c6c4480d8ce74a80f8ecd791ff815dd713b88b.tar.bz2 gentoo-2-01c6c4480d8ce74a80f8ecd791ff815dd713b88b.zip |
stable on ppc64, bug #14178
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-db/qt-unixODBC')
-rw-r--r-- | dev-db/qt-unixODBC/ChangeLog | 7 | ||||
-rw-r--r-- | dev-db/qt-unixODBC/qt-unixODBC-3.3.4.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-db/qt-unixODBC/ChangeLog b/dev-db/qt-unixODBC/ChangeLog index 07143b7c541f..f7b683253a21 100644 --- a/dev-db/qt-unixODBC/ChangeLog +++ b/dev-db/qt-unixODBC/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/qt-unixODBC # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/ChangeLog,v 1.3 2005/07/01 14:07:18 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/ChangeLog,v 1.4 2005/09/09 15:48:49 tgall Exp $ + + 09 Sep 2005; Tom Gall <tgall@gentoo.org> qt-unixODBC-3.3.4.ebuild: + stable on ppc64 bug #14178 *qt-unixODBC-3.3.4 (01 Jul 2005) @@ -12,4 +15,4 @@ 23 Oct 2004; Dan Armak <danarmak@gentoo.org> qt-ODBC-3.3.3.ebuild: First created. A separate ebuild for the QT unixODBC plugin to fix #14178. -
\ No newline at end of file + diff --git a/dev-db/qt-unixODBC/qt-unixODBC-3.3.4.ebuild b/dev-db/qt-unixODBC/qt-unixODBC-3.3.4.ebuild index dde2c0d42a56..808228ce5c58 100644 --- a/dev-db/qt-unixODBC/qt-unixODBC-3.3.4.ebuild +++ b/dev-db/qt-unixODBC/qt-unixODBC-3.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/qt-unixODBC-3.3.4.ebuild,v 1.1 2005/07/01 14:07:18 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/qt-unixODBC-3.3.4.ebuild,v 1.2 2005/09/09 15:48:49 tgall Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-${SRCTYPE}-${PV}.tar.bz2" IUSE="" LICENSE="|| ( QPL-1.0 GPL-2 )" SLOT="3" -KEYWORDS="~x86 ~amd64 ~hppa ~mips ~ppc ~ppc64 ~alpha ~sparc ~ia64" +KEYWORDS="~x86 ~amd64 ~hppa ~mips ~ppc ppc64 ~alpha ~sparc ~ia64" DEPEND="~x11-libs/qt-$PV dev-db/unixODBC" |