diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-04-01 11:26:20 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-04-01 11:26:20 +0000 |
commit | 31a91aab9e5c2dc78f511d86de5fb7c6da0393c4 (patch) | |
tree | 60005f4feb9f93a472c3e706ff85b652021d8854 /x11-misc | |
parent | add patch to fix ps detection (diff) | |
download | gentoo-2-31a91aab9e5c2dc78f511d86de5fb7c6da0393c4.tar.gz gentoo-2-31a91aab9e5c2dc78f511d86de5fb7c6da0393c4.tar.bz2 gentoo-2-31a91aab9e5c2dc78f511d86de5fb7c6da0393c4.zip |
arts DEPEND thanks to jakub, bug 127609
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/klineakconfig/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/klineakconfig/klineakconfig-0.9.0_pre2.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-misc/klineakconfig/ChangeLog b/x11-misc/klineakconfig/ChangeLog index ccfb1de5b4c4..723f8fc894fd 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.1 2006/03/26 00:31:34 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/klineakconfig/ChangeLog,v 1.2 2006/04/01 11:26:20 genstef Exp $ + + 01 Apr 2006; Stefan Schweizer <genstef@gentoo.org> + klineakconfig-0.9.0_pre2.ebuild: + arts DEPEND thanks to jakub, bug 127609 *klineakconfig-0.9.0_pre2 (26 Mar 2006) diff --git a/x11-misc/klineakconfig/klineakconfig-0.9.0_pre2.ebuild b/x11-misc/klineakconfig/klineakconfig-0.9.0_pre2.ebuild index fff68b7ab40a..96afcba1543b 100644 --- a/x11-misc/klineakconfig/klineakconfig-0.9.0_pre2.ebuild +++ b/x11-misc/klineakconfig/klineakconfig-0.9.0_pre2.ebuild @@ -1,6 +1,6 @@ # 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.1 2006/03/26 00:31:34 genstef Exp $ +# $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 $ inherit kde @@ -14,7 +14,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -DEPEND="x11-misc/lineakd" +DEPEND="x11-misc/lineakd + kde-base/arts" S="${WORKDIR}/${MY_P}" |