diff options
| author | Johannes Huber <johu@gentoo.org> | 2012-01-17 10:58:48 +0100 |
|---|---|---|
| committer | Johannes Huber <johu@gentoo.org> | 2012-01-17 11:10:06 +0100 |
| commit | a1c7c1787527e9c5cf14a80ee3d63d9c3b0f1f90 (patch) | |
| tree | f4ef65dbe9e3028e6090335e5000ee8556b9d311 /eclass/kde4-base.eclass | |
| parent | abfa08ecada374338cb56064153ecaeb2b0a8810 (diff) | |
| download | kde-a1c7c1787527e9c5cf14a80ee3d63d9c3b0f1f90.tar.gz kde-a1c7c1787527e9c5cf14a80ee3d63d9c3b0f1f90.tar.bz2 kde-a1c7c1787527e9c5cf14a80ee3d63d9c3b0f1f90.zip | |
[eclass] Drop kdeenablefinal build feature
Diffstat (limited to 'eclass/kde4-base.eclass')
| -rw-r--r-- | eclass/kde4-base.eclass | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index c108e76b5dc..e85b3750c8b 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -423,9 +423,6 @@ DEPEND+=" ${COMMONDEPEND}" RDEPEND+=" ${COMMONDEPEND}" unset COMMONDEPEND -# Add experimental kdeenablefinal, masked by default -IUSE+=" kdeenablefinal" - # Fetch section - If the ebuild's category is not 'kde-base' and if it is not a # koffice ebuild, the URI should be set in the ebuild itself _calculate_src_uri() { @@ -759,10 +756,6 @@ kde4-base_src_configure() { # Build tests in src_test only, where we override this value local cmakeargs=(-DKDE4_BUILD_TESTS=OFF) - if use_if_iuse kdeenablefinal; then - cmakeargs+=(-DKDE4_ENABLE_FINAL=ON) - fi - if use_if_iuse debug; then # Set "real" debug mode CMAKE_BUILD_TYPE="Debugfull" @@ -896,15 +889,6 @@ kde4-base_pkg_postinst() { buildsycoca if [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]]; then - if use_if_iuse kdeenablefinal; then - echo - ewarn "WARNING! you have kdeenable final useflag enabled." - ewarn "This useflag needs to be enabled on ALL kde using packages and" - ewarn "is known to cause issues." - ewarn "You are using this setup at your own risk and the kde team does not" - ewarn "take responsibilities for dead kittens." - echo - fi if [[ ${BUILD_TYPE} = live ]]; then echo einfo "WARNING! This is an experimental live ebuild of ${CATEGORY}/${PN}" |
