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

(-)/usr/portage/sci-electronics/kicad/kicad-4.0.1.ebuild (-2 / +5 lines)
Lines 21-27 Link Here
21
LICENSE="GPL-2"
21
LICENSE="GPL-2"
22
SLOT="0"
22
SLOT="0"
23
KEYWORDS="~amd64 ~x86"
23
KEYWORDS="~amd64 ~x86"
24
IUSE="debug doc examples github i18n minimal python webkit"
24
IUSE="debug doc examples github i18n libressl minimal python webkit"
25
LANGS="bg ca cs de el es fi fr hu it ja ko nl pl pt ru sk sl sv zh_CN"
25
LANGS="bg ca cs de el es fi fr hu it ja ko nl pl pt ru sk sl sv zh_CN"
26
for lang in ${LANGS} ; do
26
for lang in ${LANGS} ; do
27
	IUSE="${IUSE} linguas_${lang}"
27
	IUSE="${IUSE} linguas_${lang}"
Lines 38-44 Link Here
38
		${PYTHON_DEPS}
38
		${PYTHON_DEPS}
39
	)
39
	)
40
	>=dev-libs/boost-1.56[context,nls,threads,python?]
40
	>=dev-libs/boost-1.56[context,nls,threads,python?]
41
	github? ( dev-libs/openssl:0 )
41
	github? (
42
		libressl? ( dev-libs/libressl )
43
 		!libressl? ( dev-libs/openssl:0 )
44
	)
42
	media-libs/glew
45
	media-libs/glew
43
	media-libs/freeglut
46
	media-libs/freeglut
44
	media-libs/mesa
47
	media-libs/mesa

Return to bug 569764