diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-23 17:27:30 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-23 17:27:30 +0000 |
commit | 1d18f1fbca0dec6f629c658ce7e843906a15842f (patch) | |
tree | 3e1f6f225e4fac433e4a70014c7ec12e43c1c1a1 /net-libs/libktorrent | |
parent | Add ~ppc64, wrt bug #455960 (diff) | |
download | gentoo-2-1d18f1fbca0dec6f629c658ce7e843906a15842f.tar.gz gentoo-2-1d18f1fbca0dec6f629c658ce7e843906a15842f.tar.bz2 gentoo-2-1d18f1fbca0dec6f629c658ce7e843906a15842f.zip |
Add ~ppc64, wrt bug #455960
(Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs/libktorrent')
-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 af7f73f01d6a..f38d0a661801 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.47 2013/01/29 12:40:19 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.48 2013/02/23 17:27:30 ago Exp $ + + 23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libktorrent-1.3.1.ebuild: + Add ~ppc64, wrt bug #455960 *libktorrent-1.3.1 (29 Jan 2013) diff --git a/net-libs/libktorrent/libktorrent-1.3.1.ebuild b/net-libs/libktorrent/libktorrent-1.3.1.ebuild index 1275b3c796a0..36ea211a2f73 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.1 2013/01/29 12:40:19 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.3.1.ebuild,v 1.2 2013/02/23 17:27:30 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 ~x86" + KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" else KEYWORDS="" fi |