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

Collapse All | Expand All

(-)smartmontools-5.41.ebuild (-2 / +2 lines)
Lines 23-32 Link Here
23
IUSE="static minimal caps"
23
IUSE="static minimal caps"
24
24
25
RDEPEND="!minimal? (
25
RDEPEND="!minimal? (
26
		virtual/mailx
26
		|| ( sys-freebsd/freebsd-ubin virtual/mailx )
27
		caps? ( sys-libs/libcap-ng )
27
		caps? ( sys-libs/libcap-ng )
28
	)"
28
	)"
29
DEPEND=""
29
DEPEND="userland_BSD? ( sys-freebsd/freebsd-lib[usb] )"
30
30
31
src_unpack() {
31
src_unpack() {
32
	if [[ ${PV} == "9999" ]] ; then
32
	if [[ ${PV} == "9999" ]] ; then

Return to bug 306321