diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-07-04 08:51:26 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-07-04 08:51:26 +0000 |
commit | 6c6f47736b5988d17599dece4c655e718d871dba (patch) | |
tree | 6693b0ae631f5d28bce77e481bba88fc07fdcdbf /net-p2p/qbittorrent | |
parent | Properly detect libpng if USE="-truetype" wrt bug 326803. Thanks to Carlo Mar... (diff) | |
download | gentoo-2-6c6f47736b5988d17599dece4c655e718d871dba.tar.gz gentoo-2-6c6f47736b5988d17599dece4c655e718d871dba.tar.bz2 gentoo-2-6c6f47736b5988d17599dece4c655e718d871dba.zip |
Stable on amd64 wrt bug #326567
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/qbittorrent')
-rw-r--r-- | net-p2p/qbittorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-2.2.8.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index 375c907f3d6d..d8ebf4d7dca2 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.93 2010/06/29 16:56:41 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.94 2010/07/04 08:51:26 hwoarang Exp $ + + 04 Jul 2010; Markos Chandras <hwoarang@gentoo.org> + qbittorrent-2.2.8.ebuild: + Stable on amd64 wrt bug #326567 *qbittorrent-2.3.0_beta4 (29 Jun 2010) diff --git a/net-p2p/qbittorrent/qbittorrent-2.2.8.ebuild b/net-p2p/qbittorrent/qbittorrent-2.2.8.ebuild index ec7529774747..8b970d19408b 100644 --- a/net-p2p/qbittorrent/qbittorrent-2.2.8.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-2.2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.2.8.ebuild,v 1.1 2010/06/02 14:27:35 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-2.2.8.ebuild,v 1.2 2010/07/04 08:51:26 hwoarang Exp $ EAPI="2" PYTHON_DEPEND="2" @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="+X geoip libnotify" # boost version so that we always have thread support |