summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavoz@gentoo.org>2005-11-24 17:49:05 +0000
committerGustavo Zacarias <gustavoz@gentoo.org>2005-11-24 17:49:05 +0000
commitbcd7d1e9cf425fb90463c239a351de9391966364 (patch)
tree7866e9eb8618cb640456c26cf031f03bc5dab1b1 /kde-base/kmix
parentStable on sparc wrt #112842 (diff)
downloadgentoo-2-bcd7d1e9cf425fb90463c239a351de9391966364.tar.gz
gentoo-2-bcd7d1e9cf425fb90463c239a351de9391966364.tar.bz2
gentoo-2-bcd7d1e9cf425fb90463c239a351de9391966364.zip
Stable on sparc wrt #112842
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'kde-base/kmix')
-rw-r--r--kde-base/kmix/ChangeLog5
-rw-r--r--kde-base/kmix/kmix-3.4.3.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/kde-base/kmix/ChangeLog b/kde-base/kmix/ChangeLog
index cf2c4fa08082..4f39e17f7405 100644
--- a/kde-base/kmix/ChangeLog
+++ b/kde-base/kmix/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kmix
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.23 2005/11/22 22:14:08 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.24 2005/11/24 17:48:06 gustavoz Exp $
+
+ 24 Nov 2005; Gustavo Zacarias <gustavoz@gentoo.org> kmix-3.4.3.ebuild:
+ Stable on sparc wrt #112842
*kmix-3.5.0 (22 Nov 2005)
diff --git a/kde-base/kmix/kmix-3.4.3.ebuild b/kde-base/kmix/kmix-3.4.3.ebuild
index 0a84ef525160..7f8ab96c1d9f 100644
--- a/kde-base/kmix/kmix-3.4.3.ebuild
+++ b/kde-base/kmix/kmix-3.4.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/kmix-3.4.3.ebuild,v 1.1 2005/10/13 00:10:02 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/kmix-3.4.3.ebuild,v 1.2 2005/11/24 17:48:06 gustavoz Exp $
KMNAME=kdemultimedia
MAXKDEVER=$PV
@@ -8,7 +8,7 @@ KM_DEPRANGE="$PV $MAXKDEVER"
inherit kde-meta eutils
DESCRIPTION="aRts mixer gui"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 sparc ~x86"
IUSE="alsa"
DEPEND="alsa? ( media-libs/alsa-lib )"
KMEXTRACTONLY="kscd/configure.in.in"
@@ -18,4 +18,4 @@ src_compile() {
use alsa && myconf="$myconf --with-alsa --with-arts-alsa" || myconf="$myconf --without-alsa --disable-alsa"
kde-meta_src_compile
-} \ No newline at end of file
+}