diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-05 16:40:24 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-05 16:40:24 +0000 |
commit | b6cfafe92f37a90299bdffdc1c593b5d4bb048a2 (patch) | |
tree | a953b73fd73f126bf4ca6b7b3cd2055c3fa923ec /net-libs | |
parent | Stable for amd64, wrt bug #460144 (diff) | |
download | gentoo-2-b6cfafe92f37a90299bdffdc1c593b5d4bb048a2.tar.gz gentoo-2-b6cfafe92f37a90299bdffdc1c593b5d4bb048a2.tar.bz2 gentoo-2-b6cfafe92f37a90299bdffdc1c593b5d4bb048a2.zip |
Stable for amd64, wrt bug #460290
(Portage version: 2.1.11.52/cvs/Linux x86_64, 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 f38d0a661801..e333aa66ffe5 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.48 2013/02/23 17:27:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.49 2013/03/05 16:40:24 ago Exp $ + + 05 Mar 2013; Agostino Sarubbo <ago@gentoo.org> libktorrent-1.3.1.ebuild: + Stable for amd64, wrt bug #460290 23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> libktorrent-1.3.1.ebuild: Add ~ppc64, wrt bug #455960 diff --git a/net-libs/libktorrent/libktorrent-1.3.1.ebuild b/net-libs/libktorrent/libktorrent-1.3.1.ebuild index 36ea211a2f73..ddc1327e1920 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.2 2013/02/23 17:27:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.3.1.ebuild,v 1.3 2013/03/05 16:40:24 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 |