diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-04-12 20:33:02 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-04-12 20:33:02 +0000 |
commit | 6178634c761cc34b1c02b2202031b0215322f03a (patch) | |
tree | 1aac17e5f71b2aa797b39c075b060c8bb2ab56ce /dev-db/qt-unixODBC | |
parent | stable x86, security bug 174292 (diff) | |
download | gentoo-2-6178634c761cc34b1c02b2202031b0215322f03a.tar.gz gentoo-2-6178634c761cc34b1c02b2202031b0215322f03a.tar.bz2 gentoo-2-6178634c761cc34b1c02b2202031b0215322f03a.zip |
Stable for HPPA (bug #172746).
(Portage version: 2.1.2.2)
Diffstat (limited to 'dev-db/qt-unixODBC')
-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 7227b668b7db..be7a7f555d03 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.30 2007/04/11 22:34:45 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/ChangeLog,v 1.31 2007/04/12 20:33:02 jer Exp $ + + 12 Apr 2007; Jeroen Roovers <jer@gentoo.org> qt-unixODBC-3.3.8.ebuild: + Stable for HPPA (bug #172746). 11 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org> qt-unixODBC-3.3.8.ebuild: 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 e2d385128169..b647b0ccc5ae 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.5 2007/04/11 22:34:45 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/qt-unixODBC-3.3.8.ebuild,v 1.6 2007/04/12 20:33:02 jer 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" |