diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-05 16:44:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-05 16:44:32 +0000 |
commit | ba9f90fca5d2a01ffd55d33602d00ed70c89d0f8 (patch) | |
tree | e038ba1d69267e9cf9c9a56d5ca10745b3ad88bb /net-p2p | |
parent | Stable for amd64, wrt bug #455314 (diff) | |
download | gentoo-2-ba9f90fca5d2a01ffd55d33602d00ed70c89d0f8.tar.gz gentoo-2-ba9f90fca5d2a01ffd55d33602d00ed70c89d0f8.tar.bz2 gentoo-2-ba9f90fca5d2a01ffd55d33602d00ed70c89d0f8.zip |
Stable for amd64, wrt bug #460190
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
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 753793709ff6..8452a030d9c1 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.207 2013/03/03 22:52:29 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.208 2013/03/05 16:44:32 ago Exp $ + + 05 Mar 2013; Agostino Sarubbo <ago@gentoo.org> qbittorrent-3.0.8.ebuild: + Stable for amd64, wrt bug #460190 03 Mar 2013; Markos Chandras <hwoarang@gentoo.org> -qbittorrent-2.9.11.ebuild, -qbittorrent-3.0.5.ebuild, -qbittorrent-3.0.6.ebuild: diff --git a/net-p2p/qbittorrent/qbittorrent-3.0.8.ebuild b/net-p2p/qbittorrent/qbittorrent-3.0.8.ebuild index 9aef088b6c32..3ef15b3e1ce3 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.2 2013/03/02 23:09:45 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.0.8.ebuild,v 1.3 2013/03/05 16:44:32 ago 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" |