diff options
author | Markus Meier <maekke@gentoo.org> | 2009-12-17 20:12:19 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-12-17 20:12:19 +0000 |
commit | 768b423e276bbafad061a198801c1a2629d2773f (patch) | |
tree | 5dc8331b217d552f41ed4a72454bb045ecac997c /net-p2p/qbittorrent | |
parent | x86 stable, bug #290707 (diff) | |
download | gentoo-2-768b423e276bbafad061a198801c1a2629d2773f.tar.gz gentoo-2-768b423e276bbafad061a198801c1a2629d2773f.tar.bz2 gentoo-2-768b423e276bbafad061a198801c1a2629d2773f.zip |
x86 stable, bug #290708
(Portage version: 2.2_rc59/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-1.5.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog index aa2f18c2b3a8..05f45d9031ae 100644 --- a/net-p2p/qbittorrent/ChangeLog +++ b/net-p2p/qbittorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/qbittorrent # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.62 2009/11/10 11:35:11 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.63 2009/12/17 20:12:19 maekke Exp $ + + 17 Dec 2009; Markus Meier <maekke@gentoo.org> qbittorrent-1.5.3.ebuild: + x86 stable, bug #290708 10 Nov 2009; Dror Levin <spatz@gentoo.org> qbittorrent-1.5.5.ebuild: Fix pre-stripping of binaries, bug 265209. diff --git a/net-p2p/qbittorrent/qbittorrent-1.5.3.ebuild b/net-p2p/qbittorrent/qbittorrent-1.5.3.ebuild index f31ef207b262..02cc5e399915 100644 --- a/net-p2p/qbittorrent/qbittorrent-1.5.3.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-1.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.5.3.ebuild,v 1.1 2009/09/30 22:49:40 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.5.3.ebuild,v 1.2 2009/12/17 20:12:19 maekke Exp $ EAPI="2" inherit eutils qt4 multilib @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" # boost version so that we always have thread support |