diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-28 21:11:06 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-28 21:11:06 +0000 |
commit | 60a1fce7c7f19c16306906cdacebb2ccb93b04a2 (patch) | |
tree | 6bb918e6b6bff83f0d482649e0a970f2e1f7d58d /x11-misc/kflog | |
parent | Marked ~ppc. (diff) | |
download | gentoo-2-60a1fce7c7f19c16306906cdacebb2ccb93b04a2.tar.gz gentoo-2-60a1fce7c7f19c16306906cdacebb2ccb93b04a2.tar.bz2 gentoo-2-60a1fce7c7f19c16306906cdacebb2ccb93b04a2.zip |
Fix qt dep per bug #100235
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-misc/kflog')
-rw-r--r-- | x11-misc/kflog/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/kflog/kflog-2.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/kflog/ChangeLog b/x11-misc/kflog/ChangeLog index 9eb6aa4f0ff0..d34ad6cf42e1 100644 --- a/x11-misc/kflog/ChangeLog +++ b/x11-misc/kflog/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/kflog # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/kflog/ChangeLog,v 1.11 2005/07/10 14:52:45 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/kflog/ChangeLog,v 1.12 2005/07/28 21:11:06 caleb Exp $ + + 28 Jul 2005; Caleb Tennis <caleb@gentoo.org> kflog-2.1.1.ebuild: + Fix qt dep per bug #100235 10 Jul 2005; Jonathan Smith <smithj@gentoo.org> kflog-2.1.1.ebuild: added ~sparc diff --git a/x11-misc/kflog/kflog-2.1.1.ebuild b/x11-misc/kflog/kflog-2.1.1.ebuild index 2f996094ea87..4dc6afea8dc3 100644 --- a/x11-misc/kflog/kflog-2.1.1.ebuild +++ b/x11-misc/kflog/kflog-2.1.1.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/x11-misc/kflog/kflog-2.1.1.ebuild,v 1.11 2005/07/10 14:52:45 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/kflog/kflog-2.1.1.ebuild,v 1.12 2005/07/28 21:11:06 caleb Exp $ inherit kde @@ -30,7 +30,7 @@ RDEPEND="dev-libs/expat sys-devel/gcc virtual/libc sys-libs/zlib - x11-libs/qt" + =x11-libs/qt-3*" need-kde 3 |