summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-12-15 20:46:11 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-12-15 20:46:11 +0000
commit0a1a58339653e1f951703353cffba40928e7ae83 (patch)
treeb0be9b1cbb1cdcb33a9132c29d25a8392ee44314 /net-im/qutim
parentUpdate GCC 4.4 patch to include also applyCtl.cpp wrt #296912. (diff)
downloadgentoo-2-0a1a58339653e1f951703353cffba40928e7ae83.tar.gz
gentoo-2-0a1a58339653e1f951703353cffba40928e7ae83.tar.bz2
gentoo-2-0a1a58339653e1f951703353cffba40928e7ae83.zip
Correctly install plugins. Fixes bug #295533
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'net-im/qutim')
-rw-r--r--net-im/qutim/ChangeLog8
-rw-r--r--net-im/qutim/qutim-0.2.0-r2.ebuild (renamed from net-im/qutim/qutim-0.2.0-r1.ebuild)4
2 files changed, 9 insertions, 3 deletions
diff --git a/net-im/qutim/ChangeLog b/net-im/qutim/ChangeLog
index e66e2cf029ec..c8b5a02fe228 100644
--- a/net-im/qutim/ChangeLog
+++ b/net-im/qutim/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-im/qutim
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.3 2009/11/29 12:42:19 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/ChangeLog,v 1.4 2009/12/15 20:46:11 hwoarang Exp $
+
+*qutim-0.2.0-r2 (15 Dec 2009)
+
+ 15 Dec 2009; <hwoarang@gentoo.org> -qutim-0.2.0-r1.ebuild,
+ +qutim-0.2.0-r2.ebuild:
+ Correctly install plugins. Fixes bug #295533 . Thanks to Andrey Hippo <ahippo@yandex.ru>
*qutim-0.2.0-r1 (29 Nov 2009)
diff --git a/net-im/qutim/qutim-0.2.0-r1.ebuild b/net-im/qutim/qutim-0.2.0-r2.ebuild
index 6a18f68833a1..629bb06ea0fb 100644
--- a/net-im/qutim/qutim-0.2.0-r1.ebuild
+++ b/net-im/qutim/qutim-0.2.0-r2.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-im/qutim/qutim-0.2.0-r1.ebuild,v 1.1 2009/11/29 12:42:19 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/qutim/qutim-0.2.0-r2.ebuild,v 1.1 2009/12/15 20:46:11 hwoarang Exp $
EAPI="2"
@@ -47,7 +47,7 @@ src_prepare() {
src_compile() {
# build main executable
cmake-utils_src_compile
- local found=0
+ found=0
# build protocol support
if use jabber; then
found=1