diff options
author | Johannes Huber <johu@gentoo.org> | 2016-12-10 16:01:00 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-12-10 16:01:29 +0100 |
commit | 44624d2b884158f0dd48a1f0c072f0d8b7c11352 (patch) | |
tree | 90b8b768f11d9c37c48ffb5230b9714a718a6aba /kde-misc/commandwatch | |
parent | dev-perl/Moo: Bump to version 2.3.0 (diff) | |
download | gentoo-44624d2b884158f0dd48a1f0c072f0d8b7c11352.tar.gz gentoo-44624d2b884158f0dd48a1f0c072f0d8b7c11352.tar.bz2 gentoo-44624d2b884158f0dd48a1f0c072f0d8b7c11352.zip |
kde-base/plasma-workspace -> kde-plasma/plasma-workspace
Diffstat (limited to 'kde-misc/commandwatch')
-rw-r--r-- | kde-misc/commandwatch/commandwatch-0.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-misc/commandwatch/commandwatch-0.1.1.ebuild b/kde-misc/commandwatch/commandwatch-0.1.1.ebuild index c75c2bccb8b2..c5b5c88adb44 100644 --- a/kde-misc/commandwatch/commandwatch-0.1.1.ebuild +++ b/kde-misc/commandwatch/commandwatch-0.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 inherit kde4-base -DESCRIPTION="KDE4 plasmoid which periodically runs a system command and displays its output" +DESCRIPTION="Plasmoid which periodically runs a system command and displays its output" HOMEPAGE="http://www.kde-look.org/content/show.php/Command+Watch?content=84523" SRC_URI="http://www.kde-look.org/CONTENT/content-files/84523-${P}.tar.bz2" @@ -16,5 +16,5 @@ SLOT="4" IUSE="debug" RDEPEND=" - $(add_kdebase_dep plasma-workspace) + kde-plasma/plasma-workspace:4 " |