diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-02 20:56:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-02 20:56:50 +0000 |
commit | e7924cc0d2cd9519e4950450926583735eb21dd1 (patch) | |
tree | 1e77471a2a9c5aa826d27bedbed96e30af03edb2 /net-libs | |
parent | Stable for ppc64, wrt bug #462890 (diff) | |
download | gentoo-2-e7924cc0d2cd9519e4950450926583735eb21dd1.tar.gz gentoo-2-e7924cc0d2cd9519e4950450926583735eb21dd1.tar.bz2 gentoo-2-e7924cc0d2cd9519e4950450926583735eb21dd1.zip |
Stable for ppc64, wrt bug #462890
(Portage version: 2.1.11.55/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libktorrent/libktorrent-1.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libktorrent/ChangeLog b/net-libs/libktorrent/ChangeLog index e7006ebd0736..31c0484f44f2 100644 --- a/net-libs/libktorrent/ChangeLog +++ b/net-libs/libktorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libktorrent # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.52 2013/03/10 10:50:03 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.53 2013/04/02 20:56:50 ago Exp $ + + 02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> libktorrent-1.3.1.ebuild: + Stable for ppc64, wrt bug #462890 10 Mar 2013; Michael Palimaka <kensington@gentoo.org> -libktorrent-1.3.0.ebuild: diff --git a/net-libs/libktorrent/libktorrent-1.3.1.ebuild b/net-libs/libktorrent/libktorrent-1.3.1.ebuild index d2d4080f76f1..280189f85ac6 100644 --- a/net-libs/libktorrent/libktorrent-1.3.1.ebuild +++ b/net-libs/libktorrent/libktorrent-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.3.1.ebuild,v 1.5 2013/03/09 17:36:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.3.1.ebuild,v 1.6 2013/04/02 20:56:50 ago Exp $ EAPI=5 @@ -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 ~arm ppc ~ppc64 x86" + KEYWORDS="amd64 ~arm ppc ppc64 x86" else KEYWORDS="" fi |