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

(-)jffi-0.3-r2.ebuild.orig (+1 lines)
Lines 25-30 Link Here
25
	test? ( dev-java/ant-junit4 )"
25
	test? ( dev-java/ant-junit4 )"
26
26
27
pkg_setup() {
27
pkg_setup() {
28
	java-pkg-2_pkg_setup
28
	if (( `gcc-major-version` < 4 )) || (( `gcc-minor-version` < 3 )) ; then
29
	if (( `gcc-major-version` < 4 )) || (( `gcc-minor-version` < 3 )) ; then
29
		eerror "gcc 4.3 or greater is needed to build and run this. You seem to have a"
30
		eerror "gcc 4.3 or greater is needed to build and run this. You seem to have a"
30
		eerror "sufficient version installed but you need to select it with gcc-config."
31
		eerror "sufficient version installed but you need to select it with gcc-config."

Return to bug 272373