diff options
-rw-r--r-- | net-p2p/transmission/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/transmission/transmission-1.61.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/transmission/ChangeLog b/net-p2p/transmission/ChangeLog index 3c2d28c09dc1..c573c13c4529 100644 --- a/net-p2p/transmission/ChangeLog +++ b/net-p2p/transmission/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/transmission # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.81 2009/05/13 18:31:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/ChangeLog,v 1.82 2009/05/14 18:40:04 josejx Exp $ + + 14 May 2009; Joseph Jezak <josejx@gentoo.org> transmission-1.61.ebuild: + Marked ppc stable for bug #269605. 13 May 2009; Markus Meier <maekke@gentoo.org> transmission-1.61.ebuild: amd64 stable, bug #269605 diff --git a/net-p2p/transmission/transmission-1.61.ebuild b/net-p2p/transmission/transmission-1.61.ebuild index d8e25391f2e6..d8a97eedf0cf 100644 --- a/net-p2p/transmission/transmission-1.61.ebuild +++ b/net-p2p/transmission/transmission-1.61.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-1.61.ebuild,v 1.3 2009/05/13 18:31:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/transmission/transmission-1.61.ebuild,v 1.4 2009/05/14 18:40:04 josejx Exp $ EAPI=2 inherit autotools fdo-mime gnome2-utils qt4 @@ -11,7 +11,7 @@ SRC_URI="http://download.${PN}bt.com/${PN}/files/${P}.tar.bz2" LICENSE="MIT GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc x86 ~x86-fbsd" IUSE="gtk libnotify qt4" RDEPEND=">=dev-libs/openssl-0.9.4 |