diff options
Diffstat (limited to 'kde-base')
| -rw-r--r-- | kde-base/korundum/korundum-4.10.49.9999.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/kde-base/korundum/korundum-4.10.49.9999.ebuild b/kde-base/korundum/korundum-4.10.49.9999.ebuild index 5a9c3291370..25064b76255 100644 --- a/kde-base/korundum/korundum-4.10.49.9999.ebuild +++ b/kde-base/korundum/korundum-4.10.49.9999.ebuild @@ -6,11 +6,10 @@ EAPI=5 OPENGL_REQUIRED="always" -USE_RUBY="ruby18" -# No ruby19 for three reasons: -# 1) it does not build (yet) - will likely be solved soon -# 2) cmake bails when configuring twice or more - solved with CMAKE_IN_SOURCE_BUILD=1 -# 3) the ebuild can only be installed for one ruby variant, otherwise the compiled +USE_RUBY="ruby19" +# Only one ruby version is supported: +# 1) cmake bails when configuring twice or more - solved with CMAKE_IN_SOURCE_BUILD=1 +# 2) the ebuild can only be installed for one ruby variant, otherwise the compiled # files with identical path+name will overwrite each other - difficult :( inherit kde4-base ruby-ng |
