diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-10-06 21:51:42 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-10-06 21:51:42 +0000 |
commit | 85b4997cbec6bf037b83d21fbc4d390bb8b3f304 (patch) | |
tree | 6f0c186e428c9f8c4a13896e610fb8da4c827b65 /net-p2p/transmission/transmission-2.61.ebuild | |
parent | Added two more backends here (diff) | |
download | gentoo-2-85b4997cbec6bf037b83d21fbc4d390bb8b3f304.tar.gz gentoo-2-85b4997cbec6bf037b83d21fbc4d390bb8b3f304.tar.bz2 gentoo-2-85b4997cbec6bf037b83d21fbc4d390bb8b3f304.zip |
stable ppc ppc64, bug #428196
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/transmission/transmission-2.61.ebuild')
-rw-r--r-- | net-p2p/transmission/transmission-2.61.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/transmission/transmission-2.61.ebuild b/net-p2p/transmission/transmission-2.61.ebuild index 97947a0bed86..84034a354f7d 100644 --- a/net-p2p/transmission/transmission-2.61.ebuild +++ b/net-p2p/transmission/transmission-2.61.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-2.61.ebuild,v 1.5 2012/10/04 19:30:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-2.61.ebuild,v 1.6 2012/10/06 21:51:42 blueness Exp $ EAPI=4 inherit autotools eutils fdo-mime gnome2-utils qt4-r2 user @@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]]; then inherit subversion else SRC_URI="http://download.transmissionbt.com/${PN}/files/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux" + KEYWORDS="amd64 ~arm ppc ppc64 ~x86 ~x86-fbsd ~amd64-linux" fi DESCRIPTION="A Fast, Easy and Free BitTorrent client" |