diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-04-04 19:21:28 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2007-04-04 19:21:28 +0000 |
commit | 94610c3c16c3f04102a6f6867affd2b0a9dc8edf (patch) | |
tree | 254d769f92cb8386ab04a060845640fed6fcd789 /net-p2p | |
parent | Stable on alpha as per bug #172761 (diff) | |
download | gentoo-2-94610c3c16c3f04102a6f6867affd2b0a9dc8edf.tar.gz gentoo-2-94610c3c16c3f04102a6f6867affd2b0a9dc8edf.tar.bz2 gentoo-2-94610c3c16c3f04102a6f6867affd2b0a9dc8edf.zip |
Stable on sparc wrt #167783
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bittorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-5.0.7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog index 3cb2163d7681..81452013fe55 100644 --- a/net-p2p/bittorrent/ChangeLog +++ b/net-p2p/bittorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/bittorrent # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.107 2007/04/04 14:17:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.108 2007/04/04 19:21:28 gustavoz Exp $ + + 04 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org> + bittorrent-5.0.7.ebuild: + Stable on sparc wrt #167783 04 Apr 2007; Raúl Porcel <armin76@gentoo.org> bittorrent-5.0.7.ebuild: x86 stable + ~ia64, wrt bug 167783 diff --git a/net-p2p/bittorrent/bittorrent-5.0.7.ebuild b/net-p2p/bittorrent/bittorrent-5.0.7.ebuild index 46448d59ffe8..a3b9d97da7ce 100644 --- a/net-p2p/bittorrent/bittorrent-5.0.7.ebuild +++ b/net-p2p/bittorrent/bittorrent-5.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.7.ebuild,v 1.5 2007/04/04 14:17:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.7.ebuild,v 1.6 2007/04/04 19:21:28 gustavoz Exp $ inherit distutils fdo-mime eutils @@ -14,7 +14,7 @@ SRC_URI="http://download.bittorrent.com/dl/${MY_P}.tar.gz" LICENSE="BitTorrent" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86" IUSE="gtk" RDEPEND=">=dev-lang/python-2.3 |