diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-10-04 19:30:26 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-10-04 19:30:26 +0000 |
commit | 4193f4941ae9b24e8c0a3ff8850c2ce5b8e0fb21 (patch) | |
tree | c99d9ef6719f8951fe26e252725e99ff9a2e8bc3 /net-p2p/transmission | |
parent | version bump and sync live ebuild. (diff) | |
download | gentoo-2-4193f4941ae9b24e8c0a3ff8850c2ce5b8e0fb21.tar.gz gentoo-2-4193f4941ae9b24e8c0a3ff8850c2ce5b8e0fb21.tar.bz2 gentoo-2-4193f4941ae9b24e8c0a3ff8850c2ce5b8e0fb21.zip |
Stable for amd64, wrt bug #428196
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/transmission')
-rw-r--r-- | net-p2p/transmission/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/transmission/transmission-2.61.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/transmission/ChangeLog b/net-p2p/transmission/ChangeLog index fcdd6212902a..9d224c063bdd 100644 --- a/net-p2p/transmission/ChangeLog +++ b/net-p2p/transmission/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/transmission # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.207 2012/09/29 16:43:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.208 2012/10/04 19:30:26 ago Exp $ + + 04 Oct 2012; Agostino Sarubbo <ago@gentoo.org> transmission-2.61.ebuild: + Stable for amd64, wrt bug #428196 *transmission-2.71 (29 Sep 2012) diff --git a/net-p2p/transmission/transmission-2.61.ebuild b/net-p2p/transmission/transmission-2.61.ebuild index 43c30ce7e85b..97947a0bed86 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.4 2012/09/25 09:40:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-2.61.ebuild,v 1.5 2012/10/04 19:30:26 ago 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" |