summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-31 21:03:59 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-31 21:03:59 +0000
commit5fffa4246b01eebb2fa318c048bb42d456f606df (patch)
tree5490b84e0bbb9d3f0c1137289abadfcb3815a52e /x11-themes/smaragd/smaragd-0.0.7.ebuild
parentChanged -mips to ~mips. Works fine here. (diff)
downloadgentoo-2-5fffa4246b01eebb2fa318c048bb42d456f606df.tar.gz
gentoo-2-5fffa4246b01eebb2fa318c048bb42d456f606df.tar.bz2
gentoo-2-5fffa4246b01eebb2fa318c048bb42d456f606df.zip
Remove old; add missing kwin RDEPEND
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/smaragd/smaragd-0.0.7.ebuild')
-rw-r--r--x11-themes/smaragd/smaragd-0.0.7.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-themes/smaragd/smaragd-0.0.7.ebuild b/x11-themes/smaragd/smaragd-0.0.7.ebuild
index b58d5a568b50..c9480a724fdd 100644
--- a/x11-themes/smaragd/smaragd-0.0.7.ebuild
+++ b/x11-themes/smaragd/smaragd-0.0.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/smaragd/smaragd-0.0.7.ebuild,v 1.1 2011/08/27 20:21:22 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/smaragd/smaragd-0.0.7.ebuild,v 1.2 2011/08/31 21:03:59 dilfridge Exp $
EAPI=4
@@ -21,4 +21,7 @@ DEPEND="
$(add_kdebase_dep libkworkspace)
x11-libs/cairo
"
-RDEPEND=${DEPEND}
+RDEPEND="
+ ${DEPEND}
+ $(add_kdebase_dep kwin)
+"