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

Collapse All | Expand All

(-)ethereal-0.10.12.ebuild (-1 / +4 lines)
Lines 12-18 Link Here
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
14
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
15
IUSE="adns gtk ipv6 snmp ssl gtk2 kerberos"
15
IUSE="adns gtk ipv6 snmp ssl gtk2 kerberos nosave"
16
16
17
# if --disable-gtk2 is not passed to configure it will try to build with glib-2.0.
17
# if --disable-gtk2 is not passed to configure it will try to build with glib-2.0.
18
# --disable-ethereal do not have an influence.
18
# --disable-ethereal do not have an influence.
Lines 42-47 Link Here
42
	unpack ${A}
42
	unpack ${A}
43
	cd ${S}
43
	cd ${S}
44
	epatch ${FILESDIR}/${P}-fix-encrypted-conflict.diff
44
	epatch ${FILESDIR}/${P}-fix-encrypted-conflict.diff
45
	if use nosave; then
46
		epatch ${FILESDIR}/${P}-nosave.patch
47
	fi
45
}
48
}
46
49
47
src_compile() {
50
src_compile() {

Return to bug 106094