summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-10-12 05:40:36 +0000
committerJonathan Callen <abcd@gentoo.org>2009-10-12 05:40:36 +0000
commit70a41a6de2974f2c318f8e8e1b6633304d5a88c2 (patch)
tree2ad68a3a5c2b2d90133498c420a2cb7cbe4bbdb4 /kde-base
parentFix QA issues (diff)
downloadgentoo-2-70a41a6de2974f2c318f8e8e1b6633304d5a88c2.tar.gz
gentoo-2-70a41a6de2974f2c318f8e8e1b6633304d5a88c2.tar.bz2
gentoo-2-70a41a6de2974f2c318f8e8e1b6633304d5a88c2.zip
Fix QA issues
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kmix/ChangeLog6
-rw-r--r--kde-base/kmix/kmix-3.5.10.ebuild4
-rw-r--r--kde-base/kmix/kmix-3.5.9.ebuild6
3 files changed, 10 insertions, 6 deletions
diff --git a/kde-base/kmix/ChangeLog b/kde-base/kmix/ChangeLog
index ed6478e45085..5c5a8ef27d63 100644
--- a/kde-base/kmix/ChangeLog
+++ b/kde-base/kmix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kmix
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.130 2009/10/10 09:45:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.131 2009/10/12 05:40:36 abcd Exp $
+
+ 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> kmix-3.5.9.ebuild,
+ kmix-3.5.10.ebuild:
+ Fix QA issues
10 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> kmix-4.3.1.ebuild:
amd64 stable wrt #287697
diff --git a/kde-base/kmix/kmix-3.5.10.ebuild b/kde-base/kmix/kmix-3.5.10.ebuild
index bb4b39df4e86..f2cdaa72448e 100644
--- a/kde-base/kmix/kmix-3.5.10.ebuild
+++ b/kde-base/kmix/kmix-3.5.10.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/kde-base/kmix/kmix-3.5.10.ebuild,v 1.7 2009/07/12 10:39:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/kmix-3.5.10.ebuild,v 1.8 2009/10/12 05:40:36 abcd Exp $
KMNAME=kdemultimedia
EAPI="1"
@@ -13,7 +13,7 @@ IUSE="alsa"
DEPEND="alsa? ( media-libs/alsa-lib )"
RDEPEND="${DEPEND}"
-PATCHES="${FILESDIR}/kmix-3.5.6-alsa-tests.patch"
+PATCHES=( "${FILESDIR}/kmix-3.5.6-alsa-tests.patch" )
src_compile() {
local myconf="$(use_with alsa)"
diff --git a/kde-base/kmix/kmix-3.5.9.ebuild b/kde-base/kmix/kmix-3.5.9.ebuild
index 804099f530c0..037776c732e6 100644
--- a/kde-base/kmix/kmix-3.5.9.ebuild
+++ b/kde-base/kmix/kmix-3.5.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/kmix-3.5.9.ebuild,v 1.7 2008/05/18 16:43:57 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/kmix-3.5.9.ebuild,v 1.8 2009/10/12 05:40:36 abcd Exp $
KMNAME=kdemultimedia
EAPI="1"
@@ -13,7 +13,7 @@ IUSE="alsa"
DEPEND="alsa? ( media-libs/alsa-lib )"
RDEPEND="${DEPEND}"
-PATCHES="${FILESDIR}/kmix-3.5.6-alsa-tests.patch"
+PATCHES=( "${FILESDIR}/kmix-3.5.6-alsa-tests.patch" )
src_compile() {
local myconf="$(use_with alsa)"