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

Collapse All | Expand All

(-)/usr/portage/net-dns/dnsmasq/dnsmasq-2.47.ebuild (-1 / +2 lines)
Lines 14-20 Link Here
14
LICENSE="GPL-2"
14
LICENSE="GPL-2"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
16
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
17
IUSE="dbus ipv6 nls tftp"
17
IUSE="dbus dhcp ipv6 nls tftp"
18
18
19
RDEPEND="dbus? ( sys-apps/dbus )
19
RDEPEND="dbus? ( sys-apps/dbus )
20
	nls? ( sys-devel/gettext )"
20
	nls? ( sys-devel/gettext )"
Lines 35-40 Link Here
35
35
36
src_compile() {
36
src_compile() {
37
	use tftp || append-flags -DNO_TFTP
37
	use tftp || append-flags -DNO_TFTP
38
	use dhcp || append-flags -DNO_DHCP
38
	use ipv6 || append-flags -DNO_IPV6
39
	use ipv6 || append-flags -DNO_IPV6
39
	use dbus && sed -i '$ a #define HAVE_DBUS' src/config.h
40
	use dbus && sed -i '$ a #define HAVE_DBUS' src/config.h
40
41

Return to bug 274223