diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-07-21 09:31:54 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-07-21 09:31:54 +0000 |
commit | a04548b90a749bd77acbbc31f96d4d4f6d450870 (patch) | |
tree | 7c2e1734ac70d80811c24eb97cfbb804ef0db454 /net-p2p | |
parent | version bump (diff) | |
download | gentoo-2-a04548b90a749bd77acbbc31f96d4d4f6d450870.tar.gz gentoo-2-a04548b90a749bd77acbbc31f96d4d4f6d450870.tar.bz2 gentoo-2-a04548b90a749bd77acbbc31f96d4d4f6d450870.zip |
Stable on amd64 wrt bug #375543
(Portage version: 2.2.0_alpha45/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-2.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index a096379e12be..427114c4f095 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.161 2011/06/20 12:19:09 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.162 2011/07/21 09:31:54 hwoarang Exp $ + + 21 Jul 2011; Markos Chandras <hwoarang@gentoo.org> qbittorrent-2.8.2.ebuild: + Stable on amd64 wrt bug #375543 *qbittorrent-2.8.2 (20 Jun 2011) diff --git a/net-p2p/qbittorrent/qbittorrent-2.8.2.ebuild b/net-p2p/qbittorrent/qbittorrent-2.8.2.ebuild index 07eec491b794..144e65d3814d 100644 --- a/net-p2p/qbittorrent/qbittorrent-2.8.2.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-2.8.2.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.8.2.ebuild,v 1.1 2011/06/20 12:19:09 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.8.2.ebuild,v 1.2 2011/07/21 09:31:54 hwoarang 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" |