summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2006-06-01 17:56:35 +0000
committerStefan Schweizer <genstef@gentoo.org>2006-06-01 17:56:35 +0000
commitc6a522b61619e5653c79ce41cdae27426b9a03ca (patch)
tree4737fe64fa1593ed0ef4965c10a56c566514598f /x11-misc/klineakconfig
parentUpdate to new release. (diff)
downloadgentoo-2-c6a522b61619e5653c79ce41cdae27426b9a03ca.tar.gz
gentoo-2-c6a522b61619e5653c79ce41cdae27426b9a03ca.tar.bz2
gentoo-2-c6a522b61619e5653c79ce41cdae27426b9a03ca.zip
Fix arts useflag, bug 135010
(Portage version: 2.1_rc3-r4)
Diffstat (limited to 'x11-misc/klineakconfig')
-rw-r--r--x11-misc/klineakconfig/ChangeLog6
-rw-r--r--x11-misc/klineakconfig/klineakconfig-0.9.0_pre2.ebuild8
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-misc/klineakconfig/ChangeLog b/x11-misc/klineakconfig/ChangeLog
index 723f8fc894fd..dbdf390a4330 100644
--- a/x11-misc/klineakconfig/ChangeLog
+++ b/x11-misc/klineakconfig/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/klineakconfig
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/klineakconfig/ChangeLog,v 1.2 2006/04/01 11:26:20 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/klineakconfig/ChangeLog,v 1.3 2006/06/01 17:56:35 genstef Exp $
+
+ 01 Jun 2006; Stefan Schweizer <genstef@gentoo.org>
+ klineakconfig-0.9.0_pre2.ebuild:
+ Fix arts useflag, bug 135010
01 Apr 2006; Stefan Schweizer <genstef@gentoo.org>
klineakconfig-0.9.0_pre2.ebuild:
diff --git a/x11-misc/klineakconfig/klineakconfig-0.9.0_pre2.ebuild b/x11-misc/klineakconfig/klineakconfig-0.9.0_pre2.ebuild
index 96afcba1543b..5261085f832d 100644
--- a/x11-misc/klineakconfig/klineakconfig-0.9.0_pre2.ebuild
+++ b/x11-misc/klineakconfig/klineakconfig-0.9.0_pre2.ebuild
@@ -1,6 +1,9 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/klineakconfig/klineakconfig-0.9.0_pre2.ebuild,v 1.2 2006/04/01 11:26:20 genstef Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/klineakconfig/klineakconfig-0.9.0_pre2.ebuild,v 1.3 2006/06/01 17:56:35 genstef Exp $
+
+ARTS_REQUIRED="yes"
+# arts is not really needed, just the configure is broken
inherit kde
@@ -14,8 +17,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
-DEPEND="x11-misc/lineakd
- kde-base/arts"
+DEPEND="x11-misc/lineakd"
S="${WORKDIR}/${MY_P}"