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

(-)/usr/portage/app-doc/doxygen/doxygen-1.8.5.ebuild (-1 / +6 lines)
Lines 15-21 Link Here
15
LICENSE="GPL-2"
15
LICENSE="GPL-2"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
17
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
18
IUSE="debug doc dot qt4 latex sqlite elibc_FreeBSD userland_GNU"
18
IUSE="clang debug doc dot qt4 latex sqlite elibc_FreeBSD userland_GNU"
19
19
20
#missing SerbianCyrilic, JapaneseEn, KoreanEn, Chinesetraditional
20
#missing SerbianCyrilic, JapaneseEn, KoreanEn, Chinesetraditional
21
21
Lines 27-32 Link Here
27
27
28
RDEPEND="qt4? ( dev-qt/qtgui:4 )
28
RDEPEND="qt4? ( dev-qt/qtgui:4 )
29
	latex? ( app-text/texlive[extra] )
29
	latex? ( app-text/texlive[extra] )
30
	clang? ( sys-devel/clang )
30
	dev-lang/perl
31
	dev-lang/perl
31
	virtual/libiconv
32
	virtual/libiconv
32
	media-libs/libpng
33
	media-libs/libpng
Lines 146-151 Link Here
146
	# out because it is not GNU make, so we force the right value.
147
	# out because it is not GNU make, so we force the right value.
147
	use userland_GNU || my_conf="${my_conf} --make ${MAKE} --install install"
148
	use userland_GNU || my_conf="${my_conf} --make ${MAKE} --install install"
148
149
150
	if use clang ; then
151
		my_conf="${my_conf} --with-libclang"
152
	fi
153
149
	export LINK="${QMAKE_LINK}"
154
	export LINK="${QMAKE_LINK}"
150
	export LINK_SHLIB="${QMAKE_CXX}"
155
	export LINK_SHLIB="${QMAKE_CXX}"
151
156

Return to bug 515840