diff options
author | Jason Wever <weeve@gentoo.org> | 2006-05-12 12:10:14 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2006-05-12 12:10:14 +0000 |
commit | d53661c73285f7aae033e9c317a1b6cc861783c2 (patch) | |
tree | ec1c69750a6b671c42893e052eddd53c44362670 /dev-db/qt-unixODBC | |
parent | Another round of misc fixes, supercedes misc-fixes-2 (from Carlo) (diff) | |
download | gentoo-2-d53661c73285f7aae033e9c317a1b6cc861783c2.tar.gz gentoo-2-d53661c73285f7aae033e9c317a1b6cc861783c2.tar.bz2 gentoo-2-d53661c73285f7aae033e9c317a1b6cc861783c2.zip |
Stable on SPARC wrt bug #132887.
(Portage version: 2.1_pre10-r5)
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.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-db/qt-unixODBC/ChangeLog b/dev-db/qt-unixODBC/ChangeLog index 4d2440efe480..1ece884b4e50 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/ChangeLog,v 1.15 2006/05/11 09:44:34 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/ChangeLog,v 1.16 2006/05/12 12:10:14 weeve Exp $ + + 12 May 2006; Jason Wever <weeve@gentoo.org> qt-unixODBC-3.3.6.ebuild: + Stable on SPARC wrt bug #132887. 11 May 2006; Markus Rothe <corsair@gentoo.org> qt-unixODBC-3.3.6.ebuild: Stable on ppc64; bug #132887 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 61477d5f0974..0f58525d9eb6 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.2 2006/05/11 09:44:34 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/qt-unixODBC-3.3.6.ebuild,v 1.3 2006/05/12 12:10:14 weeve 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" |