diff options
author | Markus Meier <maekke@gentoo.org> | 2013-07-17 19:17:06 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-07-17 19:17:06 +0000 |
commit | 7da0242bc74f6d11aff6ca45565b647d70e4e7f8 (patch) | |
tree | 83893cb51a5ec4fd91347e433b258baaa6986a7e /net-p2p | |
parent | add ~arm, bug #473470 (diff) | |
download | gentoo-2-7da0242bc74f6d11aff6ca45565b647d70e4e7f8.tar.gz gentoo-2-7da0242bc74f6d11aff6ca45565b647d70e4e7f8.tar.bz2 gentoo-2-7da0242bc74f6d11aff6ca45565b647d70e4e7f8.zip |
add ~arm, bug #473472
(Portage version: 2.1.12.12/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-3.0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index bf6d7e45aa76..ca57ed39002e 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.210 2013/03/31 18:06:06 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.211 2013/07/17 19:17:06 maekke Exp $ + + 17 Jul 2013; Markus Meier <maekke@gentoo.org> qbittorrent-3.0.9.ebuild: + add ~arm, bug #473472 31 Mar 2013; Jeff Horelick <jdhore@gentoo.org> qbittorrent-3.0.8.ebuild: marked x86 per bug 460190 diff --git a/net-p2p/qbittorrent/qbittorrent-3.0.9.ebuild b/net-p2p/qbittorrent/qbittorrent-3.0.9.ebuild index 4f0133a2202f..e9d330cba1b4 100644 --- a/net-p2p/qbittorrent/qbittorrent-3.0.9.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-3.0.9.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-p2p/qbittorrent/qbittorrent-3.0.9.ebuild,v 1.1 2013/03/18 21:08:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.9.ebuild,v 1.2 2013/07/17 19:17:06 maekke Exp $ EAPI="2" PYTHON_DEPEND="2" @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="dbus +X geoip" QT_MIN="4.6.1" |