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

(-)a/app-antivirus/clamav/clamav-0.102.0.ebuild (-1 / +2 lines)
Lines 91-97 src_configure() { Link Here
91
		$(use_with xml) \
91
		$(use_with xml) \
92
		$(use_with iconv) \
92
		$(use_with iconv) \
93
		$(use_with metadata-analysis-api libjson /usr) \
93
		$(use_with metadata-analysis-api libjson /usr) \
94
		#		$(use_with clamsubmit libjson /usr) \
95
		${JSONUSE} \
94
		${JSONUSE} \
96
		$(use_enable libclamav-only) \
95
		$(use_enable libclamav-only) \
97
		--with-system-libmspack \
96
		--with-system-libmspack \
Lines 147-152 src_install() { Link Here
147
		"${ED}"/etc/freshclam.conf.sample || die
146
		"${ED}"/etc/freshclam.conf.sample || die
148
147
149
	if use milter ; then
148
	if use milter ; then
149
		insinto /etc
150
		doins etc/clamav-milter.conf.sample
150
		# MilterSocket one to include ' /' because there is a 2nd line for
151
		# MilterSocket one to include ' /' because there is a 2nd line for
151
		# inet: which we want to leave
152
		# inet: which we want to leave
152
		##dodoc "${FILESDIR}"/clamav-milter.README.gentoo
153
		##dodoc "${FILESDIR}"/clamav-milter.README.gentoo

Return to bug 697686