diff options
author | 2005-06-02 17:19:21 +0000 | |
---|---|---|
committer | 2005-06-02 17:19:21 +0000 | |
commit | b9f73dc3c00d9ae3a7c92d81adfb29183c10ca5e (patch) | |
tree | 2bffd2dbab0383fbc079ab4815f0f2c1c1f85fe9 /net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild | |
parent | no-herd instead of empty herd tag (diff) | |
download | gentoo-2-b9f73dc3c00d9ae3a7c92d81adfb29183c10ca5e.tar.gz gentoo-2-b9f73dc3c00d9ae3a7c92d81adfb29183c10ca5e.tar.bz2 gentoo-2-b9f73dc3c00d9ae3a7c92d81adfb29183c10ca5e.zip |
Renamed PYTHON_MODULE to PYTHON_MODNAME, so that python modules can be compiled/cleaned, bug #78905
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild')
-rw-r--r-- | net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild b/net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild index f15a1595f3e1..010412238c47 100644 --- a/net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild +++ b/net-p2p/bittorrent/bittorrent-3.4.2-r2.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/net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild,v 1.7 2005/05/05 23:27:49 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.4.2-r2.ebuild,v 1.8 2005/06/02 17:19:21 sekretarz Exp $ inherit distutils @@ -26,7 +26,7 @@ DEPEND="${RDEPEND} PROVIDE="virtual/bittorrent" DOCS="credits.txt" -PYTHON_MODULE="BitTorrent" +PYTHON_MODNAME="BitTorrent" src_install() { distutils_src_install |