diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-07 04:29:10 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-07 04:29:10 +0000 |
commit | 9931ac36a3b7347d64d561240e06e6bc04edb33d (patch) | |
tree | 3d1e0bacf94f6f9555252d5e66d910f76fdf9aa1 /app-office/facturalux | |
parent | Fix qt dep (diff) | |
download | historical-9931ac36a3b7347d64d561240e06e6bc04edb33d.tar.gz historical-9931ac36a3b7347d64d561240e06e6bc04edb33d.tar.bz2 historical-9931ac36a3b7347d64d561240e06e6bc04edb33d.zip |
Fix qt dep
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-office/facturalux')
-rw-r--r-- | app-office/facturalux/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/facturalux/facturalux-0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/facturalux/ChangeLog b/app-office/facturalux/ChangeLog index b15ded5ff682..3b4649f7e2cc 100644 --- a/app-office/facturalux/ChangeLog +++ b/app-office/facturalux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-office/facturalux # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/facturalux/ChangeLog,v 1.5 2005/01/01 15:31:57 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/facturalux/ChangeLog,v 1.6 2005/07/07 04:28:04 caleb Exp $ + + 07 Jul 2005; Caleb Tennis <caleb@gentoo.org> facturalux-0.4.ebuild: + Fix qt dep 01 Jul 2004; Aron Griffis <agriffis@gentoo.org> facturalux-0.4.ebuild: sync IUSE (missing) diff --git a/app-office/facturalux/facturalux-0.4.ebuild b/app-office/facturalux/facturalux-0.4.ebuild index df6ad0565961..12c66f5c7085 100644 --- a/app-office/facturalux/facturalux-0.4.ebuild +++ b/app-office/facturalux/facturalux-0.4.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/app-office/facturalux/facturalux-0.4.ebuild,v 1.6 2005/01/01 15:31:57 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/facturalux/facturalux-0.4.ebuild,v 1.7 2005/07/07 04:28:04 caleb Exp $ inherit eutils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND=">=x11-libs/qt-3 +DEPEND="=x11-libs/qt-3* sys-libs/zlib" RDEPEND="dev-db/postgresql" |