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

(-)java-config-2.2.0-r3.ebuild.ori (-3 / +3 lines)
Lines 7-13 Link Here
7
# jython depends on java-config, so don't add it or things will break
7
# jython depends on java-config, so don't add it or things will break
8
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
8
PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
9
9
10
inherit distutils-r1
10
inherit distutils-r1 eutils
11
11
12
DESCRIPTION="Java environment configuration query tool"
12
DESCRIPTION="Java environment configuration query tool"
13
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Java"
13
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Java"
Lines 30-37 Link Here
30
	default
30
	default
31
}
31
}
32
32
33
python_install_all() {
33
python_install() {
34
	distutils-r1_python_install_all
34
	default
35
35
36
	# This replaces the file installed by java-config-wrapper.
36
	# This replaces the file installed by java-config-wrapper.
37
	dosym java-config-2 /usr/bin/java-config
37
	dosym java-config-2 /usr/bin/java-config

Return to bug 557116