diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-04-07 12:58:18 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-04-07 12:58:18 +0000 |
commit | fa84c5ddb878947130018beea71e9c29974b1038 (patch) | |
tree | e5427b468747dea09d464ec661b88d0f84c2cf2c | |
parent | Fixed a bug where the generic src_compile was unsetting ANT_TASKS from the en... (diff) | |
download | gentoo-2-fa84c5ddb878947130018beea71e9c29974b1038.tar.gz gentoo-2-fa84c5ddb878947130018beea71e9c29974b1038.tar.bz2 gentoo-2-fa84c5ddb878947130018beea71e9c29974b1038.zip |
stable amd64, bug 167783
(Portage version: 2.1.2.2)
-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 b9174841ed03..1436f4b1af9e 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.110 2007/04/06 20:47:14 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.111 2007/04/07 12:58:18 opfer Exp $ + + 07 Apr 2007; Christian Faulhammer <opfer@gentoo.org> + bittorrent-5.0.7.ebuild: + stable amd64, bug 167783 06 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org> bittorrent-5.0.7.ebuild: diff --git a/net-p2p/bittorrent/bittorrent-5.0.7.ebuild b/net-p2p/bittorrent/bittorrent-5.0.7.ebuild index 4295c43e70a1..1ba3e76b4d14 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.8 2007/04/06 20:47:14 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.7.ebuild,v 1.9 2007/04/07 12:58:18 opfer 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 |