diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-09 17:36:38 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-09 17:36:38 +0000 |
commit | 6ab08b679980d728b606d5a24e88588fc2d1b61f (patch) | |
tree | d5f50ae921b203121db3f114460ae9fe250abf01 /net-libs/libktorrent | |
parent | Stable for x86, wrt bug #460144 (diff) | |
download | gentoo-2-6ab08b679980d728b606d5a24e88588fc2d1b61f.tar.gz gentoo-2-6ab08b679980d728b606d5a24e88588fc2d1b61f.tar.bz2 gentoo-2-6ab08b679980d728b606d5a24e88588fc2d1b61f.zip |
Stable for x86, wrt bug #460290
(Portage version: 2.1.11.52/cvs/Linux x86_64, 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 7dd078cdd2a7..2b4efa0d5809 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.50 2013/03/09 11:24:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.51 2013/03/09 17:36:38 ago Exp $ + + 09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libktorrent-1.3.1.ebuild: + Stable for x86, wrt bug #460290 09 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libktorrent-1.3.1.ebuild: Stable for ppc, wrt bug #460290 diff --git a/net-libs/libktorrent/libktorrent-1.3.1.ebuild b/net-libs/libktorrent/libktorrent-1.3.1.ebuild index 32b714df98c9..d2d4080f76f1 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.4 2013/03/09 11:24:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.3.1.ebuild,v 1.5 2013/03/09 17:36:38 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 |