diff options
author | Johannes Huber <johu@gentoo.org> | 2016-12-23 21:41:30 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-12-24 10:15:19 +0100 |
commit | a6257f7c9dc4385f03d25852117c84f1b89cf7bc (patch) | |
tree | a719ee9e956642e25d89c73408546c984471a06c /kde-misc/kfilebox | |
parent | net-dns/libidn2: Depend on sys-apps/help2man (bug #602970). (diff) | |
download | gentoo-a6257f7c9dc4385f03d25852117c84f1b89cf7bc.tar.gz gentoo-a6257f7c9dc4385f03d25852117c84f1b89cf7bc.tar.bz2 gentoo-a6257f7c9dc4385f03d25852117c84f1b89cf7bc.zip |
kde-base/kdelibs -> kde-frameworks/kdelibs
Diffstat (limited to 'kde-misc/kfilebox')
-rw-r--r-- | kde-misc/kfilebox/kfilebox-0.4.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kde-misc/kfilebox/kfilebox-0.4.9.ebuild b/kde-misc/kfilebox/kfilebox-0.4.9.ebuild index e759cee9fb57..816ed96dd4cd 100644 --- a/kde-misc/kfilebox/kfilebox-0.4.9.ebuild +++ b/kde-misc/kfilebox/kfilebox-0.4.9.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$ @@ -21,7 +21,7 @@ IUSE="" for name in ${LANGS} ; do IUSE+="linguas_$name " ; done unset name -DEPEND="kde-base/kdelibs" +DEPEND="kde-frameworks/kdelibs:4" RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} |