diff options
Diffstat (limited to 'kde-misc/drop2ftp')
-rw-r--r-- | kde-misc/drop2ftp/drop2ftp-0.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-misc/drop2ftp/drop2ftp-0.6.ebuild b/kde-misc/drop2ftp/drop2ftp-0.6.ebuild index c1fa2f004ba1..6a9a787c19fb 100644 --- a/kde-misc/drop2ftp/drop2ftp-0.6.ebuild +++ b/kde-misc/drop2ftp/drop2ftp-0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 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. Add files over KIO supported protocols, like ftp and ssh" +DESCRIPTION="Plasmoid to add files over KIO supported protocols, like ftp and ssh" HOMEPAGE="http://www.kde-look.org/content/show.php/Drop2FTP?content=97281" SRC_URI="http://www.kde-look.org/CONTENT/content-files/97281-${P}.tar.gz" @@ -16,7 +16,7 @@ SLOT="4" IUSE="debug" RDEPEND=" - $(add_kdebase_dep plasma-workspace) + kde-plasma/plasma-workspace:4 " PATCHES=( "${FILESDIR}/${P}-qt47.patch" ) |