diff options
author | Markus Meier <maekke@gentoo.org> | 2011-05-26 21:21:23 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2011-05-26 21:21:23 +0000 |
commit | 2130217bcb2b7e51f98cd391189f8383e1561f9b (patch) | |
tree | 8c2af9d1a39895865a73d03b21763560386e3316 /net-p2p/qbittorrent | |
parent | x86 stable, bug #365393 (diff) | |
download | gentoo-2-2130217bcb2b7e51f98cd391189f8383e1561f9b.tar.gz gentoo-2-2130217bcb2b7e51f98cd391189f8383e1561f9b.tar.bz2 gentoo-2-2130217bcb2b7e51f98cd391189f8383e1561f9b.zip |
x86 stable, bug #365393
(Portage version: 2.1.9.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.7.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index b506b585d6e0..992e512cb5d5 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.155 2011/05/26 16:27:38 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.156 2011/05/26 21:21:23 maekke Exp $ + + 26 May 2011; Markus Meier <maekke@gentoo.org> qbittorrent-2.7.3.ebuild: + x86 stable, bug #365393 *qbittorrent-2.8.0_rc2 (26 May 2011) diff --git a/net-p2p/qbittorrent/qbittorrent-2.7.3.ebuild b/net-p2p/qbittorrent/qbittorrent-2.7.3.ebuild index 45f0c86b060e..c740247e8b4a 100644 --- a/net-p2p/qbittorrent/qbittorrent-2.7.3.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-2.7.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.7.3.ebuild,v 1.3 2011/05/11 18:57:09 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.7.3.ebuild,v 1.4 2011/05/26 21:21:23 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 x86" IUSE="dbus +X geoip" QT_MIN="4.6.1" |