diff options
author | Johannes Huber <johu@gentoo.org> | 2016-12-11 08:24:36 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-12-11 08:25:26 +0100 |
commit | c83cb2cc7617e0784c2459a13e7fd6a134ccfd5c (patch) | |
tree | 2d4674235c5c0d112b99b4dbe82c37180d53f02e /eclass | |
parent | net-misc/buka: initial commit with the version 1.0 (diff) | |
download | gentoo-c83cb2cc7617e0784c2459a13e7fd6a134ccfd5c.tar.gz gentoo-c83cb2cc7617e0784c2459a13e7fd6a134ccfd5c.tar.bz2 gentoo-c83cb2cc7617e0784c2459a13e7fd6a134ccfd5c.zip |
kde-base/kdebase-startkde -> kde-plasma/kdebase-startkde
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde4-meta.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass index ba7114dcfd99..1102a6037a78 100644 --- a/eclass/kde4-meta.eclass +++ b/eclass/kde4-meta.eclass @@ -476,7 +476,7 @@ kde4-meta_change_cmakelists() { case ${KMNAME} in kde-workspace) # COLLISION PROTECT section - # Install the startkde script just once, as a part of kde-base/kdebase-startkde, + # Install the startkde script just once, as a part of kde-plasma/kdebase-startkde, # not as a part of every package. if [[ ${PN} != kdebase-startkde && -f CMakeLists.txt ]]; then # The startkde script moved to kdebase-workspace for KDE4 versions > 3.93.0. |