diff options
| author | Johannes Huber <johu@gentoo.org> | 2012-08-02 12:17:41 +0200 |
|---|---|---|
| committer | Johannes Huber <johu@gentoo.org> | 2012-08-02 12:17:41 +0200 |
| commit | 3d0a6fbb272494dd0f44d36c27443636044799bd (patch) | |
| tree | 323fe0f24591ad9a34a8edefa3154f5cd6181c50 /eclass/kde4-functions.eclass | |
| parent | fd51fb8ec9c6125e6b9bfb2dbae313bc8fcbde5f (diff) | |
| download | kde-3d0a6fbb272494dd0f44d36c27443636044799bd.tar.gz kde-3d0a6fbb272494dd0f44d36c27443636044799bd.tar.bz2 kde-3d0a6fbb272494dd0f44d36c27443636044799bd.zip | |
[eclass] Remove obsolete koffice handling.
Diffstat (limited to 'eclass/kde4-functions.eclass')
| -rw-r--r-- | eclass/kde4-functions.eclass | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass index 63fc43c3fa0..9ab80ea0343 100644 --- a/eclass/kde4-functions.eclass +++ b/eclass/kde4-functions.eclass @@ -32,13 +32,10 @@ esac # @ECLASS-VARIABLE: KDEBASE # @DESCRIPTION: # This gets set to a non-zero value when a package is considered a kde or -# koffice ebuild. +# kdevelop ebuild. if [[ ${CATEGORY} = kde-base ]]; then debug-print "${ECLASS}: KDEBASE ebuild recognized" KDEBASE=kde-base -elif [[ ${KMNAME-${PN}} = koffice ]]; then - debug-print "${ECLASS}: KOFFICE ebuild recognized" - KDEBASE=koffice elif [[ ${KMNAME-${PN}} = kdevelop ]]; then debug-print "${ECLASS}: KDEVELOP ebuild recognized" KDEBASE=kdevelop |
