diff options
author | Markus Meier <maekke@gentoo.org> | 2012-12-23 11:31:19 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-12-23 11:31:19 +0000 |
commit | f0943a32b23d0a42209e6ce143b141e7a8cdd4a6 (patch) | |
tree | b115ac948edba09363acf11a2148e94316c2f538 /net-libs | |
parent | add ~arm (diff) | |
download | gentoo-2-f0943a32b23d0a42209e6ce143b141e7a8cdd4a6.tar.gz gentoo-2-f0943a32b23d0a42209e6ce143b141e7a8cdd4a6.tar.bz2 gentoo-2-f0943a32b23d0a42209e6ce143b141e7a8cdd4a6.zip |
add ~arm
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Diffstat (limited to 'net-libs')
-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 5391a41fdb33..066d51adbb89 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.45 2012/12/10 16:05:08 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/ChangeLog,v 1.46 2012/12/23 11:31:19 maekke Exp $ + + 23 Dec 2012; Markus Meier <maekke@gentoo.org> libktorrent-1.3.0.ebuild: + add ~arm 10 Dec 2012; Michael Palimaka <kensington@gentoo.org> libktorrent-1.3.0.ebuild: diff --git a/net-libs/libktorrent/libktorrent-1.3.0.ebuild b/net-libs/libktorrent/libktorrent-1.3.0.ebuild index 6f275eb7288e..23b6f1960160 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.5 2012/12/10 16:05:08 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libktorrent/libktorrent-1.3.0.ebuild,v 1.6 2012/12/23 11:31:19 maekke 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 x86" + KEYWORDS="amd64 ~arm ppc x86" else KEYWORDS="" fi |