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 A027A1580B9 for ; Mon, 23 Aug 2021 03:55:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99DAEE0833; Mon, 23 Aug 2021 03:55:56 +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 81932E0833 for ; Mon, 23 Aug 2021 03:55:56 +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 36D5D335D27 for ; Mon, 23 Aug 2021 03:55:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C2AA87B for ; Mon, 23 Aug 2021 03:55:53 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1629690921.b3ee86fda17209e2b63653ab7244747aa912d9c7.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/iwdevtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/iwdevtools/iwdevtools-9999.ebuild X-VCS-Directories: app-portage/iwdevtools/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: b3ee86fda17209e2b63653ab7244747aa912d9c7 X-VCS-Branch: master Date: Mon, 23 Aug 2021 03:55:53 +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: c9101ac3-1868-4f4c-af79-3e714b35db3a X-Archives-Hash: c037393d55dcb79dbe2736de2e4c39bc commit: b3ee86fda17209e2b63653ab7244747aa912d9c7 Author: Ionen Wolkens gentoo org> AuthorDate: Mon Aug 23 00:37:09 2021 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Mon Aug 23 03:55:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3ee86fd app-portage/iwdevtools: sync live Signed-off-by: Ionen Wolkens gentoo.org> app-portage/iwdevtools/iwdevtools-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-portage/iwdevtools/iwdevtools-9999.ebuild b/app-portage/iwdevtools/iwdevtools-9999.ebuild index 37791578e22..e1cb0aed9c1 100644 --- a/app-portage/iwdevtools/iwdevtools-9999.ebuild +++ b/app-portage/iwdevtools/iwdevtools-9999.ebuild @@ -26,6 +26,8 @@ src_configure() { } pkg_postinst() { + optfeature "detecting potential ABI issues using abidiff" dev-util/libabigail + if [[ ! ${REPLACING_VERSIONS} ]]; then elog "To (optionally) integrate with portage, inspect the .bashrc files installed" elog "at ${EROOT}/usr/share/${PN}. If not already using a bashrc, you can use" @@ -33,7 +35,6 @@ pkg_postinst() { elog elog " ln -s ../../../usr/share/${PN}/bashrc ${EROOT}/etc/portage/bashrc" elog + elog "See ${EROOT}/usr/share/doc/${PF}/README.rst* for info on tools." fi - - optfeature "detecting potential ABI issues using abidiff" dev-util/libabigail }