diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-03-10 15:59:49 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-03-10 15:59:49 +0000 |
commit | ce6f08e94be805b1f0ea0096f139a9c68eb97e44 (patch) | |
tree | 8d1537849da16df92b864e47c0662e2b15cdf90f /net-p2p | |
parent | stable on alpha and ia64 (diff) | |
download | historical-ce6f08e94be805b1f0ea0096f139a9c68eb97e44.tar.gz historical-ce6f08e94be805b1f0ea0096f139a9c68eb97e44.tar.bz2 historical-ce6f08e94be805b1f0ea0096f139a9c68eb97e44.zip |
upstream problems. masking
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/bittorrent/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-3.4.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog index 46163cea0aca..c435a50f4cbe 100644 --- a/net-p2p/bittorrent/ChangeLog +++ b/net-p2p/bittorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/bittorrent # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.22 2004/03/08 21:27:48 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.23 2004/03/10 15:59:49 mholzer Exp $ + + 10 Mar 2004; Martin Holzer <mholzer@gentoo.org> bittorrent-3.4.ebuild: + upstream problems. masking *bittorrent-3.4 (08 Mar 2004) diff --git a/net-p2p/bittorrent/Manifest b/net-p2p/bittorrent/Manifest index 41a2d3893559..461f12cf132b 100644 --- a/net-p2p/bittorrent/Manifest +++ b/net-p2p/bittorrent/Manifest @@ -1,5 +1,5 @@ -MD5 04f5fd903263c6fef2ddc80a1b81c2ef ChangeLog 3515 -MD5 1ef3280d9fc0f1c5a58329920f4aa130 bittorrent-3.4.ebuild 1709 +MD5 3aedde9ef264127c26bc7287e9e4b2d6 ChangeLog 3618 +MD5 c1336f729c6dcd9ed89a147cd8c2ebb2 bittorrent-3.4.ebuild 1709 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 b8435e57c0b439d46729e05a3e21de0d bittorrent-3.3.0.ebuild 1699 MD5 31bd68c1e5483131e9b345cfabf3843a files/digest-bittorrent-3.4 63 diff --git a/net-p2p/bittorrent/bittorrent-3.4.ebuild b/net-p2p/bittorrent/bittorrent-3.4.ebuild index 8cf46a1b3186..b60ce24c8341 100644 --- a/net-p2p/bittorrent/bittorrent-3.4.ebuild +++ b/net-p2p/bittorrent/bittorrent-3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.4.ebuild,v 1.1 2004/03/08 21:27:48 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.4.ebuild,v 1.2 2004/03/10 15:59:49 mholzer Exp $ inherit distutils @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" RESTRICT="nomirror" SLOT="0" LICENSE="MIT" -KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64" +KEYWORDS="-x86 -ppc -alpha -sparc -amd64" IUSE="X" |