diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2013-03-31 18:06:06 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2013-03-31 18:06:06 +0000 |
commit | 0cf2925f73cd5cd2fd533aac2441602e00a4c3ff (patch) | |
tree | 80922234438f4e85ba88466491e69bd5a5cc9005 /net-p2p | |
parent | Bump, adds Retribution 1.1.6 updates and various fixes. Update python use dep... (diff) | |
download | gentoo-2-0cf2925f73cd5cd2fd533aac2441602e00a4c3ff.tar.gz gentoo-2-0cf2925f73cd5cd2fd533aac2441602e00a4c3ff.tar.bz2 gentoo-2-0cf2925f73cd5cd2fd533aac2441602e00a4c3ff.zip |
marked x86 per bug 460190
(Portage version: 2.2.0_alpha170/cvs/Linux i686, signed Manifest commit with key 23E9E900)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-3.0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index 376247483208..bf6d7e45aa76 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.209 2013/03/18 21:08:20 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.210 2013/03/31 18:06:06 jdhore Exp $ + + 31 Mar 2013; Jeff Horelick <jdhore@gentoo.org> qbittorrent-3.0.8.ebuild: + marked x86 per bug 460190 *qbittorrent-3.0.9 (18 Mar 2013) diff --git a/net-p2p/qbittorrent/qbittorrent-3.0.8.ebuild b/net-p2p/qbittorrent/qbittorrent-3.0.8.ebuild index 3ef15b3e1ce3..f1ee5ac2144a 100644 --- a/net-p2p/qbittorrent/qbittorrent-3.0.8.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-3.0.8.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.8.ebuild,v 1.3 2013/03/05 16:44:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.8.ebuild,v 1.4 2013/03/31 18:06:06 jdhore 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 x86" IUSE="dbus +X geoip" QT_MIN="4.6.1" |