diff options
author | Jason Wever <weeve@gentoo.org> | 2005-03-21 21:32:52 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2005-03-21 21:32:52 +0000 |
commit | bebbfd0c2751b6a124dbb658d074b7d32cd5a809 (patch) | |
tree | 35f78387c0cd84630bc663d012f907b80128ca3f /net-p2p | |
parent | Added ao USE flag for timidity. (diff) | |
download | gentoo-2-bebbfd0c2751b6a124dbb658d074b7d32cd5a809.tar.gz gentoo-2-bebbfd0c2751b6a124dbb658d074b7d32cd5a809.tar.bz2 gentoo-2-bebbfd0c2751b6a124dbb658d074b7d32cd5a809.zip |
Added ~sparc keyword wrt bug #86127.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/bittorrent/bittorrent-4.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/bittorrent/ChangeLog b/net-p2p/bittorrent/ChangeLog index 060671d648b4..0e398d1ad10c 100644 --- a/net-p2p/bittorrent/ChangeLog +++ b/net-p2p/bittorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/bittorrent # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.41 2005/03/21 13:37:34 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.42 2005/03/21 21:32:52 weeve Exp $ + + 21 Mar 2005; Jason Wever <weeve@gentoo.org> bittorrent-4.0.0.ebuild: + Added ~sparc keyword wrt bug #86127. *bittorrent-4.0.0 (21 Mar 2005) diff --git a/net-p2p/bittorrent/bittorrent-4.0.0.ebuild b/net-p2p/bittorrent/bittorrent-4.0.0.ebuild index 297ddc98dbb9..02b400bcc3f3 100644 --- a/net-p2p/bittorrent/bittorrent-4.0.0.ebuild +++ b/net-p2p/bittorrent/bittorrent-4.0.0.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-4.0.0.ebuild,v 1.1 2005/03/21 13:37:34 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-4.0.0.ebuild,v 1.2 2005/03/21 21:32:52 weeve Exp $ inherit distutils @@ -14,7 +14,7 @@ SRC_URI="http://www.bittorrent.com/dl/${MY_P}.tar.gz" LICENSE="BitTorrent" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86 ~sparc" IUSE="X" RDEPEND="X? ( >=x11-libs/gtk+-2.4* \ |