--- kboggle.ebuild.old 2007-07-04 00:59:51.000000000 +0200 +++ kboggle.ebuild.old 2007-07-04 00:58:52.000000000 +0200 @@ -12,7 +12,7 @@ LICENSE="GPL-2" KEYWORDS="~x86" -SLOT="1" +SLOT="0" IUSE="" @@ -21,8 +21,10 @@ pkg_setup() { kde_pkg_setup if ! built_with_use kde-base/kdelibs spell; then + echo ewarn "kde-base/kdelibs was not compiled with the \"spell\" use flag." ewarn "This is highly recommended so that KBoggle can check the words entered during the game." + echo fi }