diff options
author | Joseph Jezak <josejx@gentoo.org> | 2010-03-09 22:02:11 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2010-03-09 22:02:11 +0000 |
commit | f837f9d35c758c7644f379a569e5760c6d3717c7 (patch) | |
tree | 20f51699aff025eecc74ab002c901aed563d77f1 /net-p2p | |
parent | Marked ppc stable for bug #301310. (diff) | |
download | gentoo-2-f837f9d35c758c7644f379a569e5760c6d3717c7.tar.gz gentoo-2-f837f9d35c758c7644f379a569e5760c6d3717c7.tar.bz2 gentoo-2-f837f9d35c758c7644f379a569e5760c6d3717c7.zip |
Marked ppc stable for bug #301773.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/transmission/transmission-1.83.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/transmission/ChangeLog b/net-p2p/transmission/ChangeLog index 4965cc308602..27155c864496 100644 --- a/net-p2p/transmission/ChangeLog +++ b/net-p2p/transmission/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/transmission # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.107 2010/02/22 06:52:23 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.108 2010/03/09 22:02:11 josejx Exp $ + + 09 Mar 2010; Joseph Jezak <josejx@gentoo.org> transmission-1.83.ebuild: + Marked ppc stable for bug #301773. *transmission-1.91 (22 Feb 2010) diff --git a/net-p2p/transmission/transmission-1.83.ebuild b/net-p2p/transmission/transmission-1.83.ebuild index a85ff168de8e..26af086461e7 100644 --- a/net-p2p/transmission/transmission-1.83.ebuild +++ b/net-p2p/transmission/transmission-1.83.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-1.83.ebuild,v 1.5 2010/02/14 10:29:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-1.83.ebuild,v 1.6 2010/03/09 22:02:11 josejx Exp $ EAPI=2 inherit autotools eutils fdo-mime gnome2-utils qt4-r2 @@ -11,7 +11,7 @@ SRC_URI="http://download.transmissionbt.com/${PN}/files/${P}.tar.bz2" LICENSE="MIT GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ppc x86 ~x86-fbsd" IUSE="gnome gtk libnotify sound qt4" RDEPEND=">=dev-libs/libevent-1.4.11 |