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

Collapse All | Expand All

(-)file_not_specified_in_diff (-7 / +9 lines)
Line  Link Here
0
-- wpa_supplicant-0.5.7.ebuild
0
++ wpa_supplicant-0.5.7-r1.ebuild
Lines 10-23 Link Here
10
LICENSE="|| ( GPL-2 BSD )"
10
LICENSE="|| ( GPL-2 BSD )"
11
11
12
SLOT="0"
12
SLOT="0"
13
KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-fbsd"
13
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
14
IUSE="dbus gnutls gsm madwifi qt3 qt4 readline ssl kernel_linux kernel_FreeBSD"
14
IUSE="dbus gnutls gsm madwifi qt3 qt4 readline ssl kernel_linux kernel_FreeBSD"
15
15
16
RDEPEND="dbus? ( sys-apps/dbus )
16
RDEPEND="dbus? ( sys-apps/dbus )
17
		kernel_linux? (
17
		kernel_linux? (
18
			gsm? ( sys-apps/pcsc-lite )
18
			gsm? ( sys-apps/pcsc-lite )
19
		 	madwifi? (
19
		 	madwifi? ( ||
20
				|| ( net-wireless/madwifi-ng net-wireless/madwifi-old )
20
				( >net-wireless/madwifi-ng-tools-0.9.3
21
				<net-wireless/madwifi-ng-0.9.3-r4
22
				net-wireless/madwifi-old )
21
			)
23
			)
22
		)
24
		)
23
		!kernel_linux? ( net-libs/libpcap )
25
		!kernel_linux? ( net-libs/libpcap )
Lines 205-212 Link Here
205
207
206
	if use madwifi; then
208
	if use madwifi; then
207
		echo
209
		echo
208
		einfo "This package now compiles against the headers installed by"
210
		einfo "This package compiles against the headers installed by"
209
		einfo "the madwifi driver. You should reemerge ${PN} after"
211
		einfo "madwifi-old, madwifi-ng or madwifi-ng-tools."
210
		einfo "upgrading your madwifi driver."
212
		einfo "You should remerge ${PN} after upgrading these packages."
211
	fi
213
	fi
212
}
214
}

Return to bug 179348