Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 670729 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-10 / +10 lines)
Line  Link Here
0
-- a/app-antivirus/clamav/clamav-0.101.2.ebuild
0
++ b/app-antivirus/clamav/clamav-0.101.2-r1.ebuild
Lines 11-17 Link Here
11
11
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
15
IUSE="bzip2 doc clamdtop iconv ipv6 libressl milter metadata-analysis-api selinux static-libs test uclibc xml"
15
IUSE="bzip2 doc clamdtop iconv ipv6 libressl milter metadata-analysis-api selinux static-libs test uclibc xml"
16
16
17
CDEPEND="bzip2? ( app-arch/bzip2 )
17
CDEPEND="bzip2? ( app-arch/bzip2 )
Lines 40-59 Link Here
40
DOCS=( docs/UserManual.md docs/UserManual )
40
DOCS=( docs/UserManual.md docs/UserManual )
41
HTML_DOCS=( docs/html )
41
HTML_DOCS=( docs/html )
42
42
43
#PATCHES=(
43
PATCHES=(
44
#	"${FILESDIR}/clamav-0.100.0_autotools.patch"
44
	"${FILESDIR}"/${PN}-0.101.2-tinfo.patch
45
#)
45
)
46
46
47
pkg_setup() {
47
pkg_setup() {
48
	enewgroup clamav
48
	enewgroup clamav
49
	enewuser clamav -1 -1 /dev/null clamav
49
	enewuser clamav -1 -1 /dev/null clamav
50
}
50
}
51
51
52
#src_prepare() {
52
src_prepare() {
53
#	default
53
	default
54
#
54
55
#	eautoconf
55
	eautoconf
56
#}
56
}
57
57
58
src_configure() {
58
src_configure() {
59
	use elibc_musl && append-ldflags -lfts
59
	use elibc_musl && append-ldflags -lfts

Return to bug 670729