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 11FBE138351 for ; Wed, 12 Feb 2020 15:22:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 428C9E0848; Wed, 12 Feb 2020 15:22:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2847BE0848 for ; Wed, 12 Feb 2020 15:22:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3972134EC25 for ; Wed, 12 Feb 2020 15:22:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D24CD133 for ; Wed, 12 Feb 2020 15:22:46 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1581520952.bb0b8ffec2c6f8131bb1227558f2a09974920f29.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/readline/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/readline/readline-6.3_p8-r3.ebuild sys-libs/readline/readline-7.0_p5-r1.ebuild X-VCS-Directories: sys-libs/readline/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: bb0b8ffec2c6f8131bb1227558f2a09974920f29 X-VCS-Branch: master Date: Wed, 12 Feb 2020 15:22:46 +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: 54b01c3d-4201-474a-a7d4-f684dd6f7579 X-Archives-Hash: 3c73d4b80cb68d24ee20816712154c5d commit: bb0b8ffec2c6f8131bb1227558f2a09974920f29 Author: David Seifert gentoo org> AuthorDate: Wed Feb 12 15:22:32 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Feb 12 15:22:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0b8ffe sys-libs/readline: [QA] inherit preserve-libs.eclass directly Package-Manager: Portage-2.3.88, Repoman-2.3.20 Closes: https://github.com/gentoo/gentoo/pull/14640 Signed-off-by: David Seifert gentoo.org> sys-libs/readline/readline-6.3_p8-r3.ebuild | 2 +- sys-libs/readline/readline-7.0_p5-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/readline/readline-6.3_p8-r3.ebuild b/sys-libs/readline/readline-6.3_p8-r3.ebuild index 724f7463f3d..06ce2a1e2a4 100644 --- a/sys-libs/readline/readline-6.3_p8-r3.ebuild +++ b/sys-libs/readline/readline-6.3_p8-r3.ebuild @@ -3,7 +3,7 @@ EAPI=5 -inherit eutils multilib toolchain-funcs flag-o-matic multilib-minimal usr-ldscript +inherit eutils multilib toolchain-funcs flag-o-matic multilib-minimal preserve-libs usr-ldscript # Official patches # See ftp://ftp.cwru.edu/pub/bash/readline-6.3-patches/ diff --git a/sys-libs/readline/readline-7.0_p5-r1.ebuild b/sys-libs/readline/readline-7.0_p5-r1.ebuild index f9ba8f533c7..36cd5015f88 100644 --- a/sys-libs/readline/readline-7.0_p5-r1.ebuild +++ b/sys-libs/readline/readline-7.0_p5-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit flag-o-matic multilib-minimal toolchain-funcs usr-ldscript +inherit flag-o-matic multilib-minimal toolchain-funcs preserve-libs usr-ldscript # Official patches # See ftp://ftp.cwru.edu/pub/bash/readline-7.0-patches/