diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2007-04-11 10:53:45 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2007-04-11 10:53:45 +0000 |
commit | ac1695bd00830ba2ac51940cb4cc815aebb386d5 (patch) | |
tree | eadb1391d93c3e1fc504c32804bc6c112e2f3ba5 /dev-db/qt-unixODBC | |
parent | Quick fix for baselayout-2 (diff) | |
download | gentoo-2-ac1695bd00830ba2ac51940cb4cc815aebb386d5.tar.gz gentoo-2-ac1695bd00830ba2ac51940cb4cc815aebb386d5.tar.bz2 gentoo-2-ac1695bd00830ba2ac51940cb4cc815aebb386d5.zip |
Stable on amd64, bug 172746.
(Portage version: 2.1.2.3)
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.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-db/qt-unixODBC/ChangeLog b/dev-db/qt-unixODBC/ChangeLog index 7cacdf904318..9b356269a4c0 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/ChangeLog,v 1.26 2007/02/22 13:57:13 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/ChangeLog,v 1.27 2007/04/11 10:53:45 cryos Exp $ + + 11 Apr 2007; Marcus D. Hanwell <cryos@gentoo.org> + qt-unixODBC-3.3.8.ebuild: + Stable on amd64, bug 172746. *qt-unixODBC-3.3.8 (22 Feb 2007) diff --git a/dev-db/qt-unixODBC/qt-unixODBC-3.3.8.ebuild b/dev-db/qt-unixODBC/qt-unixODBC-3.3.8.ebuild index 1f8d25b35cd7..f7c60a21cf4a 100644 --- a/dev-db/qt-unixODBC/qt-unixODBC-3.3.8.ebuild +++ b/dev-db/qt-unixODBC/qt-unixODBC-3.3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.8.ebuild,v 1.1 2007/02/22 13:57:13 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/qt-unixODBC-3.3.8.ebuild,v 1.2 2007/04/11 10:53:45 cryos Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.trolltech.com/qt/source/qt-x11-${SRCTYPE}-${PV}.tar.gz" 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" |