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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59964158094 for ; Sun, 11 Sep 2022 20:05:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B847E084A; Sun, 11 Sep 2022 20:05:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54A11E084A for ; Sun, 11 Sep 2022 20:05:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B479E335DA7 for ; Sun, 11 Sep 2022 20:05:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DD425A2 for ; Sun, 11 Sep 2022 20:05:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1662924233.a740ea694d6b394195f78e1cc02b1adc488c69b2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/procps/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/procps/procps-3.3.17-r1.ebuild X-VCS-Directories: sys-process/procps/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a740ea694d6b394195f78e1cc02b1adc488c69b2 X-VCS-Branch: master Date: Sun, 11 Sep 2022 20:05:54 +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: 50ab0b74-7bb0-486c-811d-2ab8b954389c X-Archives-Hash: 6364075e33636dc9359524eeac00849e commit: a740ea694d6b394195f78e1cc02b1adc488c69b2 Author: Sam James gentoo org> AuthorDate: Sun Sep 11 18:51:03 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 11 19:23:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a740ea69 sys-process/procps: add warning about 4.x bump Bug: https://bugs.gentoo.org/835813 Signed-off-by: Sam James gentoo.org> sys-process/procps/procps-3.3.17-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-process/procps/procps-3.3.17-r1.ebuild b/sys-process/procps/procps-3.3.17-r1.ebuild index 518adc883aaf..79ab60beefd1 100644 --- a/sys-process/procps/procps-3.3.17-r1.ebuild +++ b/sys-process/procps/procps-3.3.17-r1.ebuild @@ -3,6 +3,8 @@ EAPI=7 +# See https://bugs.gentoo.org/835813 before bumping to 4.x! + inherit flag-o-matic multilib-minimal toolchain-funcs usr-ldscript DESCRIPTION="Standard informational utilities and process-handling tools"