diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-30 15:54:28 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-05-30 15:54:28 +0000 |
commit | 61d71b645cc9fb56bdf91c3d422f77fdf2b5160a (patch) | |
tree | cf0595c6b62fc270388a9924d69a66a20590cf69 /dev-db/qt-unixODBC | |
parent | Stable on hppa and sparc (diff) | |
download | gentoo-2-61d71b645cc9fb56bdf91c3d422f77fdf2b5160a.tar.gz gentoo-2-61d71b645cc9fb56bdf91c3d422f77fdf2b5160a.tar.bz2 gentoo-2-61d71b645cc9fb56bdf91c3d422f77fdf2b5160a.zip |
Stable on amd64 wrt bug #132887.
(Portage version: 2.1_rc2-r1)
Diffstat (limited to 'dev-db/qt-unixODBC')
-rw-r--r-- | dev-db/qt-unixODBC/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/qt-unixODBC/qt-unixODBC-3.3.6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/qt-unixODBC/ChangeLog b/dev-db/qt-unixODBC/ChangeLog index 268fb12c6f87..cfab3046fae6 100644 --- a/dev-db/qt-unixODBC/ChangeLog +++ b/dev-db/qt-unixODBC/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/qt-unixODBC # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/ChangeLog,v 1.21 2006/05/25 22:26:34 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/ChangeLog,v 1.22 2006/05/30 15:54:28 wolf31o2 Exp $ + + 30 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> + qt-unixODBC-3.3.6.ebuild: + Stable on amd64 wrt bug #132887. 25 May 2006; Guy Martin <gmsoft@gentoo.org> qt-unixODBC-3.3.6.ebuild: Stable on hppa. diff --git a/dev-db/qt-unixODBC/qt-unixODBC-3.3.6.ebuild b/dev-db/qt-unixODBC/qt-unixODBC-3.3.6.ebuild index 93c77b4096a0..21b060bf00ba 100644 --- a/dev-db/qt-unixODBC/qt-unixODBC-3.3.6.ebuild +++ b/dev-db/qt-unixODBC/qt-unixODBC-3.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.6.ebuild,v 1.7 2006/05/25 22:26:34 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/qt-unixODBC-3.3.6.ebuild,v 1.8 2006/05/30 15:54:28 wolf31o2 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="alpha ~amd64 hppa ~ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 hppa ~ia64 ~mips ppc ppc64 sparc x86" DEPEND="~x11-libs/qt-$PV dev-db/unixODBC" |