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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +6 lines)
Line  Link Here
0
-- ntpsec-1.1.4.ebuild 2019-06-22 12:39:04.712938579 -0700
0
++ ntpsec-1.1.4-r1.ebuild      2019-06-22 14:51:16.715206336 -0700
Lines 32-38 Link Here
32
LICENSE="HPND MIT BSD-2 BSD CC-BY-SA-4.0"
32
LICENSE="HPND MIT BSD-2 BSD CC-BY-SA-4.0"
33
SLOT="0"
33
SLOT="0"
34
IUSE="${IUSE_NTPSEC_REFCLOCK} debug doc early gdb heat libressl nist ntpviz samba seccomp smear tests" #ionice
34
IUSE="${IUSE_NTPSEC_REFCLOCK} bsd debug doc early gdb heat libressl nist ntpviz samba seccomp smear tests" #ionice
35
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
35
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
36
# net-misc/pps-tools oncore,pps
36
# net-misc/pps-tools oncore,pps
Lines 40-45 Link Here
40
       ${BDEPEND}
40
       ${BDEPEND}
41
       sys-libs/libcap
41
       sys-libs/libcap
42
       dev-python/psutil[${PYTHON_USEDEP}]
42
       dev-python/psutil[${PYTHON_USEDEP}]
43
       bsd? ( dev-libs/libbsd:0= )
43
       libressl? ( dev-libs/libressl:0= )
44
       libressl? ( dev-libs/libressl:0= )
44
       !libressl? ( dev-libs/openssl:0= )
45
       !libressl? ( dev-libs/openssl:0= )
45
       seccomp? ( sys-libs/libseccomp )
46
       seccomp? ( sys-libs/libseccomp )
Lines 68-73 Link Here
68
       default
69
       default
69
       # Remove autostripping of binaries
70
       # Remove autostripping of binaries
70
       sed -i -e '/Strip binaries/d' wscript
71
       sed -i -e '/Strip binaries/d' wscript
72
       if ! use bsd ; then
73
               epatch "${FILESDIR}/no-bsd.patch"
74
       fi
71
       python_copy_sources
75
       python_copy_sources
72
}
76
}

Return to bug 685456