diff options
Diffstat (limited to 'net-misc/openntpd/openntpd-6.2_p3-r2.ebuild')
-rw-r--r-- | net-misc/openntpd/openntpd-6.2_p3-r2.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net-misc/openntpd/openntpd-6.2_p3-r2.ebuild b/net-misc/openntpd/openntpd-6.2_p3-r2.ebuild index 8f65c14883e6..4d7fc203e169 100644 --- a/net-misc/openntpd/openntpd-6.2_p3-r2.ebuild +++ b/net-misc/openntpd/openntpd-6.2_p3-r2.ebuild @@ -14,11 +14,10 @@ SRC_URI="mirror://openbsd/OpenNTPD/${MY_P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" -IUSE="libressl selinux" +IUSE="selinux" DEPEND=" - !net-misc/ntp[-openntpd] - libressl? ( dev-libs/libressl:0= )" + !net-misc/ntp[-openntpd]" RDEPEND=" ${DEPEND} @@ -47,15 +46,14 @@ src_prepare() { sed -i 's:servers pool.ntp.org:#servers pool.ntp.org:' ntpd.conf || die printf "\n# Choose servers announced from Gentoo NTP Pool\nservers 0.gentoo.pool.ntp.org\nservers 1.gentoo.pool.ntp.org\nservers 2.gentoo.pool.ntp.org\nservers 3.gentoo.pool.ntp.org\n" >> ntpd.conf || die - # disable constraint config if libressl not enabled - use libressl || sed -ie 's/^constraints/#constraints/g' ntpd.conf || die + sed -ie 's/^constraints/#constraints/g' ntpd.conf || die } src_configure() { econf \ --with-privsep-user=openntpd \ --with-privsep-path=/var/lib/openntpd/chroot \ - $(use_enable libressl https-constraint) + --disable-https-constraint } src_install() { |