diff options
author | 2006-05-11 09:44:34 +0000 | |
---|---|---|
committer | 2006-05-11 09:44:34 +0000 | |
commit | 9d761ec5ea04066514594ca44c1859b437db230e (patch) | |
tree | 444be27cc4b094e9e43f4ab995da404f2bb6cc13 /dev-db/qt-unixODBC | |
parent | Clean up ebuild a bit more for CC/CXX/LDFLAGS definitions. (diff) | |
download | gentoo-2-9d761ec5ea04066514594ca44c1859b437db230e.tar.gz gentoo-2-9d761ec5ea04066514594ca44c1859b437db230e.tar.bz2 gentoo-2-9d761ec5ea04066514594ca44c1859b437db230e.zip |
Stable on ppc64; bug #132887
(Portage version: 2203-svn)
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 c01d9a4f9d96..4d2440efe480 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.14 2006/03/17 17:32:30 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/ChangeLog,v 1.15 2006/05/11 09:44:34 corsair Exp $ + + 11 May 2006; Markus Rothe <corsair@gentoo.org> qt-unixODBC-3.3.6.ebuild: + Stable on ppc64; bug #132887 *qt-unixODBC-3.3.6 (17 Mar 2006) 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 3f57fd793f81..61477d5f0974 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.1 2006/03/17 17:32:30 caleb Exp $ +# $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 $ 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" |