summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/stock-quote/stock-quote-2.1.ebuild')
-rw-r--r--kde-misc/stock-quote/stock-quote-2.1.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/kde-misc/stock-quote/stock-quote-2.1.ebuild b/kde-misc/stock-quote/stock-quote-2.1.ebuild
index 386b870ada15..9bd37b3147bb 100644
--- a/kde-misc/stock-quote/stock-quote-2.1.ebuild
+++ b/kde-misc/stock-quote/stock-quote-2.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/stock-quote/stock-quote-2.1.ebuild,v 1.3 2010/11/03 21:46:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-misc/stock-quote/stock-quote-2.1.ebuild,v 1.4 2011/01/31 06:45:43 tampakrap Exp $
-EAPI=2
+EAPI=3
inherit kde4-base
MY_P=plasma_${PN/-/_}-${PV}
@@ -16,8 +16,9 @@ SLOT="4"
KEYWORDS="amd64 x86"
IUSE=""
-RDEPEND=">=kde-base/plasma-workspace-${KDE_MINIMAL}"
-
+RDEPEND="
+ $(add_kdebase_dep plasma-workspace)
+"
S=${WORKDIR}/${MY_P}
-DOCS="CHANGELOG README"
+DOCS=( CHANGELOG README )