diff options
author | 2005-07-25 17:47:21 +0000 | |
---|---|---|
committer | 2005-07-25 17:47:21 +0000 | |
commit | a64b0bf18ae0a09a8ad34c8c3fcf422db7b4d962 (patch) | |
tree | f3a0b86652abda2ae05a8614deb43491c83b8a04 /net-libs/aqhbci-qt-tools | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-a64b0bf18ae0a09a8ad34c8c3fcf422db7b4d962.tar.gz gentoo-2-a64b0bf18ae0a09a8ad34c8c3fcf422db7b4d962.tar.bz2 gentoo-2-a64b0bf18ae0a09a8ad34c8c3fcf422db7b4d962.zip |
Fix qt dep
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-libs/aqhbci-qt-tools')
-rw-r--r-- | net-libs/aqhbci-qt-tools/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/aqhbci-qt-tools/aqhbci-qt-tools-1.0.6_beta.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/aqhbci-qt-tools/ChangeLog b/net-libs/aqhbci-qt-tools/ChangeLog index c8aaf223812d..1cddb864f368 100644 --- a/net-libs/aqhbci-qt-tools/ChangeLog +++ b/net-libs/aqhbci-qt-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/aqhbci-qt-tools # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-qt-tools/ChangeLog,v 1.7 2005/07/12 21:56:07 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-qt-tools/ChangeLog,v 1.8 2005/07/25 17:47:21 caleb Exp $ + + 25 Jul 2005; Caleb Tennis <caleb@gentoo.org> + aqhbci-qt-tools-1.0.6_beta.ebuild: + Fix qt dep *aqhbci-qt-tools-1.0.6_beta (12 Jul 2005) diff --git a/net-libs/aqhbci-qt-tools/aqhbci-qt-tools-1.0.6_beta.ebuild b/net-libs/aqhbci-qt-tools/aqhbci-qt-tools-1.0.6_beta.ebuild index d8558ae8f807..a06cfd8e87b6 100644 --- a/net-libs/aqhbci-qt-tools/aqhbci-qt-tools-1.0.6_beta.ebuild +++ b/net-libs/aqhbci-qt-tools/aqhbci-qt-tools-1.0.6_beta.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-qt-tools/aqhbci-qt-tools-1.0.6_beta.ebuild,v 1.1 2005/07/12 21:56:07 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/aqhbci-qt-tools/aqhbci-qt-tools-1.0.6_beta.ebuild,v 1.2 2005/07/25 17:47:21 caleb Exp $ inherit eutils kde-functions need-qt 3 @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~amd64" IUSE="debug" DEPEND=">=net-libs/aqhbci-1.1.0 - >=x11-libs/qt-3.0.0" + =x11-libs/qt-3*" S=${WORKDIR}/${P/_/} src_compile() { |