diff options
author | José Luis Rivero <yoswink@gentoo.org> | 2007-04-18 17:11:18 +0000 |
---|---|---|
committer | José Luis Rivero <yoswink@gentoo.org> | 2007-04-18 17:11:18 +0000 |
commit | c7253ab3f07b3d149649fbe8664f1b90df6c3718 (patch) | |
tree | e7fcef5265b9d4f4708d80f2a0d2d3027c0d8ca4 /dev-db/qt-unixODBC | |
parent | Remove old version. (diff) | |
download | gentoo-2-c7253ab3f07b3d149649fbe8664f1b90df6c3718.tar.gz gentoo-2-c7253ab3f07b3d149649fbe8664f1b90df6c3718.tar.bz2 gentoo-2-c7253ab3f07b3d149649fbe8664f1b90df6c3718.zip |
Stable on alpha wrt security #172746
(Portage version: 2.1.2.2)
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 d1fb9e3d3a87..ca3b55893bf0 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.32 2007/04/13 13:12:01 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/ChangeLog,v 1.33 2007/04/18 17:11:18 yoswink Exp $ + + 18 Apr 2007; Jose Luis Rivero <yoswink@gentoo.org> + qt-unixODBC-3.3.8.ebuild: + Stable on alpha wrt security #172746 13 Apr 2007; Gustavo Zacarias <gustavoz@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 61edc34df8bb..2530385188fc 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.7 2007/04/13 13:12:01 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/qt-unixODBC-3.3.8.ebuild,v 1.8 2007/04/18 17:11:18 yoswink 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" |