diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-15 01:22:13 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-15 01:22:13 +0000 |
commit | d1f132f3140ab38f84ee06e2c3a60214791797b7 (patch) | |
tree | d913cd359182daa94e8c420e41b7cb5e2d423e8f | |
parent | Version bump, with security fixes. Remove old insecure versions. (diff) | |
download | gentoo-2-d1f132f3140ab38f84ee06e2c3a60214791797b7.tar.gz gentoo-2-d1f132f3140ab38f84ee06e2c3a60214791797b7.tar.bz2 gentoo-2-d1f132f3140ab38f84ee06e2c3a60214791797b7.zip |
stable ppc, bug #441452
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
-rw-r--r-- | net-libs/libktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libktorrent/libktorrent-1.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libktorrent/ChangeLog b/net-libs/libktorrent/ChangeLog index e2416f03d681..a1aa2d8a75c8 100644 --- a/net-libs/libktorrent/ChangeLog +++ b/net-libs/libktorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libktorrent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.42 2012/11/14 21:53:18 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.43 2012/11/15 01:22:13 blueness Exp $ + + 15 Nov 2012; Anthony G. Basile <blueness@gentoo.org> libktorrent-1.3.0.ebuild: + stable ppc, bug #441452 14 Nov 2012; Johannes Huber <johu@gentoo.org> libktorrent-1.3.0.ebuild: Stable for x86, wrt bug #441452 diff --git a/net-libs/libktorrent/libktorrent-1.3.0.ebuild b/net-libs/libktorrent/libktorrent-1.3.0.ebuild index 722095a739fa..4b24df599e50 100644 --- a/net-libs/libktorrent/libktorrent-1.3.0.ebuild +++ b/net-libs/libktorrent/libktorrent-1.3.0.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-libs/libktorrent/libktorrent-1.3.0.ebuild,v 1.3 2012/11/14 21:53:18 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.3.0.ebuild,v 1.4 2012/11/15 01:22:13 blueness Exp $ EAPI=4 @@ -21,7 +21,7 @@ if [[ ${PV} != 9999* ]]; then SRC_URI="http://ktorrent.org/downloads/${KTORRENT_VERSION}/${MY_P}.tar.bz2" S="${WORKDIR}"/"${MY_P}" - KEYWORDS="amd64 ~ppc ~ppc64 x86" + KEYWORDS="amd64 ppc ~ppc64 x86" else KEYWORDS="" fi |