Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 173498
Collapse All | Expand All

(-)kboggle.ebuild.old (-1 / +3 lines)
Lines 12-18 Link Here
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
13
14
KEYWORDS="~x86"
14
KEYWORDS="~x86"
15
SLOT="1"
15
SLOT="0"
16
16
17
IUSE=""
17
IUSE=""
18
18
Lines 21-28 Link Here
21
pkg_setup() {
21
pkg_setup() {
22
	kde_pkg_setup
22
	kde_pkg_setup
23
	if ! built_with_use kde-base/kdelibs spell; then
23
	if ! built_with_use kde-base/kdelibs spell; then
24
		echo
24
		ewarn "kde-base/kdelibs was not compiled with the \"spell\" use flag."
25
		ewarn "kde-base/kdelibs was not compiled with the \"spell\" use flag."
25
		ewarn "This is highly recommended so that KBoggle can check the words entered during the game."
26
		ewarn "This is highly recommended so that KBoggle can check the words entered during the game."
27
		echo
26
	fi
28
	fi
27
}
29
}
28
30

Return to bug 173498