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

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

Return to bug 306321