diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-04-11 14:19:26 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-04-11 14:19:26 +0000 |
commit | 467280ecf54f16dcd9e501a2873321e811a3766a (patch) | |
tree | 2b9d18b8e519a7c760d31504dab4267124edbd6b /dev-db | |
parent | Stable on sparc wrt #174126 (diff) | |
download | gentoo-2-467280ecf54f16dcd9e501a2873321e811a3766a.tar.gz gentoo-2-467280ecf54f16dcd9e501a2873321e811a3766a.tar.bz2 gentoo-2-467280ecf54f16dcd9e501a2873321e811a3766a.zip |
Stable on ppc64; bug #172746
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/qt-unixODBC/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/qt-unixODBC/qt-unixODBC-3.3.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/qt-unixODBC/ChangeLog b/dev-db/qt-unixODBC/ChangeLog index 278e5fa6bddc..5c14790bf29a 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/ChangeLog,v 1.28 2007/04/11 13:38:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/ChangeLog,v 1.29 2007/04/11 14:19:26 corsair Exp $ + + 11 Apr 2007; Markus Rothe <corsair@gentoo.org> qt-unixODBC-3.3.8.ebuild: + Stable on ppc64; bug #172746 11 Apr 2007; Raúl Porcel <armin76@gentoo.org> qt-unixODBC-3.3.8.ebuild: ia64 + x86 stable wrt security bug 172746 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 d203485ecd5b..44fe2fb56a85 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.3 2007/04/11 13:38:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/qt-unixODBC-3.3.8.ebuild,v 1.4 2007/04/11 14:19:26 corsair 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" |