summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-03-20 20:21:39 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-03-20 20:21:39 +0000
commit959e63b66d49b4a596ac92a13f22f09a49a84fc4 (patch)
tree7a413f60766b008c067cdbe2db849d98876dc001 /games-board/knights/knights-0.6.ebuild
parentAdded library patch and opengl USE flag as requested by flameeyes. Closing b... (diff)
downloadhistorical-959e63b66d49b4a596ac92a13f22f09a49a84fc4.tar.gz
historical-959e63b66d49b4a596ac92a13f22f09a49a84fc4.tar.bz2
historical-959e63b66d49b4a596ac92a13f22f09a49a84fc4.zip
Added dependency on kdebase-kioslaves and closing bug #126792.
Package-Manager: portage-2.1_pre6-r2
Diffstat (limited to 'games-board/knights/knights-0.6.ebuild')
-rw-r--r--games-board/knights/knights-0.6.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/games-board/knights/knights-0.6.ebuild b/games-board/knights/knights-0.6.ebuild
index 82ee3dc080e7..5c2b435efaf0 100644
--- a/games-board/knights/knights-0.6.ebuild
+++ b/games-board/knights/knights-0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/knights/knights-0.6.ebuild,v 1.14 2005/11/02 22:35:52 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/knights/knights-0.6.ebuild,v 1.15 2006/03/20 20:21:39 wolf31o2 Exp $
inherit eutils kde
@@ -18,7 +18,8 @@ IUSE=""
# need-kde isn't smart enough yet so we have to set both *DEPEND right now
# arts dep - bug #73352
DEPEND="kde-base/arts"
-RDEPEND="kde-base/arts"
+RDEPEND="kde-base/arts
+ || ( kde-base/kdebase-kioslaves kde-base/kdebase )"
need-kde 3