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 | 131e77a83de8de8af1c1f3e589530761f458f25f (patch) | |
tree | e4711dda00543bd0737040c62c44a91af001b403 /x11-misc | |
parent | Marked ~ppc. (diff) | |
download | historical-131e77a83de8de8af1c1f3e589530761f458f25f.tar.gz historical-131e77a83de8de8af1c1f3e589530761f458f25f.tar.bz2 historical-131e77a83de8de8af1c1f3e589530761f458f25f.zip |
Fix qt dep per bug #100235
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/kflog/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/kflog/Manifest | 14 | ||||
-rw-r--r-- | x11-misc/kflog/kflog-2.1.1.ebuild | 4 |
3 files changed, 8 insertions, 15 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/Manifest b/x11-misc/kflog/Manifest index 3ef917345c0a..bb890e50fc26 100644 --- a/x11-misc/kflog/Manifest +++ b/x11-misc/kflog/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 61e5fb5dc28333bc2488c3cc2a9e7a95 ChangeLog 1299 +MD5 9fb9f9216c0ab7f27d9bb0882e01103f kflog-2.1.1.ebuild 1545 +MD5 8976947e52252befa0f2bcb2b4d54ce2 ChangeLog 1395 MD5 8dad4c602e8fc48cf21cf32d762b9af0 metadata.xml 231 -MD5 28f512da9c3e60583a0536d300c0ba54 kflog-2.1.1.ebuild 1542 MD5 98254d123c609c4e7d9d142e43da91c9 files/digest-kflog-2.1.1 64 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFC0TZxl5AvwDPiUowRAheWAKDIxUuhOjmayDiOq1JEhG8mMdN9GACg2va0 -W9ZXzx7cYvhQmysUc1v61/M= -=Tq+6 ------END PGP SIGNATURE----- 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 |