diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-04-15 14:07:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-04-15 14:07:13 +0000 |
commit | a8786075e48bce4136cbe300ccf704cb6951f373 (patch) | |
tree | b3fe604c7296c8a83a0128ed9e8e34b1cad14af6 /net-p2p/qbittorrent | |
parent | Stable for amd64, wrt bug #410345 (diff) | |
download | gentoo-2-a8786075e48bce4136cbe300ccf704cb6951f373.tar.gz gentoo-2-a8786075e48bce4136cbe300ccf704cb6951f373.tar.bz2 gentoo-2-a8786075e48bce4136cbe300ccf704cb6951f373.zip |
Stable for amd64, wrt bug #411869
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-2.9.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index 7b5cb6636b97..46e388f6a881 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.182 2012/03/18 18:02:48 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.183 2012/04/15 14:07:13 ago Exp $ + + 15 Apr 2012; Agostino Sarubbo <ago@gentoo.org> qbittorrent-2.9.7.ebuild: + Stable for amd64, wrt bug #411869 *qbittorrent-2.9.7 (18 Mar 2012) diff --git a/net-p2p/qbittorrent/qbittorrent-2.9.7.ebuild b/net-p2p/qbittorrent/qbittorrent-2.9.7.ebuild index 425af2ea6074..fa5fe19ebd83 100644 --- a/net-p2p/qbittorrent/qbittorrent-2.9.7.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-2.9.7.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-p2p/qbittorrent/qbittorrent-2.9.7.ebuild,v 1.1 2012/03/18 18:02:48 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.9.7.ebuild,v 1.2 2012/04/15 14:07:13 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" |