diff options
author | Jason Wever <weeve@gentoo.org> | 2004-12-08 01:31:28 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-12-08 01:31:28 +0000 |
commit | 8601df51c2d9a294f61ebddaa4fb2d6b023e301f (patch) | |
tree | 0e8bdeebf68d3916d37fc4a907e045bf673ba252 /net-p2p/qtorrent | |
parent | fail early with cross-compilers (diff) | |
download | gentoo-2-8601df51c2d9a294f61ebddaa4fb2d6b023e301f.tar.gz gentoo-2-8601df51c2d9a294f61ebddaa4fb2d6b023e301f.tar.bz2 gentoo-2-8601df51c2d9a294f61ebddaa4fb2d6b023e301f.zip |
Stable on sparc.
Diffstat (limited to 'net-p2p/qtorrent')
-rw-r--r-- | net-p2p/qtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/qtorrent/ChangeLog b/net-p2p/qtorrent/ChangeLog index e21de2d4b9ae..621df888b31d 100644 --- a/net-p2p/qtorrent/ChangeLog +++ b/net-p2p/qtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/qtorrent # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtorrent/ChangeLog,v 1.7 2004/07/18 17:00:58 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtorrent/ChangeLog,v 1.8 2004/12/08 01:31:28 weeve Exp $ + + 07 Dec 2004; Jason Wever <weeve@gentoo.org> qtorrent-0.9.6.1.ebuild: + Stable on sparc. 18 Jul 2004; Jason Wever <weeve@gentoo.org> qtorrent-0.9.6.1.ebuild: Added ~sparc keyword. diff --git a/net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild b/net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild index 600f1a9e660e..5698dd014adc 100644 --- a/net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild +++ b/net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild,v 1.5 2004/07/18 17:00:58 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qtorrent/qtorrent-0.9.6.1.ebuild,v 1.6 2004/12/08 01:31:28 weeve Exp $ DESCRIPTION="QTorrent is a PyQt GUI for BitTorrent." HOMEPAGE="http://thegraveyard.org/qtorrent.php" SRC_URI="http://thegraveyard.org/files/${P}.tar.bz2" LICENSE="MIT" SLOT="0" -KEYWORDS="x86 amd64 ~ppc ~sparc" +KEYWORDS="x86 amd64 ~ppc sparc" IUSE="" DEPEND="dev-python/PyQt" #RDEPEND="" |