commit: 82331b4d1913715f15f36e15bfcae318d9dc7eea Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sun Feb 17 19:20:44 2019 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sun Feb 17 19:21:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82331b4d
net-irc/irssi: Do not apply libressl patch Closes: https://bugs.gentoo.org/678242 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-irc/irssi/irssi-1.2.0-r2.ebuild | 7 ------- 1 file changed, 7 deletions(-) diff --git a/net-irc/irssi/irssi-1.2.0-r2.ebuild b/net-irc/irssi/irssi-1.2.0-r2.ebuild index daa677c3a0c..be0abf1747e 100644 --- a/net-irc/irssi/irssi-1.2.0-r2.ebuild +++ b/net-irc/irssi/irssi-1.2.0-r2.ebuild @@ -43,13 +43,6 @@ RESTRICT="test" S="${WORKDIR}/${MY_P}" -src_prepare() { - default - if has_version '>=dev-libs/libressl-2.7.3' ; then - eapply "${FILESDIR}"/libressl.patch - fi -} - src_configure() { # Disable automagic dependency on dev-libs/libutf8proc (bug #677804) export ac_cv_lib_utf8proc_utf8proc_version=no
