From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 90725138334 for ; Sun, 17 Feb 2019 19:21:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFABAE0898; Sun, 17 Feb 2019 19:21:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 934E8E0898 for ; Sun, 17 Feb 2019 19:21:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D91DF335C7A for ; Sun, 17 Feb 2019 19:21:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0B9B44B for ; Sun, 17 Feb 2019 19:21:19 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1550431273.82331b4d1913715f15f36e15bfcae318d9dc7eea.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/irssi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/irssi/irssi-1.2.0-r2.ebuild X-VCS-Directories: net-irc/irssi/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 82331b4d1913715f15f36e15bfcae318d9dc7eea X-VCS-Branch: master Date: Sun, 17 Feb 2019 19:21:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d71c35c2-5549-428d-b886-b0f0dd3526d9 X-Archives-Hash: cd43abec32d68e7d6edf9ba6741a10cf commit: 82331b4d1913715f15f36e15bfcae318d9dc7eea Author: Mikle Kolyada gentoo org> AuthorDate: Sun Feb 17 19:20:44 2019 +0000 Commit: Mikle Kolyada gentoo 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 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