diff options
author | José Luis Rivero <yoswink@gentoo.org> | 2007-03-12 11:16:05 +0000 |
---|---|---|
committer | José Luis Rivero <yoswink@gentoo.org> | 2007-03-12 11:16:05 +0000 |
commit | d14d68bfa7512db5f4ace4b921bfdd7dd14c4f45 (patch) | |
tree | a72b382136925a713a808b182c43ee20082efced /net-p2p | |
parent | fixed broken encoding in ChangeLog (diff) | |
download | gentoo-2-d14d68bfa7512db5f4ace4b921bfdd7dd14c4f45.tar.gz gentoo-2-d14d68bfa7512db5f4ace4b921bfdd7dd14c4f45.tar.bz2 gentoo-2-d14d68bfa7512db5f4ace4b921bfdd7dd14c4f45.zip |
Stable on alpha wrt bug #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.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog index 9e1a0ba4bd4f..580e57b5346f 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.105 2007/03/03 12:33:26 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.106 2007/03/12 11:16:05 yoswink Exp $ + + 12 Mar 2007; Jose Luis Rivero <yoswink@gentoo.org> + bittorrent-5.0.5.ebuild: + Stable on alpha wrt bug #167783 *bittorrent-5.0.7 (03 Mar 2007) diff --git a/net-p2p/bittorrent/bittorrent-5.0.5.ebuild b/net-p2p/bittorrent/bittorrent-5.0.5.ebuild index 138377fff9ba..9b7759b865ae 100644 --- a/net-p2p/bittorrent/bittorrent-5.0.5.ebuild +++ b/net-p2p/bittorrent/bittorrent-5.0.5.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.5.ebuild,v 1.8 2007/02/24 17:29:50 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.5.ebuild,v 1.9 2007/03/12 11:16:05 yoswink 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 ppc ppc64 ~s390 sparc x86" +KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 ~s390 sparc x86" IUSE="gtk" RDEPEND=">=dev-lang/python-2.3 |