diff options
author | Sam James <sam@gentoo.org> | 2021-05-01 00:42:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-01 00:42:46 +0100 |
commit | 5e89a6c55bfbca1e279994abcc2c8fe9c7828a76 (patch) | |
tree | 047e9f32eb5859b452aff4380e12edf38c262db5 /net-misc/ptpd | |
parent | dev-python/pyopenssl: drop obsolete LibreSSL patch (diff) | |
download | gentoo-5e89a6c55bfbca1e279994abcc2c8fe9c7828a76.tar.gz gentoo-5e89a6c55bfbca1e279994abcc2c8fe9c7828a76.tar.bz2 gentoo-5e89a6c55bfbca1e279994abcc2c8fe9c7828a76.zip |
net-misc/ptpd: drop obsolete LibreSSL patch
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/ptpd')
-rw-r--r-- | net-misc/ptpd/ptpd-2.3.1-r2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-misc/ptpd/ptpd-2.3.1-r2.ebuild b/net-misc/ptpd/ptpd-2.3.1-r2.ebuild index cfca56347ad2..96dae3022e0d 100644 --- a/net-misc/ptpd/ptpd-2.3.1-r2.ebuild +++ b/net-misc/ptpd/ptpd-2.3.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,7 +23,6 @@ RDEPEND="${RDEPEND} PATCHES=( "${FILESDIR}"/${PN}-2.3.1-fix-snmp.patch - "${FILESDIR}"/${PN}-2.3.1-fix-libressl-compatibility.patch ) S=${WORKDIR}/ptpd-${P} |