summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDror Levin <spatz@gentoo.org>2009-11-10 11:35:11 +0000
committerDror Levin <spatz@gentoo.org>2009-11-10 11:35:11 +0000
commit38724481e9e07db566d16cc205dc9c05da62cdca (patch)
treeabd2854070c486f88e51e4d6daec48aa3cfcfdda
parentversion bump wrt bug #290313 (diff)
downloadgentoo-2-38724481e9e07db566d16cc205dc9c05da62cdca.tar.gz
gentoo-2-38724481e9e07db566d16cc205dc9c05da62cdca.tar.bz2
gentoo-2-38724481e9e07db566d16cc205dc9c05da62cdca.zip
Fix pre-stripping of binaries, bug 265209.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
-rw-r--r--net-p2p/qbittorrent/ChangeLog5
-rw-r--r--net-p2p/qbittorrent/qbittorrent-1.5.5.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/net-p2p/qbittorrent/ChangeLog b/net-p2p/qbittorrent/ChangeLog
index 9b3d35a9ea56..aa2f18c2b3a8 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.61 2009/11/05 16:21:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.62 2009/11/10 11:35:11 spatz Exp $
+
+ 10 Nov 2009; Dror Levin <spatz@gentoo.org> qbittorrent-1.5.5.ebuild:
+ Fix pre-stripping of binaries, bug 265209.
*qbittorrent-1.5.5 (05 Nov 2009)
diff --git a/net-p2p/qbittorrent/qbittorrent-1.5.5.ebuild b/net-p2p/qbittorrent/qbittorrent-1.5.5.ebuild
index 56490eb8eda1..8eceafc14698 100644
--- a/net-p2p/qbittorrent/qbittorrent-1.5.5.ebuild
+++ b/net-p2p/qbittorrent/qbittorrent-1.5.5.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.5.ebuild,v 1.1 2009/11/05 16:21:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.5.5.ebuild,v 1.2 2009/11/10 11:35:11 spatz Exp $
EAPI="2"
inherit eutils qt4 multilib
@@ -36,6 +36,7 @@ src_prepare() {
src_configure() {
# econf fails, since this uses qconf
./configure --prefix=/usr --qtdir=/usr || die "configure failed"
+ eqmake4
}
src_install() {